@finos/legend-application-repl-deployment 11.64.0 → 11.66.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,2 @@
1
- (()=>{"use strict";var e,t,n,o={5912:(e,t,n)=>{const o=JSON.parse('{"rE":"10.0.39","XO":{"Z":"@finos/legend-logger-plugin-web-console"}}');var r,i=n(2964);class a{name;version;signature;uuid}class s{name;version;uuid=(0,i.A)();constructor(e,t){this.name=e,this.version=t}getName(){return this.name}getVersion(){return this.version}getSignature(){return`${this.getName()}@${this.getVersion()}`}getUUID(){return this.uuid}getInfo(){const e=new a;return e.name=this.getName(),e.version=this.getVersion(),e.signature=this.getSignature(),e.uuid=this.getUUID(),e}configure(e){return this}}class c{plugins=[];presets=[];usePlugins(e){return this.plugins=e,this}usePresets(e){return this.presets=e,this}configure(e){Object.keys(e).forEach((t=>{const n=e[t];this.presets.forEach((e=>{e.getName()===t&&e.configure(n)})),this.plugins.forEach((e=>{e.getName()===t&&e.configure(n)}))}))}install(){this.plugins.forEach((e=>e.install(this))),this.presets.forEach((e=>e.install(this)))}getInfo(){return{plugins:this.plugins.filter((e=>!this.getHiddenPluginNames().includes(e.getName()))).map((e=>e.getInfo())).sort(((e,t)=>e.name.localeCompare(t.name))),presets:this.presets.filter((e=>!this.getHiddenPresetNames().includes(e.getName()))).map((e=>e.getInfo())).sort(((e,t)=>e.name.localeCompare(t.name)))}}getHiddenPluginNames(){return[]}getHiddenPresetNames(){return[]}}!function(e){e[e.DEBUG=1]="DEBUG",e[e.INFO=2]="INFO",e[e.WARN=3]="WARN",e[e.ERROR=4]="ERROR",e[e.SILENT=5]="SILENT"}(r||(r={}));class u{channel;name;timestamp=Date.now();static create(e){const t=new u;return t.name=e,t}}class d extends s{level=r.DEBUG;setLevel(e){this.level=e}install(e){e.registerLoggerPlugin(this)}debug(e,...t){this.level<=r.DEBUG&&this._debug(e,...t)}info(e,...t){this.level<=r.INFO&&this._info(e,...t)}warn(e,...t){this.level<=r.WARN&&this._warn(e,...t)}error(e,...t){this.level<=r.ERROR&&this._error(e,...t)}}class l{loggers=[];registerPlugins(e){this.loggers=e}debug(e,...t){this.loggers.forEach((n=>n.debug(e,...t)))}info(e,...t){this.loggers.forEach((n=>n.info(e,...t)))}warn(e,...t){this.loggers.forEach((n=>n.warn(e,...t)))}error(e,...t){this.loggers.forEach((n=>n.error(e,...t)))}}const{debug:p,info:g,warn:m,error:f}=console;class h extends d{constructor(){super(o.XO.Z,o.rE)}_debug(e,...t){p(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}_info(e,...t){g(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}_warn(e,...t){m(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}_error(e,...t){f(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}}var E=n(1085),b=n(5873),_=n(4417),N=n(4365);const A=()=>()=>{};class T extends Error{uuid=(0,i.A)();constructor(e){super(),this.message=void 0===e||""===e?"(no error message)":e}get detail(){return this.message}}class v extends Error{constructor(e,t,n){if(super(n||(t instanceof Error?t.message:t)),this.name=e,t instanceof Error){const e=(this.message.match(/\n/g)??[]).length+1;this.stack=`${(this.stack??"").split("\n").slice(0,e+1).join("\n")}\nCaused by: ${t.stack}`}else"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(t).stack}}class y extends v{constructor(e){super("Illegal State Error [PLEASE NOTIFY DEVELOPER]",e)}}class C extends v{constructor(e,t){super("Unsupported Operation Error",e||t?`${e}${t?`\n${((e,t)=>{const n=(o={printFunctionName:!1,maxDepth:t?.deep?void 0:1},(0,_.A)(o,(e=>void 0!==e)));var o;return(0,N.GP)(e,n).replace(/.*\s\{/g,"{").replace(/\[.*\]/g,(e=>["[Array]","[Function]"].includes(e)?e:"[Object]"))})(t)}`:""}`:void 0)}}function S(e){if(!(e instanceof Error))throw new y("Expected error to be thrown")}const I=e=>{try{return e()}catch{return}};class k extends v{constructor(e,t){super("Assertion Error",e,t)}}const R=e=>null!=e;function O(e,t=""){if(null==e)throw new k(t||"Value is nullable")}const F=(e,t="")=>(O(e,t),e);function B(e,t,n=""){if(!(e instanceof t))throw new k(n||`Value is expected to be of type '${t.name}'`)}function L(e,t=""){return function(e,t=""){if(""===F(e,t))throw new k(t||"Expected string value to be non-empty")}(e,t),e}function D(e,t=""){if(!e)throw new k(t||"Expected predicate to be truthy")}const P=e=>"string"==typeof e,w=e=>"number"==typeof e&&!isNaN(e),M=e=>"boolean"==typeof e,x=e=>"object"==typeof e&&null!==e,j=e=>x(e)&&"Object"===e.constructor.name,U=(e,t="")=>(function(e,t=""){if(!P(e))throw new k(t||"Value is expected to be a string")}(e,t),e),G=(e,t="")=>(function(e,t=""){if(!w(e))throw new k(t||"Value is expected to be a number")}(e,t),e),V=(e,t="")=>(function(e,t=""){if(!M(e))throw new k(t||"Value is expected to be a boolean")}(e,t),e);var H=n(6651),Y=n(6046),K=n(6451),$=n(8041);const W=H.v,X="charset=utf-8";var q,J,z;!function(e){e.CONTENT_TYPE="Content-Type",e.ACCEPT="Accept"}(q||(q={})),function(e){e.APPLICATION_JSON="application/json",e.APPLICATION_XML="application/xml",e.APPLICATION_ZLIB="application/zlib",e.TEXT_PLAIN="text/plain",e.TEXT_CSV="text/csv",e.ALL="*/*"}(J||(J={})),function(e){e.GET="GET",e.PUT="PUT",e.POST="POST",e.DELETE="DELETE"}(z||(z={}));const Q={mode:"cors",credentials:"include",redirect:"follow"},Z=(e,t)=>{const n={};return e&&Object.entries(e).forEach((([e,t])=>{n[e]=t})),t&&Object.entries(t).forEach((([e,t])=>{n[e]=t})),n};class ee extends Error{response;payload;constructor(e,t){super(),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.name="Network Client Error",this.response=e;const{status:n,statusText:o,url:r}=e,i=`Received response with status ${n} (${o}) for ${r}`;this.message=(t?(e=>{if(x(e))return P(e.message)?e.message:JSON.stringify(e);let t;try{t=JSON.parse(e)}catch{}return t&&P(t.message)?t.message:e})(t).substring(0,5e3):"")||i,this.payload=t}}const te=async(e,t,n)=>{if(n?.preprocess?.(e),!e.ok){let t;try{t=await e.text(),t=JSON.parse(t)}catch{}return Promise.reject(new ee(e,t))}if(n?.skipProcessing)return Promise.resolve(e);if(e.status===W.NO_CONTENT)return Promise.resolve(void 0);const o=t.headers.Accept;switch(o){case J.APPLICATION_JSON:return e.json();case J.TEXT_PLAIN:return e.text();default:return Promise.reject(new ee(e,`Can't process response for request with Content-Type '${o}'`))}},ne=(e,t)=>{const n={};return n.Accept=J.APPLICATION_JSON,e!==z.GET&&(n[q.CONTENT_TYPE]=`${J.APPLICATION_JSON};${X}`),Z(n,t)};class oe{options={};baseUrl;constructor(e){this.baseUrl=e?.baseUrl,this.options={...Q,...e?.options??{}}}async get(e,t={},n,o,r,i){return this.request(z.GET,e,void 0,t,n,o,r,i)}async put(e,t={},n={},o,r,i,a){return this.request(z.PUT,e,t,n,o,r,i,a)}async post(e,t={},n={},o,r,i,a){return this.request(z.POST,e,t,n,o,r,i,a)}async delete(e,t={},n={},o,r,i,a){return this.request(z.DELETE,e,t,n,o,r,i,a)}async request(e,t,n,o,r,i,a,s){const c=((e,t,n)=>{if(!e&&!I((()=>new URL(t))))throw new Error(`Can't build URL string: base URL is not specified and the provided URL '${t}' is not absolute`);const o=new URL(t,e);return n instanceof Object&&Object.entries(n).forEach((([e,t])=>{void 0!==t&&(Array.isArray(t)?t.filter(R).forEach((t=>o.searchParams.append(e,t.toString()))):o.searchParams.append(e,t.toString()))})),o.toString()})(this.baseUrl,t,i??{});let u;if((P(n)||x(n))&&a?.enableCompression&&(D(e!==z.GET," GET request should not have any request payload"),n=(e=>new Blob([(0,Y.Kc)(x(e)?JSON.stringify(e):e)]))(n),r=Z(r,{[q.CONTENT_TYPE]:`${J.APPLICATION_ZLIB};${X}`})),void 0!==n)if(P(n)||n instanceof Blob)u=n;else{if(!x(n))throw new k("Request body can only be either a 'string' or an 'object'");u=JSON.stringify(n)}const d={...this.options,...o,method:e,body:u,headers:ne(e,r)};return fetch(c,d).then((e=>0===e.status||e.status===W.UNAUTHORIZED?s?.autoReAuthenticateUrl?(e=>new Promise((t=>{const n="AUTO_AUTHENTICATION_IFRAME",o=document.getElementById(n);o?.remove();const r=document.createElement("iframe");r.id=n,r.src=e,r.style.display="none",r.addEventListener("load",(()=>{r.remove(),t()})),document.body.appendChild(r)})))(s.autoReAuthenticateUrl).then((()=>fetch(c,d))).then((e=>te(e,d,s))):fetch(c,d).then((e=>te(e,d,s))):te(e,d,s))).catch((e=>(e=>e instanceof TypeError&&"Failed to fetch"===e.message)(e)?fetch(c,d).then((e=>te(e,d,s))):Promise.reject(e)))}}const re=(e,t,n)=>{const o=new Blob([t],{type:n}),r=URL.createObjectURL(o),i=document.createElement("a");"string"==typeof i.download?(document.body.appendChild(i),i.download=e,i.href=r,i.click(),document.body.removeChild(i)):location.replace(r)};var ie;!function(e){e.APPLICATION_SETUP__FAILURE="application.setup.failure",e.APPLICATION_LOAD__SUCCESS="application.load.success",e.APPLICATION_LOAD__FAILURE="application.load.failure",e.ILLEGAL_APPLICATION_STATE_OCCURRED="application.error.illegal-state",e.APPLICATION_CONFIGURATION__FAILURE="application.configuration.failure",e.IDENTITY_AUTO_FETCH__FAILURE="application.identity.auto-fetch.failure",e.DOCUMENTATION_FETCH__FAILURE="application.documentation.fetch.failure",e.DOCUMENTATION_LOAD__SKIP="application.documentation.load.skip",e.DOCUMENTATION_REQUIREMENT_CHECK__FAILURE="application.documentation.requirement-check.failure",e.CONTEXTUAL_DOCUMENTATION_LOAD__SKIP="application.virtual-assistant.contextual-documentation-load.skip",e.VIRTUAL_ASSISTANT_DOCUMENTATION_ENTRY__ACCESS="application.virtual-assistant.documentation-entry.access",e.TERMINAL_COMMAND_CONFIGURATION_CHECK__FAILURE="application.load.terminal-command.configuration-check.failure",e.COLOR_THEME_CONFIGURATION_CHECK__FAILURE="application.layout.color-theme.configuration-check.failure",e.SETTING_CONFIGURATION_CHECK__FAILURE="application.setting.configuration-check.failure",e.SETTING_RETRIVE_FAILURE="application.setting.retrieve.failure",e.USER_DATA_RETRIEVE_FAILURE="application.user-data.retrieve.failure",e.COMMAND_CENTER_REGISTRATION__FAILURE="application.command.registration.failure",e.DEVELOPMENT_ISSUE="development.issue",e.APPLICATION_CONTEXT__ACCESS="application.context.access",e.APPLICATION_USAGE__INTERRUPT="application.usage.interrupt",e.APPLICATION_TELEMETRY_EVENT__FAILURE="application.telemetry-event.failure"}(ie||(ie={}));var ae=n(7542);class se{schema;deserializeNullAsUndefined;constructor(e,t){this.schema=e,this.deserializeNullAsUndefined=Boolean(t?.deserializeNullAsUndefined)}toJson(e){return(0,ae.lK)(this.schema,e)}fromJson(e){return(0,ae.iu)(this.schema,this.deserializeNullAsUndefined?(t=e,(0,_.A)(t,(e=>null!==e))):e);var t}}const ce=e=>(0,ae.Ie)((t=>void 0===t?ae._Z:(0,ae.lK)(e,t)),(t=>(0,ae.iu)(e,t))),ue=e=>(0,ae.Ie)((()=>e),(()=>e)),de=e=>(0,ae.Ie)((t=>t?(0,ae.lK)(e,t):ae._Z),(t=>t?(0,ae.iu)(e,t):ae._Z));var le=n(6696);class pe{key;markdownText;title;text;url;related;static serialization=new se((0,ae.PL)(pe,{markdownText:(0,ae.Ie)((e=>e),(e=>e.value?e:void 0)),related:(0,ae.lq)((0,ae.p_)((0,ae.MY)())),title:(0,ae.lq)((0,ae.MY)()),text:(0,ae.lq)((0,ae.MY)()),url:(0,ae.lq)((0,ae.MY)())}));static create(e,t){const n=pe.serialization.fromJson(e);return n.key=t,n}}const ge=e=>Object.entries(e).map((e=>({key:e[0],content:pe.create(e[1],e[0])})));class me{url;links;docRegistry=new Map;contextualDocIndex=new Map;constructor(e){this.url=e.config.documentationUrl,this.links=e.config.documentationLinkEntries,e.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraKeyedDocumentationEntries?.()??[])).forEach((t=>{this.hasDocEntry(t.key)?e.logService.warn(u.create(ie.DOCUMENTATION_LOAD__SKIP),t.key):this.docRegistry.set(t.key,t.content)})),e.config.keyedDocumentationEntries.forEach((e=>this.docRegistry.set(e.key,e.content)));const t=e.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraContextualDocumentationEntries?.()??[])),n=[];(0,le.A)(e.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraRequiredDocumentationKeys?.()??[])).concat(t.map((e=>e.documentationKey)))).forEach((e=>{this.docRegistry.has(e)||n.push(e)})),n.length&&e.logService.warn(u.create(ie.DOCUMENTATION_REQUIREMENT_CHECK__FAILURE),`Can't find corresponding documentation entry for keys:\n${n.map((e=>`- ${e}`)).join("\n")}`),t.forEach((t=>{if(this.hasContextualDocEntry(t.context))e.logService.warn(u.create(ie.CONTEXTUAL_DOCUMENTATION_LOAD__SKIP),t.context);else{const e=this.getDocEntry(t.documentationKey);e&&this.contextualDocIndex.set(t.context,e)}})),e.config.contextualDocEntries.forEach((e=>{const t=this.getDocEntry(e.documentationKey);t&&this.contextualDocIndex.set(e.context,t)}))}getDocEntry(e){return this.docRegistry.get(e)}hasDocEntry(e){return this.docRegistry.has(e)}getContextualDocEntry(e){return this.contextualDocIndex.get(e)}hasContextualDocEntry(e){return this.contextualDocIndex.has(e)}getAllDocEntries(){return Array.from(this.docRegistry.values())}publishDocRegistry(){const e={};return this.docRegistry.forEach(((t,n)=>{e[n]=pe.serialization.toJson(t)})),e}publishContextualDocIndex(){const e={};return this.contextualDocIndex.forEach(((t,n)=>{e[n]=t.key})),e}}var fe,he,Ee=n(3794);!function(e){e.INITIAL="INITIAL",e.IN_PROGRESS="IN_PROGRESS",e.SUCCEEDED="SUCEEDED",e.FAILED="FAILED"}(fe||(fe={}));class be{state;_message;_messageFormatter;constructor(){this.state=fe.INITIAL}setMessage(e){this._message=e}setMessageFormatter(e){this._messageFormatter=e}reset(){return this.state=fe.INITIAL,this}inProgress(){return this.state=fe.IN_PROGRESS,this}fail(){return this.state=fe.FAILED,this}pass(){return this.state=fe.SUCCEEDED,this}complete(e=!0){return e?this.pass():this.fail(),this}sync(e){const t=e.exportData();this.state=t.state,this._message=t.message}exportData(){return{state:this.state,message:this._message}}get isInInitialState(){return this.state===fe.INITIAL}get isInProgress(){return this.state===fe.IN_PROGRESS}get hasFailed(){return this.state===fe.FAILED}get hasSucceeded(){return this.state===fe.SUCCEEDED}get message(){return this._message?this._messageFormatter?this._messageFormatter(this._message):this._message:void 0}get hasCompleted(){return this.hasFailed||this.hasSucceeded}static create(){return(0,Ee.Gn)(new be,{state:Ee.sH,_message:Ee.sH,reset:Ee.XI,inProgress:Ee.XI,pass:Ee.XI,fail:Ee.XI,complete:Ee.XI,setMessage:Ee.XI,sync:Ee.XI,isInInitialState:Ee.EW,isInProgress:Ee.EW,hasFailed:Ee.EW,hasSucceeded:Ee.EW,hasCompleted:Ee.EW,message:Ee.EW})}}!function(e){e.USER="user",e.ENV="env",e.RESULT="result",e.ERROR="error",e.HTTP_STATUS="status",e.HTTP_REQUEST_METHOD="method",e.HTTP_REQUEST_URL="url"}(he||(he={}));class _e{traceEntries=[];setup(e){this.traceEntries=e}bootstrap(e){this.traceEntries.forEach((t=>{t.plugin.bootstrap(t.clientSpan,e)}))}reportSuccess(){this.traceEntries.forEach((e=>{e.plugin.concludeClientSpan(e.clientSpan,void 0)}))}reportError(e){this.traceEntries.forEach((t=>{t.plugin.concludeClientSpan(t.clientSpan,e)}))}close(){this.traceEntries.forEach((e=>{e.plugin.concludeServerSpan(e.serverSpan)}))}}class Ne{plugins=[];registerPlugins(e){this.plugins=e}createTrace(e,t,n,o){const r=new _e;return e&&r.setup(this.plugins.map((r=>{const i=r.createClientSpan(e);return{clientSpan:i,serverSpan:r.createServerSpan(i,t,n,o),plugin:r}}))),r}}const Ae=n(7102).A;var Te,ve;!function(e){e.STANDARD="standard",e.INCLUDE="include match",e.EXACT="exact match",e.INVERSE="excludes exact match"}(Te||(Te={}));class ye{currentMode=Te.STANDARD;onSearchModeChange;constructor(e){(0,Ee.Gn)(this,{currentMode:Ee.sH,isAdvancedSearchActive:Ee.EW,setCurrentMode:Ee.XI}),this.onSearchModeChange=e}get isAdvancedSearchActive(){return this.currentMode!==Te.STANDARD}generateSearchText(e){switch(this.currentMode){case Te.INCLUDE:return`'"${e}"`;case Te.EXACT:return`="${e}"`;case Te.INVERSE:return`!"${e}"`;default:return e}}setCurrentMode(e){this.currentMode=e,this.onSearchModeChange()}}!function(e){e.SEARCH="SEARCH",e.CONTEXTUAL_SUPPORT="CONTEXTUAL_SUPPORT"}(ve||(ve={}));class Ce{uuid=(0,i.A)();documentationKey;title;content;url;isOpen=!1;constructor(e){(0,Ee.Gn)(this,{isOpen:Ee.sH,setIsOpen:Ee.XI}),this.documentationKey=e.key,this.title=L(e.title),this.content=e.markdownText??e.text,this.url=e.url}setIsOpen(e){this.isOpen=e}}class Se{uuid=(0,i.A)();context;title;content;url;related;constructor(e,t,n){this.context=e,this.title=t.title,this.content=t.markdownText??t.text,this.url=t.url,this.related=n}}const Ie=e=>Boolean(e.title&&(e.url??e.text??e.markdownText));class ke{applicationStore;panelRenderingKey=(0,i.A)();isHidden=!0;isOpen=!1;isPanelMaximized=!1;selectedTab=ve.SEARCH;currentDocumentationEntry;searchEngine;searchConfigurationState;searchState=be.create();searchText="";searchResults=[];showSearchConfigurationMenu=!1;isOverSearchLimit=!1;constructor(e){(0,Ee.Gn)(this,{isHidden:Ee.sH,isOpen:Ee.sH,isPanelMaximized:Ee.sH,panelRenderingKey:Ee.sH,isOverSearchLimit:Ee.sH,selectedTab:Ee.sH,searchText:Ee.sH,searchResults:Ee.sH,currentDocumentationEntry:Ee.sH,showSearchConfigurationMenu:Ee.sH,currentContextualDocumentationEntry:Ee.EW,setIsHidden:Ee.XI,setIsOpen:Ee.XI,setIsPanelMaximized:Ee.XI,setSelectedTab:Ee.XI,setSearchText:Ee.XI,resetSearch:Ee.XI,search:Ee.XI,openDocumentationEntry:Ee.XI,refreshPanelRendering:Ee.XI,setShowSearchConfigurationMenu:Ee.XI}),this.applicationStore=e,this.searchEngine=new Ae(this.applicationStore.documentationService.getAllDocEntries().filter(Ie),{includeScore:!0,shouldSort:!0,ignoreLocation:!0,threshold:.2,keys:[{name:"title",weight:4},{name:"text",weight:1},{name:"markdownText.value",weight:1}],useExtendedSearch:!0}),this.searchConfigurationState=new ye((()=>{this.search()}))}get currentContextualDocumentationEntry(){if(!this.applicationStore.navigationContextService.currentContext)return;const e=this.applicationStore.navigationContextService.currentContext.key,t=this.applicationStore.documentationService.getContextualDocEntry(e);return t?new Se(e,t,(t.related??[]).map((e=>this.applicationStore.documentationService.getDocEntry(e))).filter(R).filter(Ie).map((e=>new Ce(e)))):void 0}openDocumentationEntry(e){const t=this.applicationStore.documentationService.getDocEntry(e);t&&(this.setIsOpen(!0),this.setIsHidden(!1),this.currentDocumentationEntry=new Ce(t),this.currentDocumentationEntry.setIsOpen(!0),this.resetSearch())}openDocumentationEntryLink(e){const t=this.applicationStore.documentationService.getDocEntry(e);t&&((e=>Ie(e)&&Boolean(e.text??e.markdownText))(t)?this.openDocumentationEntry(t.key):t.url&&this.applicationStore.navigationService.navigator.visitAddress(t.url))}setIsHidden(e){this.isHidden=e}setIsPanelMaximized(e){this.isPanelMaximized=e}hideAssistant(){this.setIsHidden(!0),this.setIsOpen(!1)}toggleAssistant(){this.isHidden?this.setIsHidden(!1):this.hideAssistant()}setIsOpen(e){this.isOpen=e}setSelectedTab(e){this.selectedTab=e}refreshPanelRendering(){this.panelRenderingKey=(0,i.A)()}setSearchText(e){this.searchText=e}resetSearch(){this.searchText="",this.searchResults=[],this.searchState.complete()}search(){this.searchText?(this.currentDocumentationEntry=void 0,this.searchState.inProgress(),this.searchResults=Array.from(this.searchEngine.search(this.searchConfigurationState.generateSearchText(this.searchText),{limit:101}).values()).map((e=>new Ce(e.item))),this.searchResults.length>100?(this.isOverSearchLimit=!0,this.searchResults=this.searchResults.slice(0,100)):this.isOverSearchLimit=!1,this.searchState.complete()):this.searchResults=[]}setShowSearchConfigurationMenu(e){this.showSearchConfigurationMenu=e}}class Re{notifierPlugins=[];registerEventNotifierPlugins(e){this.notifierPlugins=e}notify(e,t){this.notifierPlugins.forEach((n=>n.notify(e,t)))}}class Oe{static logEvent_ApplicationInitializationSucceeded(e,t){e.logEvent(ie.APPLICATION_LOAD__SUCCESS,{application:{name:t.config.appName,version:t.config.appVersion,env:t.config.env},browser:{userAgent:navigator.userAgent},screen:{height:window.screen.height,width:window.screen.width}})}static logEvent_ApplicationContextAccessed(e,t){e.logEvent(ie.APPLICATION_CONTEXT__ACCESS,t)}static logEvent_VirtualAssistantDocumentationEntryAccessed(e,t){e.logEvent(ie.VIRTUAL_ASSISTANT_DOCUMENTATION_ENTRY__ACCESS,t)}static logEvent_ApplicationUsageInterrupted(e){e.logEvent(ie.APPLICATION_USAGE__INTERRUPT,{})}}class Fe{applicationStore;contextStack=[];constructor(e){(0,Ee.Gn)(this,{contextStack:Ee.sH,currentContext:Ee.EW,push:Ee.XI,pop:Ee.XI}),this.applicationStore=e}get currentContext(){return this.contextStack.length?this.contextStack[this.contextStack.length-1]:void 0}push(e){const t=this.contextStack.filter((e=>!e.isTransient));if(t.find((t=>t.key===e.key)))throw new y(`Found multiple context '${e.key}' in application navigation context stack`);t.push(e),this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraAccessEventLoggingApplicationContextKeys?.()??[])).includes(e.key)&&Oe.logEvent_ApplicationContextAccessed(this.applicationStore.telemetryService,{key:e.key}),this.contextStack=t}pop(e){const t=this.contextStack.find((t=>t.key===e.key));if(!t)return;const n=this.contextStack.indexOf(t);-1!==n&&(this.contextStack=this.contextStack.slice(0,n).filter((e=>!e.isTransient)))}}class Be{applicationStore;commandRegistry=new Map;constructor(e){(0,Ee.Gn)(this,{commandRegistry:Ee.sH,registerCommand:Ee.XI,deregisterCommand:Ee.XI}),this.applicationStore=e}registerCommand(e){const t=e.key;this.commandRegistry.has(t)?this.applicationStore.logService.warn(u.create(ie.COMMAND_CENTER_REGISTRATION__FAILURE),"Can't register command: command is already registered"):this.commandRegistry.set(t,e)}deregisterCommand(e){this.commandRegistry.delete(e)}runCommand(e,t){const n=this.commandRegistry.get(e);return!(!n||n.trigger&&!n.trigger()||(n.action?.(t),0))}}class Le{applicationStore;keyMap=new Map;commandKeyMap=new Map;isHotkeysBlocked=!1;constructor(e){(0,Ee.Gn)(this,{keyMap:Ee.sH,commandKeyMap:Ee.sH,isHotkeysBlocked:Ee.sH,addHotkey:Ee.XI,blockGlobalHotkeys:Ee.XI,unblockGlobalHotkeys:Ee.XI}),this.applicationStore=e,this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraKeyedCommandConfigEntries?.()??[])).forEach((e=>{const t=[e.content.defaultKeyboardShortcut,...e.content.additionalKeyboardShortcuts??[]].filter(R);t.length?t.forEach((t=>this.addHotkey(e.key,t))):this.commandKeyMap.has(e.key)||this.commandKeyMap.set(e.key,[])}))}blockGlobalHotkeys(){this.isHotkeysBlocked=!0}unblockGlobalHotkeys(){this.isHotkeysBlocked=!1}addHotkey(e,t){this.commandKeyMap.set(e,[...this.commandKeyMap.get(e)??[],t]),this.keyMap.set(t,[...(this.keyMap.get(t)??[]).filter((t=>t!==e)),e])}dispatch(e){if(this.isHotkeysBlocked)return;const t=this.keyMap.get(e)??[];for(const e of t)if(this.applicationStore.commandService.runCommand(e))return}}var De=n(4594),Pe=n(2338),we=n(4462),Me=n(720),xe=n(5974),je=n(382);const Ue="Roboto Mono",Ge="yyyy-MM-dd'T'HH:mm:ss";var Ve;!function(e){e.RESET="",e.BOLD="",e.DIM="",e.ITALIC="",e.UNDERLINE="",e.BLINKING="",e.STRIKETHROUGH="",e.BLACK="",e.RED="",e.GREEN="",e.YELLOW="",e.BLUE="",e.MAGENTA="",e.CYAN="",e.WHITE="",e.BRIGHT_BLACK="",e.BRIGHT_RED="",e.BRIGHT_GREEN="",e.BRIGHT_YELLOW="",e.BRIGHT_BLUE="",e.BRIGHT_MAGENTA="",e.BRIGHT_CYAN="",e.BRIGHT_WHITE="",e.DIMMED_BLACK="",e.DIMMED_RED="",e.DIMMED_GREEN="",e.DIMMED_YELLOW="",e.DIMMED_BLUE="",e.DIMMED_MAGENTA="",e.DIMMED_CYAN="",e.DIMMED_WHITE="",e.BLACK_BG="",e.RED_BG="",e.GREEN_BG="",e.YELLOW_BG="",e.BLUE_BG="",e.MAGENTA_BG="",e.CYAN_BG="",e.WHITE_BG="",e.BRIGHT_BLACK_BG="",e.BRIGHT_RED_BG="",e.BRIGHT_GREEN_BG="",e.BRIGHT_YELLOW_BG="",e.BRIGHT_BLUE_BG="",e.BRIGHT_MAGENTA_BG="",e.BRIGHT_CYAN_BG="",e.BRIGHT_WHITE_BG="",e.DIMMED_BLACK_BG="",e.DIMMED_RED_BG="",e.DIMMED_GREEN_BG="",e.DIMMED_YELLOW_BG="",e.DIMMED_BLUE_BG="",e.DIMMED_MAGENTA_BG="",e.DIMMED_CYAN_BG="",e.DIMMED_WHITE_BG=""}(Ve||(Ve={}));const He=(e,t)=>`[${e};${t}H`;class Ye{searchInput;searchText="";useRegex=!1;matchWholeWord=!1;matchCaseSensitive=!1;resultCount;currentResultIndex;constructor(){(0,Ee.Gn)(this,{searchText:Ee.sH,useRegex:Ee.sH,matchWholeWord:Ee.sH,matchCaseSensitive:Ee.sH,resultCount:Ee.sH,currentResultIndex:Ee.sH})}setSearchInput(e){this.searchInput=e}focus(){this.searchInput?.focus()}}class Ke{applicationStore;searchConfig=new Ye;constructor(e){(0,Ee.Gn)(this,{setSearchText:Ee.XI,setSearchRegex:Ee.XI,setSearchWholeWord:Ee.XI,setSearchCaseSensitive:Ee.XI,setSearchResultCount:Ee.XI,setSearchCurrentResultIndex:Ee.XI}),this.applicationStore=e}setSearchText(e){this.searchConfig.searchText=e}setSearchRegex(e){this.searchConfig.useRegex=e}setSearchWholeWord(e){this.searchConfig.matchWholeWord=e}setSearchCaseSensitive(e){this.searchConfig.matchCaseSensitive=e}setSearchResultCount(e){this.searchConfig.resultCount=e}setSearchCurrentResultIndex(e){this.searchConfig.currentResultIndex=e}}class $e extends Ke{preserveLog=!1;commandRegistry=new Map;constructor(e){super(e),(0,Ee.Gn)(this,{preserveLog:Ee.sH,setPreserveLog:Ee.XI})}setPreserveLog(e){this.preserveLog=e}showHelp(){}showCommonANSIEscapeSequences(){}}var We=n(9481);n(4404),n(1880);const Xe=e=>e.length>=1?`${e[0].toUpperCase()}${e.substring(1,e.length)}`:e,qe=["a","an","the","but","by","nor","and","or","so","as","yet","for","in","nor","of","on","at","out","to","up"],Je=e=>(e??"").trim().replace(/\b(?:\w+)\b/gu,(e=>qe.includes(e.toLowerCase())?e.toLowerCase():Xe(e))).replace(/^(?:\w+)\b/u,(e=>Xe(e))).replace(/\b(?:\w+)$/u,(e=>Xe(e))),ze=e=>e?e.trim().match(/^[A-Z_]+$/)?Je(e.trim().replace(/_+/gu," ").toLowerCase()):Xe(e.trim()).split(/(?<chunk>[A-Z][a-z]+|[0-9]+)/).map((e=>e.toUpperCase()===e?e:e.charAt(0).toUpperCase()+e.slice(1).toLowerCase())).filter(Boolean).join(" ").replace(/_+/gu," ").replace(/\s+/gu," "):"";var Qe;function Ze(e){return e.trim().split(" ").map((e=>{const t=e.split(/\b\+/),n=F(t.pop(),"Can't parse key binding: last part must be a non-modifier key");return{modifiers:t,key:n}}))}!function(e){e.TAB="Tab",e.CAPSLOCK="CapsLock",e.SHIFT="Shift",e.META="Meta",e.ALT="Alt",e.CONTROL="Control",e.SPACE="Space",e.ESC="Escape",e.LEFT="ArrowLeft",e.RIGHT="ArrowRight",e.UP="ArrowUp",e.DOWN="ArrowDown",e.ENTER="Enter",e.DELETE="Delete",e.BACKSPACE="Backspace",e.BACKQUOTE="Backquote"}(Qe||(Qe={}));const et=(e,t)=>t.key===e.code&&t.modifiers.every((t=>e.getModifierState(t)))&&![Qe.SHIFT,Qe.META,Qe.ALT,Qe.CONTROL].find((n=>t.key!==n&&e.getModifierState(n)&&!t.modifiers.includes(n))),tt=(e,t)=>et(e,F(Ze(t)[0]));var nt=n(2207),ot=n(7063),rt=n(2285),it=n(5844);const at="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/utils/LegendStyleProvider.tsx",st=(0,ot.A)({transitions:{create:()=>"none"}}),ct=e=>{const{children:t}=e;return(0,nt.jsxDEV)(rt.A,{injectFirst:!0,children:(0,nt.jsxDEV)(it.A,{theme:st,children:t},void 0,!1,{fileName:at,lineNumber:42,columnNumber:7},void 0)},void 0,!1,{fileName:at,lineNumber:37,columnNumber:11},void 0)};var ut=n(6112),dt=n(3432),lt=n(5150),pt=n(306),gt=n(692),mt=n(3416),ft=n(4357);const ht=(e,t)=>{const n=e=>{const{children:n,className:o}=e;return(0,nt.jsxDEV)("div",{className:(0,ft.$)(t,o),"data-testid":e["data-testid"],children:n},void 0,!1,{fileName:"/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/utils/ComponentCreatorUtils.tsx",lineNumber:32,columnNumber:13},void 0)};return n.displayName=e,n},Et="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/dialog/Modal.tsx",bt=e=>{const{children:t,darkMode:n,className:o}=e;return(0,nt.jsxDEV)("div",{className:(0,ft.$)("modal",{"modal--dark":n},o),children:t},void 0,!1,{fileName:Et,lineNumber:27,columnNumber:11},void 0)},_t=e=>{const{title:t,icon:n,className:o}=e;return(0,nt.jsxDEV)("div",{className:(0,ft.$)("modal__title",o),children:[n&&(0,nt.jsxDEV)("div",{className:"modal__title__icon",children:n},void 0,!1,{fileName:Et,lineNumber:42,columnNumber:15},void 0),(0,nt.jsxDEV)("div",{className:"modal__title__label",children:Je(t)},void 0,!1,{fileName:Et,lineNumber:43,columnNumber:7},void 0)]},void 0,!0,{fileName:Et,lineNumber:40,columnNumber:11},void 0)},Nt=e=>{const{title:t,children:n,className:o}=e;return!n&&t?(0,nt.jsxDEV)("div",{className:(0,ft.$)("modal__header",o),children:(0,nt.jsxDEV)(_t,{title:t},void 0,!1,{fileName:Et,lineNumber:58,columnNumber:9},void 0)},void 0,!1,{fileName:Et,lineNumber:56,columnNumber:13},void 0):(0,nt.jsxDEV)("div",{className:(0,ft.$)("modal__header",o),children:n},void 0,!1,{fileName:Et,lineNumber:62,columnNumber:9},void 0)},At=ht("ModalHeaderActions","modal__header__actions"),Tt=ht("ModalBody","modal__body"),vt=ht("ModalFooter","modal__footer"),yt=(ht("ModalFooterStatus","modal__footer__status"),e=>{const{onClick:t,inProgressText:n,text:o,title:r,children:i,disabled:a,className:s,darkMode:c,formatText:u,type:d,preventFormSubmit:l}=e,p=c??!0,g=u??!0,m="secondary"===d,f=l??!1;return(0,nt.jsxDEV)("button",{className:(0,ft.$)("btn","modal__footer__btn",{"btn--dark":p,"btn--light":!p,"modal__footer__btn--primary":!m,"modal__footer__btn--secondary":m},s),title:r,onClick:t,disabled:Boolean(n)||a,type:f?"button":void 0,children:[n?ze(n):g?ze(o):o,i]},void 0,!0,{fileName:Et,lineNumber:113,columnNumber:11},void 0)});var Ct,St;!function(e){e.STANDARD="STANDARD",e.CAUTION="CAUTION"}(Ct||(Ct={})),function(e){e.STANDARD="STANDARD",e.PROCEED_WITH_CAUTION="PROCEED_WITH_CAUTION",e.PROCEED="PROCEED"}(St||(St={}));class It{applicationStore;blockingAlertInfo;actionAlertInfo;constructor(e){(0,Ee.Gn)(this,{blockingAlertInfo:Ee.sH,actionAlertInfo:Ee.sH,setBlockingAlert:Ee.XI,setActionAlertInfo:Ee.XI}),this.applicationStore=e}setBlockingAlert(e){e?this.applicationStore.keyboardShortcutsService.blockGlobalHotkeys():this.applicationStore.keyboardShortcutsService.unblockGlobalHotkeys(),this.blockingAlertInfo=e}setActionAlertInfo(e){this.actionAlertInfo&&e&&this.applicationStore.notificationService.notifyIllegalState("Action alert is stacked: new alert is invoked while another one is being displayed"),e?this.applicationStore.keyboardShortcutsService.blockGlobalHotkeys():this.applicationStore.keyboardShortcutsService.unblockGlobalHotkeys(),this.actionAlertInfo=e}}var kt=n(4041);const Rt=(0,kt.createContext)(void 0),Ot=()=>F((0,kt.useContext)(Rt),"Can't find application store in context"),Ft=({children:e,store:t})=>{const n=(0,lt.iz)((()=>t));return(0,nt.jsxDEV)(Rt.Provider,{value:n,children:e},void 0,!1,{fileName:"/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/ApplicationStoreProvider.tsx",lineNumber:52,columnNumber:11},void 0)},Bt="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/ActionAlert.tsx",Lt=e=>{switch(e){case St.PROCEED_WITH_CAUTION:return"btn--caution";case St.PROCEED:case St.STANDARD:default:return"btn--dark"}},Dt=(0,lt.PA)((e=>{const{info:t}=e,n=Ot(),{title:o,message:r,prompt:i,type:a,onClose:s,onEnter:c,actions:u}=t,d=()=>{s?.(),n.alertService.setActionAlertInfo(void 0)};return(0,nt.jsxDEV)(mt.A,{open:Boolean(n.alertService.actionAlertInfo),onClose:A,TransitionProps:{onEnter:()=>c?.()},children:(0,nt.jsxDEV)("form",{onSubmit:e=>{e.preventDefault(),u.find((e=>e.default))?.handler?.(),d()},className:`modal search-modal modal--dark blocking-alert blocking-alert--${(a??Ct.STANDARD).toLowerCase()}`,children:[o&&(0,nt.jsxDEV)(Nt,{title:o},void 0,!1,{fileName:Bt,lineNumber:69,columnNumber:18},void 0),(0,nt.jsxDEV)(Tt,{children:[(0,nt.jsxDEV)("div",{className:"blocking-alert__summary-text",children:r},void 0,!1,{fileName:Bt,lineNumber:71,columnNumber:11},void 0),(0,nt.jsxDEV)("div",{className:"blocking-alert__prompt-text",children:i},void 0,!1,{fileName:Bt,lineNumber:72,columnNumber:11},void 0)]},void 0,!0,{fileName:Bt,lineNumber:70,columnNumber:9},void 0),(0,nt.jsxDEV)(vt,{children:[u.map(((e,t)=>(0,nt.jsxDEV)("button",{type:e.default?"submit":"button",className:`btn btn--dark ${Lt(e.type??St.STANDARD)}`,onClick:t=>{t.preventDefault(),e.handler?.(),d()},autoFocus:Boolean(e.default),children:e.label},t,!1,{fileName:Bt,lineNumber:86,columnNumber:21},void 0))),!u.length&&(0,nt.jsxDEV)("button",{type:"button",className:"btn btn--dark blocking-alert__action--standard",onClick:d,children:"Cancel"},void 0,!1,{fileName:Bt,lineNumber:102,columnNumber:32},void 0)]},void 0,!0,{fileName:Bt,lineNumber:74,columnNumber:9},void 0)]},void 0,!0,{fileName:Bt,lineNumber:60,columnNumber:7},void 0)},void 0,!1,{fileName:Bt,lineNumber:52,columnNumber:11},void 0)})),Pt=(0,lt.PA)((()=>{const e=Ot().alertService.actionAlertInfo;return e?(0,nt.jsxDEV)(Dt,{info:e},void 0,!1,{fileName:Bt,lineNumber:124,columnNumber:9},void 0):null})),wt=e=>{const{isLoading:t,className:n}=e,o=(0,kt.useRef)(null);return(0,kt.useEffect)((()=>{o.current&&(t?o.current.parentElement?.classList.add("panel-loading-indicator__container"):o.current.parentElement?.classList.remove("panel-loading-indicator__container"))}),[t]),(0,nt.jsxDEV)("div",{ref:o,className:(0,ft.$)(n,"panel-loading-indicator"+(t?"":"--disabled"))},void 0,!1,{fileName:"/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/panel/PanelLoadingIndicator.tsx",lineNumber:41,columnNumber:11},void 0)},Mt="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/BlockingAlert.tsx",xt=(0,lt.PA)((()=>{const e=Ot(),t=e.alertService.blockingAlertInfo;return t?(0,nt.jsxDEV)(mt.A,{open:Boolean(t),onClose:A,classes:{root:"blocking-alert__root-container",container:"blocking-alert__container"},children:(0,nt.jsxDEV)(bt,{darkMode:!e.layoutService.TEMPORARY__isLightColorThemeEnabled,className:"blocking-alert",children:[(0,nt.jsxDEV)(wt,{isLoading:Boolean(t.showLoading)},void 0,!1,{fileName:Mt,lineNumber:54,columnNumber:9},void 0),(0,nt.jsxDEV)(Tt,{children:[(0,nt.jsxDEV)("div",{className:"blocking-alert__message",children:t.message},void 0,!1,{fileName:Mt,lineNumber:56,columnNumber:11},void 0),t.prompt&&(0,nt.jsxDEV)("div",{className:"blocking-alert__message__prompt",children:t.prompt},void 0,!1,{fileName:Mt,lineNumber:57,columnNumber:28},void 0)]},void 0,!0,{fileName:Mt,lineNumber:55,columnNumber:9},void 0)]},void 0,!0,{fileName:Mt,lineNumber:48,columnNumber:7},void 0)},void 0,!1,{fileName:Mt,lineNumber:39,columnNumber:11},void 0):null}));var jt=n(4269),Ut=n(9896),Gt=n(6750),Vt=n(7997),Ht=n(6819);const Yt=jt.RQJ,Kt=Ut.QRP,$t=Gt.QCr,Wt=Gt._Hm,Xt=Gt.OiG,qt=Gt.Pcn,Jt=Gt.z44,zt=Gt.gZZ,Qt=Gt.__w,Zt=Gt.KSO,en=Gt.UnJ,tn=Gt.A7C,nn=Gt.BS8,on=Gt.KRc,rn=Gt.q7G,an=Gt.Su4,sn=Gt.kxO,cn=Gt.vq8,un=Gt.GfC,dn=Gt.SoL,ln=Gt.Wx3,pn=Vt.f7n,gn=Vt.Lun,mn=Ht.oss,fn=Ht.Br,hn=Ht.B13,En=Ht.YZI;var bn=n(5473),_n=n(8960);const Nn=6e3;var An;!function(e){e.ILEGAL_STATE="ILEGAL_STATE",e.ERROR="ERROR",e.WARNING="WARNING",e.SUCCESS="SUCCESS",e.INFO="INFO"}(An||(An={}));class Tn{severity;message;actions;autoHideDuration;constructor(e,t,n,o){this.severity=e,this.message=t,this.actions=n,this.autoHideDuration=o}}class vn{notification;constructor(){(0,Ee.Gn)(this,{notification:Ee.sH,setNotification:Ee.XI,notify:Ee.XI,notifySuccess:Ee.XI,notifyWarning:Ee.XI,notifyIllegalState:Ee.XI,notifyError:Ee.XI})}setNotification(e){this.notification=e}notify(e,t,n){this.setNotification(new Tn(An.INFO,e,t??[],null===n?void 0:n??Nn))}notifySuccess(e,t,n){this.setNotification(new Tn(An.SUCCESS,e,t??[],null===n?void 0:n??Nn))}notifyWarning(e,t,n){this.setNotification(new Tn(An.WARNING,e instanceof Error?e.message:e,t??[],null===n?void 0:n??Nn))}notifyError(e,t){let n;e instanceof T?n=e.detail:e instanceof Error?n=e.message:(D(P(e),"Can't display error"),n=e),n&&this.setNotification(new Tn(An.ERROR,n,t??[],void 0))}notifyIllegalState(e,t,n){this.setNotification(new Tn(An.ILEGAL_STATE,P(e)?`[PLEASE NOTIFY DEVELOPER] ${e}`:e,t??[],null===n?void 0:n??Nn))}notifyUnsupportedFeature(e){this.notifyWarning(`Unsupported feature: ${e}`)}notifyAndReturnAlternativeOnError=(e,t)=>{try{return e()}catch(e){return S(e),this.notifyIllegalState(e.message),t}}}const yn="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/NotificationManager.tsx",Cn=(0,lt.PA)((()=>{const e=Ot(),t=e.notificationService.notification,n=Boolean(t),o=t?.message??"",r=t?.severity??An.INFO,[i,a]=(0,kt.useState)(!1);let s=(0,nt.jsxDEV)("div",{className:"notification__message__content__icon notification__message__content__icon--info",children:(0,nt.jsxDEV)(Qt,{},void 0,!1,{fileName:yn,lineNumber:48,columnNumber:7},void 0)},void 0,!1,{fileName:yn,lineNumber:46,columnNumber:27},void 0);switch(r){case An.ILEGAL_STATE:s=(0,nt.jsxDEV)("div",{className:"notification__message__content__icon notification__message__content__icon--error",children:(0,nt.jsxDEV)(on,{},void 0,!1,{fileName:yn,lineNumber:55,columnNumber:11},void 0)},void 0,!1,{fileName:yn,lineNumber:53,columnNumber:27},void 0);break;case An.ERROR:s=(0,nt.jsxDEV)("div",{className:"notification__message__content__icon notification__message__content__icon--error",children:(0,nt.jsxDEV)(Wt,{},void 0,!1,{fileName:yn,lineNumber:62,columnNumber:11},void 0)},void 0,!1,{fileName:yn,lineNumber:60,columnNumber:27},void 0);break;case An.WARNING:s=(0,nt.jsxDEV)("div",{className:"notification__message__content__icon notification__message__content__icon--warning",children:(0,nt.jsxDEV)(nn,{},void 0,!1,{fileName:yn,lineNumber:69,columnNumber:11},void 0)},void 0,!1,{fileName:yn,lineNumber:67,columnNumber:27},void 0);break;case An.SUCCESS:s=(0,nt.jsxDEV)("div",{className:"notification__message__content__icon notification__message__content__icon--success",children:(0,nt.jsxDEV)(tn,{},void 0,!1,{fileName:yn,lineNumber:76,columnNumber:11},void 0)},void 0,!1,{fileName:yn,lineNumber:74,columnNumber:27},void 0)}const c=()=>{e.notificationService.setNotification(void 0),a(!1)},u=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(o)));return(0,nt.jsxDEV)(bn.A,{classes:{root:"notification",anchorOriginBottomRight:"notification__position"},anchorOrigin:{vertical:"bottom",horizontal:"right"},open:n,autoHideDuration:t?t.autoHideDuration??null:Nn,onClose:(e,t)=>{"timeout"===t&&c()},children:(0,nt.jsxDEV)(_n.A,{classes:{root:"notification__content",message:"notification__message",action:"notification__actions"},message:(0,nt.jsxDEV)("div",{className:"notification__message__content",children:[s,(0,nt.jsxDEV)("div",{className:(0,ft.$)("notification__message__content__text",{"notification__message__content__text--expanded":i}),onClick:u,title:"Click to Copy",children:o},void 0,!1,{fileName:yn,lineNumber:140,columnNumber:13},void 0)]},void 0,!0,{fileName:yn,lineNumber:137,columnNumber:18},void 0),action:[(0,nt.jsxDEV)("button",{className:"notification__action",onClick:()=>a(!i),tabIndex:-1,title:i?"Collapse":"Expand",children:i?(0,nt.jsxDEV)(mn,{},void 0,!1,{fileName:yn,lineNumber:159,columnNumber:26},void 0):(0,nt.jsxDEV)(fn,{},void 0,!1,{fileName:yn,lineNumber:159,columnNumber:48},void 0)},"expand",!1,{fileName:yn,lineNumber:151,columnNumber:18},void 0),(0,nt.jsxDEV)("button",{className:"notification__action",onClick:c,tabIndex:-1,title:"Dismiss",children:(0,nt.jsxDEV)($t,{},void 0,!1,{fileName:yn,lineNumber:168,columnNumber:13},void 0)},"close",!1,{fileName:yn,lineNumber:160,columnNumber:21},void 0)]},void 0,!1,{fileName:yn,lineNumber:131,columnNumber:7},void 0)},"string"==typeof o||"number"==typeof o?o:"",!1,{fileName:yn,lineNumber:104,columnNumber:11},void 0)}));var Sn=n(1218);const In=e=>{const{children:t,classes:n,...o}=e;return(0,nt.jsxDEV)(Sn.A,{classes:{...n??{},paper:"mui-menu__paper",list:"mui-menu__list"},transitionDuration:0,...o,children:e.children},void 0,!1,{fileName:"/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/menu/BaseMenu.tsx",lineNumber:22,columnNumber:11},void 0)},kn="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/menu/ContextMenu.tsx",Rn=e=>{const{className:t,children:n,menuProps:o,content:r,disabled:i,onClose:a,onOpen:s}=e,c=(0,kt.useRef)(null),[u,d]=(0,kt.useState)(!1),[l,p]=(0,kt.useState)(),[g,m]=(0,kt.useState)(0),[f,h]=(0,kt.useState)(0),E=()=>{p(void 0),d(!1),h(0),m(0)},b=e=>{e.stopPropagation(),e.preventDefault(),E(),a?.()},_=e=>{if(e.stopPropagation(),e.preventDefault(),!i&&(s?.(),c.current)){const t=c.current.getBoundingClientRect(),n=t.left+(window.scrollX||document.documentElement.scrollLeft),o=t.top+(window.scrollY||document.documentElement.scrollTop),{clientX:r,clientY:i,target:s}=e,u=s;if(l!==u&&!(document.elementsFromPoint(r,i).some((e=>e===u))&&n<=r&&r<=n+t.width&&o<=i&&i<=o+t.height))return E(),void a?.();p(u),d(!0),h(i),m(r)}};return(0,nt.jsxDEV)("div",{ref:c,className:t,onContextMenu:_,children:[n,(0,nt.jsxDEV)(In,{open:u,anchorPosition:{left:g,top:f},onClose:b,anchorReference:"anchorPosition",BackdropProps:{invisible:!0,onContextMenu:_},disableRestoreFocus:!0,transitionDuration:0,onClick:b,...o,children:u&&r},`${g}, ${f}`,!1,{fileName:kn,lineNumber:103,columnNumber:7},void 0)]},void 0,!0,{fileName:kn,lineNumber:96,columnNumber:11},void 0)},On="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/menu/MenuContent.tsx",Fn=(0,kt.forwardRef)((function(e,t){const{className:n,children:o,...r}=e;return(0,nt.jsxDEV)("div",{ref:t,className:(0,ft.$)("menu",n),...r,children:o},void 0,!1,{fileName:On,lineNumber:26,columnNumber:11},this)})),Bn=e=>{const{className:t,onClick:n,title:o,disabled:r,children:i,...a}=e;return(0,nt.jsxDEV)("button",{className:(0,ft.$)("menu__item",t),disabled:Boolean(r),title:o,onClick:n,...a,children:i},void 0,!1,{fileName:On,lineNumber:42,columnNumber:11},void 0)};ht("MenuContentDivider","menu__divider"),ht("MenuContentItemIcon","menu__item__icon"),ht("MenuContentItemLabel","menu__item__label");var Ln=n(2973),Dn=n(3310),Pn=n(3927);const wn="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/markdown/MarkdownTextViewer.tsx",Mn=e=>((0,kt.useEffect)((()=>{Pn.N.initialize({startOnLoad:!0,theme:"dark"}),Pn.N.contentLoaded()}),[e.value]),(0,nt.jsxDEV)(Ln.o,{className:(0,ft.$)("markdown-content",e.className),remarkPlugins:[Dn.A],components:e.components??{code:e=>{const{children:t,className:n,node:o,...r}=e,i=/language-(?<language>\w+)/.exec(n??"");return i?.groups?.language?(0,nt.jsxDEV)("code",{...r,className:(0,ft.$)(i.groups.language),children:t},void 0,!1,{fileName:wn,lineNumber:46,columnNumber:47},void 0):(0,nt.jsxDEV)("code",{...r,className:n,children:t},void 0,!1,{fileName:wn,lineNumber:50,columnNumber:18},void 0)}},children:e.value.value},void 0,!1,{fileName:wn,lineNumber:35,columnNumber:11},void 0));var xn=n(5143);const jn="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/panel/BlankPanelContent.tsx",Un=e=>{const{children:t}=e,{ref:n,width:o,height:r}=(0,xn.u)({refreshMode:"throttle",refreshRate:50,refreshOptions:{trailing:!0}}),[i,a]=(0,kt.useState)(!1),{ref:s,width:c,height:u}=(0,xn.u)({refreshMode:"throttle",refreshRate:50,refreshOptions:{trailing:!0}});return(0,kt.useEffect)((()=>{a((c??0)>(o??0)+40&&(u??0)>(r??0)+40)}),[c,u,o,r]),(0,nt.jsxDEV)("div",{ref:s,className:"panel__content__blank",children:(0,nt.jsxDEV)("div",{ref:n,className:(0,ft.$)("panel__content__blank__content",{"panel__content__blank__content--hide":!i}),children:t},void 0,!1,{fileName:jn,lineNumber:62,columnNumber:7},void 0)},void 0,!1,{fileName:jn,lineNumber:60,columnNumber:11},void 0)};var Gn=n(1122),Vn=n(7143),Hn=n(4904);const Yn="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/radio-group/BaseRadioGroup.tsx",Kn=e=>{const{children:t,options:n,size:o,className:r,...i}=e,a=((e,t)=>{const n=[];for(let o=0;o<e.length;o+=t)n.push(e.slice(o,o+t));return n})(n,o);return(0,nt.jsxDEV)("div",{className:(0,ft.$)("mui-radio-group",r),children:[a.map(((e,t)=>(0,nt.jsxDEV)("div",{children:(0,nt.jsxDEV)(Gn.A,{className:"mui-radio-group__group",...i,children:e.map((e=>(0,nt.jsxDEV)(Vn.A,{className:"mui-radio-group__group__column",style:{width:100/o+"%"},value:e,control:(0,nt.jsxDEV)(Hn.A,{className:"mui-radio-group__group__item__radio-btn"},void 0,!1,{fileName:Yn,lineNumber:62,columnNumber:26},void 0),label:(0,nt.jsxDEV)("div",{className:"mui-radio-group__group__item__label",children:e},void 0,!1,{fileName:Yn,lineNumber:65,columnNumber:24},void 0)},e,!1,{fileName:Yn,lineNumber:56,columnNumber:31},void 0)))},void 0,!1,{fileName:Yn,lineNumber:55,columnNumber:11},void 0)},t,!1,{fileName:Yn,lineNumber:52,columnNumber:55},void 0))),t]},void 0,!0,{fileName:Yn,lineNumber:50,columnNumber:11},void 0)};var $n=n(7669);const Wn=e=>{const{children:t,...n}=e;return(0,nt.jsxDEV)($n.Ay,{classes:{paper:"mui-popover__paper"},transitionDuration:0,...n,children:e.children},void 0,!1,{fileName:"/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/popover/BasePopover.tsx",lineNumber:25,columnNumber:11},void 0)};var Xn,qn=n(9463),Jn=n(5318),zn=n(5461);!function(e){e.QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX="question.how-to-use-advanced-search-syntax"}(Xn||(Xn={}));const Qn="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/VirtualAssistant.tsx",Zn=(0,lt.PA)((e=>{const{entry:t}=e,n=Ot(),o=()=>{t.isOpen||Oe.logEvent_VirtualAssistantDocumentationEntryAccessed(n.telemetryService,{key:t.documentationKey}),t.setIsOpen(!t.isOpen)},r=n.guardUnhandledError((()=>n.clipboardService.copyTextToClipboard(t.documentationKey)));return(0,nt.jsxDEV)(Rn,{className:"virtual-assistant__doc-entry",menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,nt.jsxDEV)(Fn,{children:(0,nt.jsxDEV)(Bn,{onClick:r,children:"Copy Documentation Key"},void 0,!1,{fileName:Qn,lineNumber:111,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:109,columnNumber:18},void 0),children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__doc-entry",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__doc-entry__header",children:[(0,nt.jsxDEV)("button",{className:(0,ft.$)("virtual-assistant__doc-entry__expand-icon",{"virtual-assistant__doc-entry__expand-icon--disabled":!t.content}),disabled:!t.content,tabIndex:-1,onClick:o,children:t.isOpen?(0,nt.jsxDEV)(mn,{},void 0,!1,{fileName:Qn,lineNumber:128,columnNumber:30},void 0):(0,nt.jsxDEV)(En,{},void 0,!1,{fileName:Qn,lineNumber:128,columnNumber:52},void 0)},void 0,!1,{fileName:Qn,lineNumber:119,columnNumber:13},void 0),t.url?(0,nt.jsxDEV)("a",{className:"virtual-assistant__doc-entry__title virtual-assistant__doc-entry__title--link",rel:"noopener noreferrer",target:"_blank",href:t.url,onClick:()=>{Oe.logEvent_VirtualAssistantDocumentationEntryAccessed(n.telemetryService,{key:t.documentationKey})},title:"Click to see external documentation",children:t.title},void 0,!1,{fileName:Qn,lineNumber:130,columnNumber:27},void 0):(0,nt.jsxDEV)("div",{className:"virtual-assistant__doc-entry__title",onClick:o,children:t.title},void 0,!1,{fileName:Qn,lineNumber:141,columnNumber:18},void 0)]},void 0,!0,{fileName:Qn,lineNumber:118,columnNumber:11},void 0),t.isOpen&&t.content&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__doc-entry__content",children:P(t.content)?(0,nt.jsxDEV)("div",{className:"virtual-assistant__doc-entry__content__text",children:t.content},void 0,!1,{fileName:Qn,lineNumber:152,columnNumber:43},void 0):(0,nt.jsxDEV)(Mn,{className:"virtual-assistant__doc-entry__content__markdown-text",value:t.content},void 0,!1,{fileName:Qn,lineNumber:156,columnNumber:20},void 0)},void 0,!1,{fileName:Qn,lineNumber:150,columnNumber:46},void 0)]},void 0,!0,{fileName:Qn,lineNumber:117,columnNumber:9},void 0)},void 0,!1,{fileName:Qn,lineNumber:100,columnNumber:13},void 0)})),eo=(0,lt.PA)((()=>{const e=Ot(),t=e.assistantService.currentContextualDocumentationEntry,n=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(t?.context??""))),o=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(e.navigationContextService.currentContext?.key??""))),r=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(e.navigationContextService.contextStack.map((e=>e.key)).join(" > "))));return(0,nt.jsxDEV)(Rn,{className:"virtual-assistant__contextual-support",disabled:!t,menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,nt.jsxDEV)(Fn,{children:[(0,nt.jsxDEV)(Bn,{onClick:n,children:"Copy Context ID"},void 0,!1,{fileName:Qn,lineNumber:205,columnNumber:11},void 0),(0,nt.jsxDEV)(Bn,{onClick:o,children:"Copy Current Context ID"},void 0,!1,{fileName:Qn,lineNumber:208,columnNumber:11},void 0),(0,nt.jsxDEV)(Bn,{onClick:r,children:"Copy Context Stack"},void 0,!1,{fileName:Qn,lineNumber:211,columnNumber:11},void 0)]},void 0,!0,{fileName:Qn,lineNumber:203,columnNumber:16},void 0),children:[t&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__contextual-support__content",children:[t.title&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__contextual-support__title",children:t.title},void 0,!1,{fileName:Qn,lineNumber:219,columnNumber:38},void 0),t.content&&(0,nt.jsxDEV)(nt.Fragment,{children:P(t.content)?(0,nt.jsxDEV)("div",{className:"virtual-assistant__contextual-support__text",children:t.content},void 0,!1,{fileName:Qn,lineNumber:226,columnNumber:53},void 0):(0,nt.jsxDEV)(Mn,{className:"virtual-assistant__contextual-support__markdown-text",value:t.content},void 0,!1,{fileName:Qn,lineNumber:230,columnNumber:20},void 0)},void 0,!1,{fileName:Qn,lineNumber:224,columnNumber:40},void 0),t.related.length&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__contextual-support__relevant-entries",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__contextual-support__relevant-entries__title",children:["Related entries (",t.related.length,")"]},void 0,!0,{fileName:Qn,lineNumber:240,columnNumber:15},void 0),t.related.map((e=>(0,nt.jsxDEV)(Zn,{entry:e},e.uuid,!1,{fileName:Qn,lineNumber:243,columnNumber:56},void 0)))]},void 0,!0,{fileName:Qn,lineNumber:238,columnNumber:47},void 0)]},void 0,!0,{fileName:Qn,lineNumber:217,columnNumber:28},void 0),!t&&(0,nt.jsxDEV)(Un,{children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__placeholder",children:[(0,nt.jsxDEV)(dn,{className:"virtual-assistant__panel__placeholder__icon"},void 0,!1,{fileName:Qn,lineNumber:256,columnNumber:13},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__placeholder__message",children:"No contextual documentation found!"},void 0,!1,{fileName:Qn,lineNumber:257,columnNumber:13},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__placeholder__instruction",children:"Keep using the app. When contextual help is available, we will let you know!"},void 0,!1,{fileName:Qn,lineNumber:260,columnNumber:13},void 0)]},void 0,!0,{fileName:Qn,lineNumber:255,columnNumber:11},void 0)},void 0,!1,{fileName:Qn,lineNumber:253,columnNumber:29},void 0)]},void 0,!0,{fileName:Qn,lineNumber:193,columnNumber:11},void 0)})),to=(0,lt.PA)((()=>{const e=Ot(),t=(0,kt.useRef)(null),n=e.assistantService,o=n.searchText,r=(0,kt.useMemo)((()=>(0,Jn.A)((()=>n.search()),100)),[n]);return(0,kt.useEffect)((()=>{t.current?.focus()}),[]),(0,nt.jsxDEV)("div",{className:"virtual-assistant__search",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__header",children:[(0,nt.jsxDEV)("input",{ref:t,onClick:()=>{document.querySelectorAll('[role="dialog"]').length&&t.current!==document.activeElement&&n.refreshPanelRendering()},className:(0,ft.$)("virtual-assistant__search__input input--dark",{"virtual-assistant__search__input--searching":o}),spellCheck:!1,onChange:e=>{n.setSearchText(e.target.value),r()},value:o,placeholder:"Ask me a question"},void 0,!1,{fileName:Qn,lineNumber:334,columnNumber:9},void 0),o&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__input__search__count",children:n.searchResults.length+(n.isOverSearchLimit?"+":"")},void 0,!1,{fileName:Qn,lineNumber:375,columnNumber:25},void 0),(0,nt.jsxDEV)("button",{className:(0,ft.$)("virtual-assistant__search__input__config__trigger",{"virtual-assistant__search__input__config__trigger--toggled":n.showSearchConfigurationMenu,"virtual-assistant__search__input__config__trigger--active":n.searchConfigurationState.isAdvancedSearchActive}),tabIndex:-1,onClick:()=>n.setShowSearchConfigurationMenu(!n.showSearchConfigurationMenu),title:(n.searchConfigurationState.isAdvancedSearchActive?"Advanced search is currently active\n":"")+"Click to toggle search config menu",children:(0,nt.jsxDEV)(qt,{},void 0,!1,{fileName:Qn,lineNumber:396,columnNumber:11},void 0)},void 0,!1,{fileName:Qn,lineNumber:381,columnNumber:9},void 0),o?(0,nt.jsxDEV)("button",{className:"virtual-assistant__search__input__clear-btn",tabIndex:-1,onClick:()=>{n.resetSearch(),n.currentDocumentationEntry=void 0,t.current?.focus()},title:"Clear",children:(0,nt.jsxDEV)($t,{},void 0,!1,{fileName:Qn,lineNumber:409,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:402,columnNumber:14},void 0):(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__input__search__icon",children:(0,nt.jsxDEV)(Zt,{},void 0,!1,{fileName:Qn,lineNumber:400,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:398,columnNumber:25},void 0)]},void 0,!0,{fileName:Qn,lineNumber:333,columnNumber:7},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__content",children:[(0,nt.jsxDEV)(wt,{isLoading:n.searchState.isInProgress},void 0,!1,{fileName:Qn,lineNumber:414,columnNumber:9},void 0),(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__search__input__config__panel",{"virtual-assistant__search__input__config__panel--toggled":n.showSearchConfigurationMenu}),children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__input__advanced-config__panel",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__input__advanced-config__panel__header__label",children:["search config",e.documentationService.hasDocEntry(Xn.QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX)&&(0,nt.jsxDEV)("div",{onClick:()=>n.openDocumentationEntryLink(Xn.QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX),title:"Click to see documentation",className:"virtual-assistant__search__input__advanced-config__panel__header__label__hint",children:(0,nt.jsxDEV)(zt,{},void 0,!1,{fileName:Qn,lineNumber:438,columnNumber:19},void 0)},void 0,!1,{fileName:Qn,lineNumber:428,columnNumber:21},void 0)]},void 0,!0,{fileName:Qn,lineNumber:424,columnNumber:13},void 0),(0,nt.jsxDEV)("div",{children:(0,nt.jsxDEV)(Kn,{value:n.searchConfigurationState.currentMode,onChange:e=>{const t=e.target.value;n.searchConfigurationState.setCurrentMode(t)},row:!1,options:[Te.STANDARD,Te.INCLUDE,Te.EXACT,Te.INVERSE],size:1},void 0,!1,{fileName:Qn,lineNumber:443,columnNumber:15},void 0)},void 0,!1,{fileName:Qn,lineNumber:442,columnNumber:13},void 0)]},void 0,!0,{fileName:Qn,lineNumber:423,columnNumber:11},void 0)},void 0,!1,{fileName:Qn,lineNumber:417,columnNumber:9},void 0),n.currentDocumentationEntry&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__results",children:(0,nt.jsxDEV)(Zn,{entry:n.currentDocumentationEntry},n.currentDocumentationEntry.uuid,!1,{fileName:Qn,lineNumber:466,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:464,columnNumber:57},void 0),!n.currentDocumentationEntry&&(0,nt.jsxDEV)(nt.Fragment,{children:[Boolean(n.searchResults.length)&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__results",children:n.searchResults.map((e=>(0,nt.jsxDEV)(Zn,{entry:e},e.uuid,!1,{fileName:Qn,lineNumber:476,columnNumber:66},void 0)))},void 0,!1,{fileName:Qn,lineNumber:474,columnNumber:65},void 0),o&&!n.searchResults.length&&(0,nt.jsxDEV)(Un,{children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__placeholder",children:[(0,nt.jsxDEV)(ln,{className:"virtual-assistant__panel__placeholder__icon"},void 0,!1,{fileName:Qn,lineNumber:487,columnNumber:19},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__placeholder__message",children:"No result..."},void 0,!1,{fileName:Qn,lineNumber:488,columnNumber:19},void 0)]},void 0,!0,{fileName:Qn,lineNumber:486,columnNumber:17},void 0)},void 0,!1,{fileName:Qn,lineNumber:484,columnNumber:71},void 0),!o&&!n.searchResults.length&&(0,nt.jsxDEV)(Rn,{className:"virtual-assistant__character__container",menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,nt.jsxDEV)(Fn,{children:[(0,nt.jsxDEV)(Bn,{onClick:()=>{re(`documentation-registry_${(0,zn.GP)(new Date(Date.now()),Ge)}.json`,JSON.stringify(e.documentationService.publishDocRegistry(),void 0,2),J.APPLICATION_JSON)},children:"Download documentation registry"},void 0,!1,{fileName:Qn,lineNumber:511,columnNumber:21},void 0),(0,nt.jsxDEV)(Bn,{onClick:()=>{re(`documentation-registry_${(0,zn.GP)(new Date(Date.now()),Ge)}.json`,JSON.stringify(e.documentationService.publishContextualDocIndex(),void 0,2),J.APPLICATION_JSON)},children:"Download contextual documentation mapping"},void 0,!1,{fileName:Qn,lineNumber:514,columnNumber:21},void 0)]},void 0,!0,{fileName:Qn,lineNumber:509,columnNumber:26},void 0),children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__character",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__character__figure",children:[(0,nt.jsxDEV)(un,{className:"virtual-assistant__character__hat"},void 0,!1,{fileName:Qn,lineNumber:522,columnNumber:21},void 0),(0,nt.jsxDEV)(gn,{className:"virtual-assistant__character__glasses"},void 0,!1,{fileName:Qn,lineNumber:523,columnNumber:21},void 0),(0,nt.jsxDEV)(pn,{className:"virtual-assistant__character__beard"},void 0,!1,{fileName:Qn,lineNumber:524,columnNumber:21},void 0)]},void 0,!0,{fileName:Qn,lineNumber:521,columnNumber:19},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__character__greeting",children:"Bonjour, It's Pierre!"},void 0,!1,{fileName:Qn,lineNumber:526,columnNumber:19},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__character__question",children:"How can I help today?"},void 0,!1,{fileName:Qn,lineNumber:529,columnNumber:19},void 0)]},void 0,!0,{fileName:Qn,lineNumber:520,columnNumber:17},void 0)},void 0,!1,{fileName:Qn,lineNumber:500,columnNumber:72},void 0)]},void 0,!0,{fileName:Qn,lineNumber:472,columnNumber:58},void 0)]},void 0,!0,{fileName:Qn,lineNumber:413,columnNumber:7},void 0)]},void 0,!0,{fileName:Qn,lineNumber:331,columnNumber:11},void 0)})),no=(0,lt.PA)((e=>{const{triggerElement:t}=e,n=Ot(),o=n.assistantService,r=o.currentContextualDocumentationEntry,i=o.selectedTab,a=n.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraVirtualAssistantViewConfigurations?.()??[])),s=a.find((e=>e.key===i));return(0,nt.jsxDEV)(Wn,{open:o.isOpen,className:"virtual-assistant__panel__container",anchorEl:t,hideBackdrop:!0,PaperProps:{classes:{root:"virtual-assistant__panel__container__root"}},disableEnforceFocus:!0,anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"bottom",horizontal:"right"},children:(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__panel",{"virtual-assistant__panel--maximized":o.isPanelMaximized}),tabIndex:0,onKeyDown:e=>{"Tab"===e.key&&(e.preventDefault(),e.stopPropagation())},children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__tabs",children:[(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__panel__header__tab",{"virtual-assistant__panel__header__tab--active":i===ve.SEARCH}),onClick:()=>o.setSelectedTab(ve.SEARCH),title:"Search",children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__tab__content",children:(0,nt.jsxDEV)(Zt,{},void 0,!1,{fileName:Qn,lineNumber:644,columnNumber:19},void 0)},void 0,!1,{fileName:Qn,lineNumber:643,columnNumber:17},void 0)},void 0,!1,{fileName:Qn,lineNumber:635,columnNumber:15},void 0),(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__panel__header__tab",{"virtual-assistant__panel__header__tab--active":i===ve.CONTEXTUAL_SUPPORT}),onClick:()=>o.setSelectedTab(ve.CONTEXTUAL_SUPPORT),title:"Contextual Support",children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__tab__content",children:[(0,nt.jsxDEV)(cn,{},void 0,!1,{fileName:Qn,lineNumber:656,columnNumber:19},void 0),r&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__tab__indicator",title:"Contextual support available"},void 0,!1,{fileName:Qn,lineNumber:657,columnNumber:60},void 0)]},void 0,!0,{fileName:Qn,lineNumber:655,columnNumber:17},void 0)},void 0,!1,{fileName:Qn,lineNumber:647,columnNumber:15},void 0),a.map((e=>(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__panel__header__tab",{"virtual-assistant__panel__header__tab--active":i===e.key}),onClick:()=>{o.setSelectedTab(e.key),e.autoExpandOnOpen&&o.setIsPanelMaximized(!0)},title:e.title,children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__tab__content",children:e.icon??(0,nt.jsxDEV)(zt,{},void 0,!1,{fileName:Qn,lineNumber:681,columnNumber:36},void 0)},void 0,!1,{fileName:Qn,lineNumber:680,columnNumber:19},void 0)},e.key,!1,{fileName:Qn,lineNumber:665,columnNumber:57},void 0)))]},void 0,!0,{fileName:Qn,lineNumber:634,columnNumber:13},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__actions",children:[(0,nt.jsxDEV)("button",{className:"virtual-assistant__panel__header__action",tabIndex:-1,onClick:()=>o.setIsPanelMaximized(!o.isPanelMaximized),title:o.isPanelMaximized?"Minimize":"Maximize",children:o.isPanelMaximized?(0,nt.jsxDEV)(an,{},void 0,!1,{fileName:Qn,lineNumber:695,columnNumber:55},void 0):(0,nt.jsxDEV)(sn,{},void 0,!1,{fileName:Qn,lineNumber:697,columnNumber:22},void 0)},void 0,!1,{fileName:Qn,lineNumber:687,columnNumber:15},void 0),(0,nt.jsxDEV)("button",{className:"virtual-assistant__panel__header__action",tabIndex:-1,onClick:()=>o.setIsOpen(!1),title:"Close",children:(0,nt.jsxDEV)(Yt,{className:"virtual-assistant__panel__icon__close"},void 0,!1,{fileName:Qn,lineNumber:707,columnNumber:17},void 0)},void 0,!1,{fileName:Qn,lineNumber:701,columnNumber:15},void 0)]},void 0,!0,{fileName:Qn,lineNumber:686,columnNumber:13},void 0)]},void 0,!0,{fileName:Qn,lineNumber:633,columnNumber:11},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__content",children:[i===ve.SEARCH&&(0,nt.jsxDEV)(to,{},void 0,!1,{fileName:Qn,lineNumber:712,columnNumber:63},void 0),i===ve.CONTEXTUAL_SUPPORT&&(0,nt.jsxDEV)(eo,{},void 0,!1,{fileName:Qn,lineNumber:715,columnNumber:75},void 0),s?.renderer()]},void 0,!0,{fileName:Qn,lineNumber:711,columnNumber:11},void 0)]},void 0,!0,{fileName:Qn,lineNumber:608,columnNumber:9},void 0)},o.panelRenderingKey,!1,{fileName:Qn,lineNumber:568,columnNumber:13},void 0)})),oo=(0,lt.PA)((()=>{const[e,t]=(0,kt.useState)(!1),[n,o]=(0,kt.useState)((0,i.A)()),r=Ot(),a=(0,kt.useRef)(null),s=r.assistantService,c=s.currentContextualDocumentationEntry,u=()=>{!s.isOpen&&c&&s.setSelectedTab(ve.CONTEXTUAL_SUPPORT),s.setIsOpen(!s.isOpen)};return(0,kt.useEffect)((()=>{s.isHidden&&o((0,i.A)())}),[s.isHidden]),(0,nt.jsxDEV)(qn,{bounds:"parent",onStart:()=>t(!0),onStop:()=>t(!1),nodeRef:a,handle:".virtual-assistant__station__drag-handle",children:(0,nt.jsxDEV)("div",{className:"virtual-assistant",ref:a,children:[(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__station",{"virtual-assistant__station--hidden":s.isHidden,"virtual-assistant__station--active":Boolean(c)}),children:[(0,nt.jsxDEV)("button",{className:"virtual-assistant__station__hide-button",title:"Hide assistant",onClick:()=>{r.assistantService.toggleAssistant()},children:(0,nt.jsxDEV)(en,{},void 0,!1,{fileName:Qn,lineNumber:802,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:795,columnNumber:11},void 0),(0,nt.jsxDEV)("button",{className:"virtual-assistant__station__trigger",tabIndex:-1,onClick:u,title:s.isOpen?"Click to close assistant panel":(c?"Contextual support available.\n":"")+"Click to open Assistant...",children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__station__character",children:[(0,nt.jsxDEV)(un,{className:"virtual-assistant__station__character__hat"},void 0,!1,{fileName:Qn,lineNumber:819,columnNumber:15},void 0),(0,nt.jsxDEV)(gn,{className:"virtual-assistant__station__character__glasses"},void 0,!1,{fileName:Qn,lineNumber:820,columnNumber:15},void 0),(0,nt.jsxDEV)(pn,{className:"virtual-assistant__station__character__beard"},void 0,!1,{fileName:Qn,lineNumber:821,columnNumber:15},void 0)]},void 0,!0,{fileName:Qn,lineNumber:818,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:804,columnNumber:11},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__station__label",onClick:u,children:"Assistant"},void 0,!1,{fileName:Qn,lineNumber:824,columnNumber:11},void 0),(0,nt.jsxDEV)(Rn,{className:(0,ft.$)("virtual-assistant__station__drag-handle",{"virtual-assistant__station__drag-handle--dragging":e}),menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,nt.jsxDEV)(Fn,{children:[(0,nt.jsxDEV)(Bn,{onClick:()=>{s.setIsOpen(!1),o((0,i.A)())},children:"Reset Position"},void 0,!1,{fileName:Qn,lineNumber:842,columnNumber:17},void 0),(0,nt.jsxDEV)(Bn,{onClick:()=>r.assistantService.hideAssistant(),children:"Hide Assistant"},void 0,!1,{fileName:Qn,lineNumber:845,columnNumber:17},void 0)]},void 0,!0,{fileName:Qn,lineNumber:840,columnNumber:22},void 0),children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__station__drag-handle__content",title:e?void 0:"Grab to drag assistant",children:(0,nt.jsxDEV)(Kt,{},void 0,!1,{fileName:Qn,lineNumber:855,columnNumber:15},void 0)},void 0,!1,{fileName:Qn,lineNumber:851,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:830,columnNumber:11},void 0)]},c?.uuid??"",!0,{fileName:Qn,lineNumber:784,columnNumber:9},void 0),!e&&s.isOpen&&!s.isHidden&&a.current&&(0,nt.jsxDEV)(no,{triggerElement:a.current},void 0,!1,{fileName:Qn,lineNumber:863,columnNumber:36},void 0)]},void 0,!0,{fileName:Qn,lineNumber:777,columnNumber:7},void 0)},n,!1,{fileName:Qn,lineNumber:762,columnNumber:11},void 0)})),ro="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/ApplicationComponentFrameworkProvider.tsx";var io;!function(e){e.TOP_LEVEL_CONTAINER="application.top-level-container",e.BACKDROP_CONTAINER="application.backdrop-container"}(io||(io={}));const ao=["Meta+KeyP","Control+KeyP","Meta+KeyS","Control+KeyS","F8","F10","F11","Meta+Shift+KeyP","Control+Backquote","Control+Shift+KeyN","Control+Shift+KeyP","Meta+KeyB","Control+KeyB","F7","Alt+F7","Control+Shift+KeyB","Alt+KeyZ"],so=e=>(0,nt.jsxDEV)("div",{className:"backdrop__container","data-elementid":e.elementId},void 0,!1,{fileName:ro,lineNumber:113,columnNumber:79},void 0),co=(0,lt.PA)((e=>{const{children:t}=e,n=Ot(),o=((e,t)=>{const n={};return e.forEach(((e,o)=>{e.length&&(n[o]={combinations:e,handler:t})})),n.INTERNAL__PLATFORM_NATIVE_KEYBOARD_COMMAND={combinations:ao,handler:(e,t)=>{t.preventDefault()}},n})(n.keyboardShortcutsService.commandKeyMap,((e,t)=>{ao.includes(e)&&t.preventDefault(),n.keyboardShortcutsService.dispatch(e)}));return(0,kt.useEffect)((()=>{const e=function(e){const t=new Map;let n=null;return o=>{o instanceof KeyboardEvent&&((0,We.A)(Object.values(e).flatMap((e=>e.combinations.map((t=>({combination:t,handler:e.handler}))))).filter((e=>e.combination.length)),(e=>e.combination)).forEach((e=>{const n=e.combination,r=Ze(e.combination);if(!r.length)return;const i=t.get(n)??r,a=F(i[0]);et(o,a)?i.length>1?t.set(n,i.slice(1)):(t.delete(n),e.handler(n,o)):o.getModifierState(o.key)||t.delete(n)})),n&&clearTimeout(n),n=setTimeout(t.clear.bind(t),1e3))}}(o);return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}}),[o]),(0,kt.useEffect)((()=>{const e=()=>{document.hidden&&(Oe.logEvent_ApplicationUsageInterrupted(n.telemetryService),n.timeService.recordUsageInterruption())};return document.addEventListener("visibilitychange",e),()=>{document.removeEventListener("visibilitychange",e)}}),[n]),(0,nt.jsxDEV)(ct,{children:[(0,nt.jsxDEV)(xt,{},void 0,!1,{fileName:ro,lineNumber:174,columnNumber:9},void 0),(0,nt.jsxDEV)(Pt,{},void 0,!1,{fileName:ro,lineNumber:175,columnNumber:9},void 0),(0,nt.jsxDEV)(Cn,{},void 0,!1,{fileName:ro,lineNumber:176,columnNumber:9},void 0),(0,nt.jsxDEV)(oo,{},void 0,!1,{fileName:ro,lineNumber:177,columnNumber:9},void 0),n.layoutService.showBackdrop&&(0,nt.jsxDEV)(ut.Z,{container:n.layoutService.getElementByID(n.layoutService.backdropContainerElementID??io.BACKDROP_CONTAINER)??null,children:(0,nt.jsxDEV)(dt.A,{className:"backdrop",open:n.layoutService.showBackdrop},void 0,!1,{fileName:ro,lineNumber:193,columnNumber:13},void 0)},void 0,!1,{fileName:ro,lineNumber:178,columnNumber:58},void 0),(0,nt.jsxDEV)(pt.Q,{backend:gt.t2,children:(0,nt.jsxDEV)("div",{className:"app__container","data-elementid":io.TOP_LEVEL_CONTAINER,onContextMenu:e=>{e.stopPropagation(),e.preventDefault()},children:[(0,nt.jsxDEV)(so,{elementId:io.BACKDROP_CONTAINER},void 0,!1,{fileName:ro,lineNumber:210,columnNumber:13},void 0),t]},void 0,!0,{fileName:ro,lineNumber:200,columnNumber:11},void 0)},void 0,!1,{fileName:ro,lineNumber:199,columnNumber:9},void 0)]},void 0,!0,{fileName:ro,lineNumber:172,columnNumber:13},void 0)})),uo={foreground:"#cccccc",background:"#1e1e1e",cursor:"#cccccc",selectionBackground:"#264f78",black:"#000000",red:"#cd3131",green:"#0dbc79",yellow:"#e5e510",blue:"#2472c8",magenta:"#bc3fbc",cyan:"#11a8cd",white:"#e5e5e5",brightBlack:"#666666",brightRed:"#f14c4c",brightGreen:"#23d18b",brightYellow:"#f5f543",brightBlue:"#3b8eea",brightMagenta:"#d670d6",brightCyan:"#29b8db",brightWhite:"#e5e5e5"},lo={matchOverviewRuler:"#d186167e",activeMatchColorOverviewRuler:"#A0A0A0CC",matchBackground:"#62331c",activeMatchBackground:"#515C6A"},po=`\n${Ve.BOLD}${Ve.BRIGHT_BLUE}$purist${Ve.RESET}\n${Ve.BOLD}${Ve.MAGENTA}❯${Ve.RESET} `,go="❯ ";class mo extends $e{instance;resizer;renderer;searcher;webLinkProvider;_TEMPORARY__onKeyListener;_TEMPORARY__onDataListener;command="";commandHistory=[];currentCommandSearchString="";commandHistoryNavigationIdx=void 0;isRunningCommand=!1;setupState=be.create();constructor(e){super(e),this.instance=new De.Terminal({allowProposedApi:!0,fontSize:12,letterSpacing:2,fontWeight:400,fontWeightBold:700,fontFamily:`"${Ue}", Menlo, Consolas, monospace`,tabStopWidth:2,theme:uo,overviewRulerWidth:14,scrollback:1e5,convertEol:!0,scrollOnUserInput:!1}),this.resizer=new we.FitAddon,this.searcher=new Me.SearchAddon,this.renderer=new je.WebglAddon}setup(e){if(this.setupState.hasCompleted)throw new y("Terminal is already set up");this.setupState.complete(),this.renderer.onContextLoss((()=>{this.renderer.dispose()})),this.instance.loadAddon(this.resizer),this.instance.loadAddon(this.searcher),this.instance.loadAddon(this.renderer),this.instance.loadAddon(new xe.Unicode11Addon),this.instance.unicode.activeVersion="11",this.instance.attachCustomKeyEventHandler((e=>tt(e,"Control+KeyF")||tt(e,"Meta+KeyF")?(e.preventDefault(),e.stopPropagation(),this.searchConfig.focus(),!1):!(tt(e,"Control+KeyC")&&this.instance.hasSelection()||tt(e,"Control+KeyV")))),this.webLinkProvider=e?.webLinkProvider?new Pe.WebLinksAddon(e.webLinkProvider.handler,{urlRegex:e.webLinkProvider.regex}):new Pe.WebLinksAddon,this.instance.loadAddon(this.webLinkProvider),(e?.commands??[]).forEach((e=>{[e.command,...e.aliases??[]].forEach((t=>{this.commandRegistry.has(t)?this.applicationStore.logService.warn(u.create(ie.TERMINAL_COMMAND_CONFIGURATION_CHECK__FAILURE),`Found multiple duplicated terminal commands '${t}'`):this.commandRegistry.set(t,e)}))})),this.searcher.onDidChangeResults((e=>{this.setSearchResultCount(e.resultCount),this.setSearchCurrentResultIndex(e.resultIndex)})),this._TEMPORARY__onKeyListener=this.instance.onKey((({key:e,domEvent:t})=>{var n,o;if("ArrowUp"!==t.code)if("ArrowDown"!==t.code)if(this.commandHistoryNavigationIdx=void 0,"Enter"===t.code){if(this.command.trim()){const e=this.command,[t,...n]=e.replaceAll(/\s+/g," ").split(" ");if(this.addCommandToHistory(this.command),!t)return;const o=this.commandRegistry.get(t);if(!o)return void this.fail(`command not found: ${t}`);if(this.isRunningCommand)return;this.isRunningCommand=!0,o.handler(n.map((e=>e.trim())),t,e).catch((()=>{})).finally((()=>{this.isRunningCommand=!1,this.isFlushed||this.abort()}))}}else if(tt(t,"Control+KeyD")||tt(t,"Control+KeyC")&&!this.instance.hasSelection())this.abort();else if("Backspace"===t.code)this.deleteFromCommand(t.altKey||t.ctrlKey?this.computeCursorJumpMovement(!0):-1);else if("Delete"===t.code)this.deleteFromCommand(t.altKey||t.ctrlKey?this.computeCursorJumpMovement(!1):1);else if("ArrowLeft"===t.code){const e=this.computeCursorMovement(t.altKey||t.ctrlKey?this.computeCursorJumpMovement(!0):-1);this.instance.scrollLines(e.scroll),this.instance.write(e.seq)}else if("ArrowRight"===t.code){const e=this.computeCursorMovement(t.altKey||t.ctrlKey?this.computeCursorJumpMovement(!1):1);this.instance.scrollLines(e.scroll),this.instance.write(e.seq)}else e.match(/^[A-Za-z0-9!@#$%^&*()\-_=+"':;,.<>/?[\]{}|\\~` ]$/)?this.writeToCommand(e):(n=t,o=this.applicationStore,o.layoutService.getElementByID(io.TOP_LEVEL_CONTAINER)?.dispatchEvent(new KeyboardEvent(n.type,n)));else void 0!==this.commandHistoryNavigationIdx&&this.setCommandFromHistory(0===this.commandHistoryNavigationIdx?void 0:this.commandHistoryNavigationIdx-1);else this.setCommandFromHistory(void 0!==this.commandHistoryNavigationIdx?this.commandHistoryNavigationIdx+1:0)})),this._TEMPORARY__onDataListener=this.instance.onData((e=>{e.length>1&&!e.startsWith("")&&this.writeToCommand(e.replaceAll(/[^A-Za-z0-9!@#$%^&*()\-_=+"':;,.<>/?[\]{}|\\~` ]/g,"").trimEnd())}))}getCommandRange(){const e=this.instance.buffer.active,t=this.instance.cols,n=`${go}${this.command}`,o=`${go}${this.command.substring(0,t-2)}${this.command.length<t-2?" ".repeat(t-this.command.length-2):""}`;let r=0,i=0;for(let n=e.baseY+e.cursorY;n>-1;--n){if(F(e.getLine(n)).translateToString()===o){r=n,i+=(n===e.baseY+e.cursorY?e.cursorX:t)-2;break}i+=n===e.baseY+e.cursorY?e.cursorX:t}return{startY:r,startX:2,endY:r+(n.length-n.length%t)/t,endX:n.length%t,cursorIdx:i}}computeCursorJumpMovement(e){const t=this.getCommandRange();let n,o=!1;if(e){for(let e=t.cursorIdx-1;e>-1;--e)if(this.command.charAt(e).match(/\w/))o||(o=!0);else if(o){n=t.cursorIdx-e-1;break}}else for(let e=t.cursorIdx+1;e<this.command.length;++e)if(this.command.charAt(e).match(/\w/))o||(o=!0);else if(o){n=e-t.cursorIdx-1;break}return void 0===n&&(n=e?t.cursorIdx:this.command.length-t.cursorIdx),e?-n:n}computeCursorMovement(e,t=!0){const n=this.instance.buffer.active,o=this.instance.cols,r=this.instance.rows,i=this.getCommandRange(),a=t?e<0?i.cursorIdx:this.command.length-i.cursorIdx:e,s=Math.min(Math.abs(e),a);let c=n.cursorX,u=n.cursorY,d=n.baseY+n.cursorY;e<0?(c=(o+(n.cursorX-s)%o)%o,u=n.cursorY-(s>n.cursorX?Math.ceil(s/o):0),d=u+n.baseY,u=Math.max(u,-1)):e>0&&(c=(n.cursorX+s)%o,u=n.cursorY+(n.cursorX+s>=o?Math.floor((n.cursorX+s)/o):0),d=u+n.baseY,u=Math.min(u,r-1));const l=d>n.viewportY+r?d-(n.viewportY+r):d<n.viewportY?d-n.viewportY:0;return{seq:He(u+1,c+1),scroll:l}}writeToCommand(e){const t=this.getCommandRange(),n=this.command.slice(0,t.cursorIdx),o=this.command.slice(t.cursorIdx),r=this.computeCursorMovement(e.length,!1);this.instance.scrollLines(r.scroll),this.instance.write(e+o+r.seq),this.setCommand(n+e+o)}deleteFromCommand(e){const t=this.getCommandRange(),n=e<0?t.cursorIdx:this.command.length-t.cursorIdx,o=Math.min(Math.abs(e),n);let r,i,a;if(0===e)return;e<0?(r=this.command.slice(0,t.cursorIdx-o),i=this.command.slice(t.cursorIdx,this.command.length),a=-o):(r=this.command.slice(0,t.cursorIdx),i=this.command.slice(t.cursorIdx+o,this.command.length),a=0);const s=this.computeCursorMovement(a);this.instance.scrollLines(s.scroll),this.instance.write(He(t.startY+1,t.startX+1)+r+i+" ".repeat(o)+s.seq),this.setCommand(r+i)}get isSetup(){return this.setupState.hasCompleted}isFocused(){return document.activeElement===this.instance.textarea}mount(e){if(!this.setupState.hasCompleted)throw new y("XTerm terminal has not been set up yet");this.instance.open(e)}dispose(){this.searcher.dispose(),this.resizer.dispose(),this.renderer.dispose(),this.webLinkProvider?.dispose(),this._TEMPORARY__onKeyListener?.dispose(),this._TEMPORARY__onDataListener?.dispose(),this.instance.dispose()}autoResize(){this.resizer.fit()}focus(){this.instance.focus()}addCommandToHistory(e){e!==this.commandHistory.at(0)&&this.commandHistory.unshift(e)}setCommandFromHistory(e){const t=void 0===e?this.currentCommandSearchString:this.commandHistory.filter((e=>e.startsWith(this.currentCommandSearchString))).at(e);if(void 0!==t){let n=this.getCommandRange();this.instance.write(He(n.startY+1,n.startX+1)+t.padEnd(this.command.length)),this.command=t,n=this.getCommandRange(),this.instance.write(He(n.endY+1,n.endX+1)),this.commandHistoryNavigationIdx=e}}setCommand(e){this.command=e,this.currentCommandSearchString=e,this.commandHistoryNavigationIdx=void 0}newCommand(){this.instance.write(po),this.setCommand("")}newSystemCommand(e){this.isRunningCommand||(this.command&&(this.abort(),this.newCommand()),this.instance.write(`${Ve.DIM}(system: ${e})\n${Ve.RESET}`))}flushScreen(){this.instance.write("c"),this.instance.reset()}get isFlushed(){const e=this.instance.buffer.active;let t=!0;for(let n=e.baseY+e.cursorY;n>-1;--n){const o=F(e.getLine(n)).translateToString();if(o.trim()){t=o!==go;break}}return""===this.command&&t}clear(){this.flushScreen(),this.instance.scrollToTop(),this.newCommand()}resetANSIStyling(){this.instance.write(Ve.RESET)}showHelp(){var e;this.resetANSIStyling(),this.instance.scrollToBottom(),this.isFlushed||this.isRunningCommand||this.abort(),this.instance.write((e=this.commandRegistry,`\n${Ve.BRIGHT_BLACK}+-------------------------------------------------------+${Ve.RESET}\n${Ve.BRIGHT_BLACK}|${Ve.RESET} ${Ve.BRIGHT_GREEN}[@@]${Ve.RESET} "Hi! Welcome to the HELP menu of Pure IDE" ${Ve.BRIGHT_BLACK}|${Ve.RESET}\n${Ve.BRIGHT_BLACK}|${Ve.RESET} ${Ve.BRIGHT_GREEN}/|__|\\${Ve.RESET} ${Ve.BRIGHT_BLACK}|${Ve.RESET}\n${Ve.BRIGHT_BLACK}+--${Ve.RESET} ${Ve.BRIGHT_GREEN}d b${Ve.RESET} ${Ve.BRIGHT_BLACK}-----------------------------------------------+${Ve.RESET}\n\nFollowing is the list of supported commands:\n\n${(0,We.A)(Array.from(e.values()),(e=>e.command)).map((e=>`${Ve.BRIGHT_GREEN}${e.command.padEnd(30)}${Ve.RESET}${e.description}${e.aliases?.length?`\n${"".padEnd(30)}Aliases: ${e.aliases.join(", ")}`:""}\n${"".padEnd(30)}Usage: ${Ve.DIM}${e.usage}${Ve.RESET}`)).join("\n")}`)),this.abort()}showCommonANSIEscapeSequences(){this.resetANSIStyling(),this.instance.scrollToBottom(),this.isFlushed||this.isRunningCommand||this.abort(),this.instance.write(`\nCommon ANSI Escape Sequences for Styling:\n\n${Object.entries(Ve).map((([e,t])=>`${t}${ze(e).padEnd(20)}${Ve.RESET} ${t.replace("","\\u001b")}`)).join("\n")}`),this.abort()}abort(){this.resetANSIStyling(),this.instance.write("\n"),this.newCommand(),this.instance.scrollToBottom(),this.isRunningCommand=!1}fail(e,t){t?.systemCommand&&this.newSystemCommand(t.systemCommand),this.instance.write(`\n${Ve.RED}${e}${Ve.RED}`),this.abort()}output(e,t){this.resetANSIStyling(),t?.clear&&!this.preserveLog||!t?.systemCommand||this.newSystemCommand(t.systemCommand),!this.preserveLog&&t?.clear?this.flushScreen():(this.preserveLog||this.isRunningCommand)&&this.instance.write("\n"),this.instance.write(e),this.resetANSIStyling(),this.instance.write("\n"),this.instance.scrollToBottom(),this.newCommand()}search(e){this.searcher.findNext(e,{decorations:lo,regex:this.searchConfig.useRegex,wholeWord:this.searchConfig.matchWholeWord,caseSensitive:this.searchConfig.matchCaseSensitive,incremental:!0})}clearSearch(){this.searcher.clearDecorations(),this.instance.clearSelection(),this.setSearchText(""),this.setSearchResultCount(void 0),this.setSearchCurrentResultIndex(void 0)}findPrevious(){this.searcher.findPrevious(this.searchConfig.searchText,{decorations:lo,regex:this.searchConfig.useRegex,wholeWord:this.searchConfig.matchWholeWord,caseSensitive:this.searchConfig.matchCaseSensitive})}findNext(){this.searcher.findNext(this.searchConfig.searchText,{decorations:lo,regex:this.searchConfig.useRegex,wholeWord:this.searchConfig.matchWholeWord,caseSensitive:this.searchConfig.matchCaseSensitive})}getContent(){const e=this.instance.buffer.active,t=[];for(let n=0;n<e.length;++n){const o=F(e.getLine(n));t.push(o.translateToString())}return t.join("\n").trimEnd()}copy(){this.instance.hasSelection()?this.applicationStore.clipboardService.copyTextToClipboard(this.instance.getSelection()).catch(this.applicationStore.alertUnhandledError):this.applicationStore.notificationService.notifyWarning("Ther terminal has no selection to copy")}copyAll(){this.applicationStore.clipboardService.copyTextToClipboard(this.getContent()).catch(this.applicationStore.alertUnhandledError)}}class fo{applicationStore;terminal;constructor(e){this.applicationStore=e,this.terminal=new mo(e)}}const ho="(unknown)";class Eo{applicationStore;currentUser=ho;constructor(e){(0,Ee.Gn)(this,{currentUser:Ee.sH,setCurrentUser:Ee.XI}),this.applicationStore=e}get isAnonymous(){return this.currentUser===ho}setCurrentUser(e){this.currentUser=e}}var bo,_o=n(5992);class No{get localStorage(){return F(window.localStorage,"'window.localStorage' object is not available in non-web environment")}setItem(e,t){this.localStorage.setItem(e,t)}getItem(e){return this.localStorage.getItem(e)}removeItem(e){this.localStorage.removeItem(e)}clear(){this.localStorage.clear()}hasItem(e){return this.localStorage.hasItem(e)}}class Ao{storeIndex;storageService;data;constructor(e,t){this.storageService=e,this.storeIndex=t,this.data=this.storageService.getIndex(this.storeIndex)??{}}getValue(e){return this.data[e]}getNumericValue(e){const t=this.getValue(e);return void 0!==t?G(t):void 0}getStringValue(e){const t=this.getValue(e);return void 0!==t?U(t):void 0}getBooleanValue(e){const t=this.getValue(e);return void 0!==t?V(t):void 0}getObjectValue(e){const t=this.getValue(e);return void 0!==t?((e,t="")=>(function(e,t=""){if(!x(e))throw new k(t||"Value is expected to be a object")}(e,t),e))(t):void 0}hasValue(e){return R(this.data[e])}persistValue(e,t){void 0!==t?this.data[e]=t:delete this.data[e],this.storageService.updateIndex(this.storeIndex,this.data)}}class To{applicationStore;storage;data;constructor(e){this.applicationStore=e,this.storage=new No;const t=this.storage.getItem(e.config.applicationStorageKey);this.data=t?I((()=>JSON.parse(t)))??{}:{}}getIndex(e){return this.data[e]}updateIndex(e,t){(0,_o.A)(t)?delete this.data[e]:this.data[e]=t,this.storage.setItem(this.applicationStore.config.applicationStorageKey,JSON.stringify(this.data))}}class vo{applicationStore;plugins=[];constructor(e){this.applicationStore=e}registerPlugins(e){this.plugins=e}setup(){const e={userId:this.applicationStore.identityService.currentUser,appName:this.applicationStore.config.appName,appEnv:this.applicationStore.config.env,appVersion:this.applicationStore.config.appVersion,appSessionId:this.applicationStore.uuid,appStartTime:this.applicationStore.timeService.timestamp};this.plugins.forEach((t=>t.setup(e)))}logEvent(e,t){this.plugins.forEach((n=>n.logEvent(e,t)))}}class yo{timestamp=Date.now();interruptions=[];recordUsageInterruption(){this.interruptions.push(Date.now())}finalizeTimingsRecord(e,t){const n=e.elapsed,o=e.startTime,r=o+n,i={...t??{},...Object.fromEntries(e.records),total:n};let a=0;for(const e of this.interruptions)if(e>=o&&e<=r)a++;else if(e>r)break;return a>0?{...i,__numberOfInteruptions:a}:i}}!function(e){e.DEFAULT_DARK="default-dark",e.LEGACY_LIGHT="legacy-light",e.HIGH_CONTRAST_LIGHT="hc-light"}(bo||(bo={}));const Co={name:"Default Dark (default)",key:bo.DEFAULT_DARK,TEMPORARY__globalCSSClassName:"theme__default-dark",colors:{"data-access-overview.chart.access-granted":"#6a9955","data-access-overview.chart.access-approved":"#007acc","data-access-overview.chart.access-requested":"#fbbc05","data-access-overview.chart.access-not-granted":"#ea4646","data-access-overview.chart.unsupported-access":"#2d2d2d"}},So={name:"Legacy Light",key:bo.LEGACY_LIGHT,TEMPORARY__globalCSSClassName:"theme__legacy-light"},Io={name:"High-Contrast Light",key:bo.HIGH_CONTRAST_LIGHT,TEMPORARY__globalCSSClassName:"theme__hc-light",colors:{"data-access-overview.chart.access-granted":"#52a31d","data-access-overview.chart.access-approved":"#3d8df5","data-access-overview.chart.access-requested":"#f5c518","data-access-overview.chart.access-not-granted":"#fa5343","data-access-overview.chart.unsupported-access":"#e1e7ea"}};var ko;!function(e){e.COLOR_THEME="application.layout.colorTheme"}(ko||(ko={}));const Ro={[ko.COLOR_THEME]:{defaultValue:bo.DEFAULT_DARK}};class Oo{applicationStore;backdropContainerElementID;showBackdrop=!1;colorThemeRegistry=new Map;currentColorTheme;constructor(e){(0,Ee.Gn)(this,{currentColorTheme:Ee.sH.ref,TEMPORARY__isLightColorThemeEnabled:Ee.EW,backdropContainerElementID:Ee.sH,showBackdrop:Ee.sH,setBackdropContainerElementID:Ee.XI,setShowBackdrop:Ee.XI,setColorTheme:Ee.XI}),this.applicationStore=e,this.colorThemeRegistry.set(bo.DEFAULT_DARK,Co),this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraColorThemes?.()??[])).forEach((e=>{this.colorThemeRegistry.has(e.key)?this.applicationStore.logService.warn(u.create(ie.COLOR_THEME_CONFIGURATION_CHECK__FAILURE),`Found duplicated color themes with key '${e.key}'`):this.colorThemeRegistry.set(e.key,e)}));const t=this.applicationStore.settingService.getStringValue(ko.COLOR_THEME)??bo.DEFAULT_DARK;this.currentColorTheme=F(this.colorThemeRegistry.get(t)),this.TEMPORARY__syncGlobalCSSClassName(this.currentColorTheme,void 0)}getElementByID(e){return document.querySelector(`[data-elementid='${e}']`)??void 0}setBackdropContainerElementID(e){this.backdropContainerElementID=e}setShowBackdrop(e){this.showBackdrop=e}get TEMPORARY__isLightColorThemeEnabled(){return this.currentColorTheme.key!==bo.DEFAULT_DARK}TEMPORARY__syncGlobalCSSClassName(e,t){t&&document.body.classList.remove(t.TEMPORARY__globalCSSClassName),document.body.classList.add(e.TEMPORARY__globalCSSClassName)}setColorTheme(e,t){const n=this.colorThemeRegistry.get(e);if(e===this.currentColorTheme.key||!n)return;const o=this.currentColorTheme;this.currentColorTheme=n,this.TEMPORARY__syncGlobalCSSClassName(n,o),t?.persist&&this.applicationStore.settingService.persistValue(ko.COLOR_THEME,e)}getColor(e){return this.currentColorTheme.colors?.[e]??F(this.colorThemeRegistry.get(bo.DEFAULT_DARK)).colors?.[e]??"transparent"}}class Fo{applicationStore;constructor(e){this.applicationStore=e}async copyTextToClipboard(e,t){await navigator.clipboard.writeText(e).catch((e=>{this.applicationStore.notificationService.notifyError(e)})).finally((()=>{t?.notifySuccessMessage&&this.applicationStore.notificationService.notifySuccess(t.notifySuccessMessage)}))}}class Bo{navigator;constructor(e){this.navigator=e}}var Lo=n(2853);class Do{applicationStore;storage;registry=new Map;constructor(e){this.applicationStore=e,this.storage=new Ao(this.applicationStore.storageService,"application-settings-storage"),this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraSettingConfigurationEntries?.()??[])).forEach((e=>{this.registry.has(e.key)?this.applicationStore.logService.warn(u.create(ie.SETTING_CONFIGURATION_CHECK__FAILURE),`Found duplicated setting with key '${e.key}'`):this.registry.set(e.key,e)}))}getNumericValue(e){const t=this.storage.getValue(e)??this.registry.get(e)?.defaultValue;if(w(t))return t;this.applicationStore.logService.warn(u.create(ie.SETTING_RETRIVE_FAILURE),`Can't retrieve numeric value for setting '${e}'`)}getStringValue(e){const t=this.storage.getValue(e)??this.registry.get(e)?.defaultValue;if(P(t))return t;this.applicationStore.logService.warn(u.create(ie.SETTING_RETRIVE_FAILURE),`Can't retrieve string value for setting '${e}'`)}getBooleanValue(e){const t=this.storage.getValue(e)??this.registry.get(e)?.defaultValue;if(M(t))return t;this.applicationStore.logService.warn(u.create(ie.SETTING_RETRIVE_FAILURE),`Can't retrieve boolean value for setting '${e}'`)}getObjectValue(e){const t=this.storage.getValue(e)??this.registry.get(e)?.defaultValue;if(x(t))return t;this.applicationStore.logService.warn(u.create(ie.SETTING_RETRIVE_FAILURE),`Can't retrieve object value for setting '${e}'`)}persistValue(e,t){const n=this.registry.get(e)?.defaultValue;this.storage.persistValue(e,void 0!==n&&(0,Lo.A)(n,t)?void 0:t)}}class Po{goToLocation(e,t){throw new C("Navigator does not support this operation")}reload(e){throw new C("Navigator does not support this operation")}goToAddress(e,t){throw new C("Navigator does not support this operation")}visitAddress(e){throw new C("Navigator does not support this operation")}generateAddress(e){throw new C("Navigator does not support this operation")}updateCurrentLocation(e){throw new C("Navigator does not support this operation")}updateCurrentZone(e){throw new C("Navigator does not support this operation")}resetZone(){throw new C("Navigator does not support this operation")}getCurrentBaseAddress(e){throw new C("Navigator does not support this operation")}getCurrentAddress(){throw new C("Navigator does not support this operation")}getCurrentLocation(){throw new C("Navigator does not support this operation")}getCurrentLocationParameters(){throw new C("Navigator does not support this operation")}getCurrentLocationParameterValue(e){throw new C("Navigator does not support this operation")}getCurrentZone(){throw new C("Navigator does not support this operation")}blockNavigation(e,t,n){throw new C("Navigator does not support this operation")}unblockNavigation(){throw new C("Navigator does not support this operation")}get isNavigationBlocked(){throw new C("Navigator does not support this operation")}INTERNAL__internalizeTransientParameter(e){throw new C("Navigator does not support this operation")}}class wo{applicationStore;storage;constructor(e){this.applicationStore=e,this.storage=new Ao(this.applicationStore.storageService,"application-user-data-storage")}getNumericValue(e){const t=this.storage.getValue(e);if(w(t))return t;this.applicationStore.logService.warn(u.create(ie.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve numeric value for user data '${e}'`)}getStringValue(e){const t=this.storage.getValue(e);if(P(t))return t;this.applicationStore.logService.warn(u.create(ie.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve string value for user data '${e}'`)}getBooleanValue(e){const t=this.storage.getValue(e);if(M(t))return t;this.applicationStore.logService.warn(u.create(ie.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve boolean value for user data '${e}'`)}getObjectValue(e){const t=this.storage.getValue(e);if(x(t))return t;this.applicationStore.logService.warn(u.create(ie.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve object value for user data '${e}'`)}persistValue(e,t){this.storage.persistValue(e,t)}}const Mo=e=>/^(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)(?:-(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*)?(?:\+[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*)?$/.test(e);var xo;!function(e){e.BUG_FIX="BUG_FIX",e.ENHANCEMENT="ENHANCEMENT"}(xo||(xo={}));const jo="application.lastOpenedVersion";class Uo{applicationStore;releaseNotes;showCurrentReleaseModal=!0;showReleaseLog=!1;isConfigured=!1;constructor(e){(0,Ee.Gn)(this,{showCurrentReleaseModal:Ee.sH,showReleaseLog:Ee.sH,isConfigured:Ee.sH,setShowCurrentRelease:Ee.XI,configure:Ee.XI,setReleaseLog:Ee.XI}),this.applicationStore=e}configure(e){this.isConfigured=!0,this.releaseNotes=(e=>e.map((e=>(L(e.version,"Release notes 'version' is missing"),e.notes?.map((e=>(L(e.type,"Release note 'type' is missing"),L(e.description,"Release note 'description' is missing"),e))),e))))(e)}setShowCurrentRelease(e){this.showCurrentReleaseModal=e}setReleaseLog(e){this.showReleaseLog=e}getViewedVersion(){return this.applicationStore.userDataService.getStringValue(jo)}updateViewedVersion(){this.applicationStore.userDataService.persistValue(jo,this.applicationStore.config.appVersion)}showVersion(e,t){const n=e.version;return!(!Mo(n)||!Mo(t)||1!==(o=t,n.localeCompare(o,void 0,{numeric:!0})));var o}showableVersions(){const e=this.getViewedVersion();if(e)return this.releaseNotes?.filter((t=>this.showVersion(t,e)))}}class Go{uuid=(0,i.A)();extensionStates=[];config;pluginManager;initState=be.create();platform;timeService;logService;storageService;userDataService;settingService;alertService;notificationService;identityService;commandService;keyboardShortcutsService;layoutService;clipboardService;terminalService;navigationService;navigationContextService;documentationService;assistantService;releaseNotesService;eventService;telemetryService;tracerService;constructor(e,t){this.config=e,this.pluginManager=t,this.timeService=new yo,this.logService=new l,this.logService.registerPlugins(t.getLoggerPlugins()),this.storageService=new To(this),this.settingService=new Do(this),this.userDataService=new wo(this),this.alertService=new It(this),this.notificationService=new vn,this.identityService=new Eo(this),this.layoutService=new Oo(this),this.clipboardService=new Fo(this),this.terminalService=new fo(this),this.commandService=new Be(this),this.keyboardShortcutsService=new Le(this),this.navigationService=new Bo(new Po),this.navigationContextService=new Fe(this),this.documentationService=new me(this),this.assistantService=new ke(this),this.releaseNotesService=new Uo(this),this.eventService=new Re,this.eventService.registerEventNotifierPlugins(t.getEventNotifierPlugins()),this.telemetryService=new vo(this),this.telemetryService.registerPlugins(t.getTelemetryServicePlugins()),this.telemetryService.setup(),this.tracerService=new Ne,this.tracerService.registerPlugins(t.getTracerServicePlugins()),this.extensionStates=this.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraApplicationExtensionStateBuilders?.()??[])).map((e=>e(this))).filter(R)}async initialize(e){if(this.initState.isInInitialState){this.initState.inProgress();try{if(this.platform)throw new y("Platform is already configured");this.platform=e,this.navigationService=new Bo(e.getNavigator()),await e.initialize(),this.initState.pass()}catch(e){S(e),this.notificationService.notifyError(e),this.logService.error(u.create(ie.APPLICATION_LOAD__FAILURE),"Failed to load Legend application"),this.initState.fail()}}else this.notificationService.notifyIllegalState("Application store is re-initialized")}alertUnhandledError=e=>{this.logService.error(u.create(ie.ILLEGAL_APPLICATION_STATE_OCCURRED),"Encountered unhandled error in component tree",e),this.notificationService.notifyIllegalState(e.message)};guardUnhandledError=e=>()=>{e().catch(this.alertUnhandledError)}}var Vo;!function(e){e.TAG_REQUEST="download-request",e.TAG_RESPONSE="download-response",e.STREAM_CLOSED="#stream-closed",e.STREAM_ABORTED="#stream-aborted"}(Vo||(Vo={}));class Ho{}class Yo extends Ho{debug(e,...t){console.debug(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}info(e,...t){console.info(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}warn(e,...t){console.warn(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}error(e,...t){console.error(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}}class Ko{config;logger;pluginManager;basePresets=[];basePlugins=[];baseAddress;pluginRegister;_isConfigured=!1;downloadHelperServiceWorkerPath;downloadHelper=!1;releaseNotes;constructor(e){this.pluginManager=e,this.logger=new Yo}setup(e){return this.baseAddress=L(e.baseAddress,"Can't setup application: 'baseAddress' is missing or empty"),this.pluginRegister=e.pluginRegister,this._isConfigured=!0,this}withBasePresets(e){return this.basePresets=e,this.withPresets([])}withBasePlugins(e){return this.basePlugins=e,this.withPlugins([])}withPresets(e){return this.pluginManager.usePresets([...this.basePresets,...e]),this}withPlugins(e){return this.pluginManager.usePlugins([...this.basePlugins,...e]),this}withDownloadHelper(e){return this.downloadHelper=!0,this.downloadHelperServiceWorkerPath=e,this}withReleaseNotes(e){return this.releaseNotes=e,this}setupApplicationStore(e){this.releaseNotes&&e.releaseNotesService.configure(this.releaseNotes)}async fetchApplicationConfiguration(e){const t=new oe;let n,o;try{n=await t.get(`${window.location.origin}${e}config.json`)}catch(e){S(e),this.logger.error(u.create(ie.APPLICATION_CONFIGURATION__FAILURE),e)}O(n,"Can't fetch Legend application configuration");try{o=await t.get(`${window.location.origin}${e}version.json`)}catch(e){S(e),this.logger.error(u.create(ie.APPLICATION_CONFIGURATION__FAILURE),e)}return O(o,"Can't fetch Legend application version"),[await this.configureApplication({configData:n,versionData:o,baseAddress:e}),n.extensions??{}]}async loadDocumentationRegistryData(e){const t={};await Promise.all([...e.documentationRegistryEntries,...this.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraDocumentationRegistryEntries?.()??[]))].map((async e=>{try{const n=new oe(e.simple?{options:{credentials:"omit"}}:{}),o=await n.get(L(e.url,"Can't load documentation registry: 'url' field is missing or empty"));O(o.entries,"Can't load documentation registry data: 'entries' field is missing");const r=e.includes?.map((e=>new RegExp(`^${e.trim().replace(/[\^$\\.+?()[\]{}|]/g,"\\$&").replace(/\*/g,".*")}$`)));Object.entries(o.entries).forEach((([e,n])=>{r&&!r.some((t=>t.test(e)))||t[e]||(t[e]=n)}))}catch(e){S(e),this.logger.warn(u.create(ie.DOCUMENTATION_FETCH__FAILURE),e)}}))),e.keyedDocumentationEntries=[...ge(t),...e.keyedDocumentationEntries]}async start(){O(this._isConfigured,"Legend application has not been configured properly. Make sure to run setup() before start()");try{const[e,t]=await this.fetchApplicationConfiguration(this.baseAddress);this.config=e,this.pluginRegister?.(this.pluginManager,this.config),this.pluginManager.configure(t),this.pluginManager.install(),await Promise.all([this.loadDocumentationRegistryData(e)]);const n=new Go(this.config,this.pluginManager);await Promise.all(this.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraApplicationSetups?.()??[])).map((e=>e(n)))),this.setupApplicationStore(n),await this.loadApplication(n),this.logger.info(u.create(ie.APPLICATION_LOAD__SUCCESS),"Legend application loaded"),this.downloadHelper&&function(e){if("serviceWorker"in navigator){const t=e??"/ServiceWorker.js";navigator.serviceWorker.register(t).then((e=>{console.debug(`register service worker success with path: ${t}`,e)})).catch((e=>{console.debug(`register service worker error with path: ${t}`,e)}))}}(this.downloadHelperServiceWorkerPath)}catch(e){throw S(e),this.logger.error(u.create(ie.APPLICATION_LOAD__FAILURE),"Failed to load Legend application"),e}}}const $o="legend-application-root",Wo=JSON.parse('{"rE":"15.1.8","XO":{"c":"@finos/legend-application-plugin-core"}}');class Xo extends s{}class qo extends Xo{static NAME=Wo.XO.c;constructor(){super(qo.NAME,Wo.rE)}install(e){e.registerApplicationPlugin(this)}getExtraApplicationSetups(){return[async e=>{(0,Ee.jK)({enforceActions:"observed"})}]}getExtraColorThemes(){return[So,Io]}getExtraSettingConfigurationEntries(){return e=Ro,Object.entries(e).map((e=>({key:e[0],...e[1]})));var e}}class Jo{appName;baseAddress;env;applicationStorageKey;documentationUrl;documentationLinkEntries=[];documentationRegistryEntries=[];keyedDocumentationEntries=[];contextualDocEntries=[];appVersion;appVersionBuildTime;appVersionCommitId;constructor(e){var t,n;this.baseAddress=e.baseAddress,this.appName=L(e.configData.appName,"Can't configure application: 'appName' field is missing or empty"),this.env=L(e.configData.env,"Can't configure application: 'env' field is missing or empty"),this.applicationStorageKey=e.configData.application?.storageKey??this.getDefaultApplicationStorageKey(),this.documentationUrl=e.configData.documentation?.url,this.documentationLinkEntries=(t=e.configData.documentation?.links??{},Object.entries(t).map((e=>({key:L(e[0],"Documentation link 'key' is missing"),label:L(e[1].label,"Documentation link 'label' is missing"),url:L(e[1].url,"Documentation link 'url' is missing")})))),this.documentationRegistryEntries=e.configData.documentation?.registry??[],this.keyedDocumentationEntries=ge(e.configData.documentation?.entries??{}),this.contextualDocEntries=(n=e.configData.documentation?.contextualEntries??{},Object.entries(n).map((e=>({context:e[0],documentationKey:e[1]})))),this.appVersion=F(e.versionData.version,"Can't collect application version: 'version' field is missing"),this.appVersionBuildTime=F(e.versionData.buildTime,"Can't collect application version: 'buildTime' field is missing"),this.appVersionCommitId=F(e.versionData.commitSHA,"Can't collect application version: 'commitSHA' field is missing")}static resolveAbsoluteUrl(e){return e.trim().startsWith("/")?window.location.origin+e:e}}class zo extends Jo{replUrl;useDynamicREPLServer=!1;constructor(e){super(e),O(e.configData.repl,"Can't configure application: 'repl' field is missing"),this.replUrl=Jo.resolveAbsoluteUrl(L(e.configData.repl.url,"Can't configure application: 'repl.url' field is missing or empty")),void 0!==e.configData.repl.dynamic&&(this.useDynamicREPLServer=Boolean(e.configData.repl.dynamic))}getDefaultApplicationStorageKey(){return"legend-repl"}}class Qo extends c{loggerPlugins=[];telemetryServicePlugins=[];tracerServicePlugins=[];eventNotifierPlugins=[];applicationPlugins=[];registerLoggerPlugin(e){this.loggerPlugins.push(e)}registerTelemetryServicePlugin(e){this.telemetryServicePlugins.push(e)}registerTracerServicePlugin(e){this.tracerServicePlugins.push(e)}registerEventNotifierPlugin(e){this.eventNotifierPlugins.push(e)}registerApplicationPlugin(e){this.applicationPlugins.push(e)}getLoggerPlugins(){return[...this.loggerPlugins]}getTelemetryServicePlugins(){return[...this.telemetryServicePlugins]}getTracerServicePlugins(){return[...this.tracerServicePlugins]}getEventNotifierPlugins(){return[...this.eventNotifierPlugins]}getApplicationPlugins(){return[...this.applicationPlugins]}}class Zo extends Qo{pureProtocolProcessorPlugins=[];pureGraphManagerPlugins=[];pureGraphPlugins=[];constructor(){super()}static create(){return new Zo}registerPureProtocolProcessorPlugin(e){this.pureProtocolProcessorPlugins.push(e)}registerPureGraphManagerPlugin(e){this.pureGraphManagerPlugins.push(e)}registerPureGraphPlugin(e){this.pureGraphPlugins.push(e)}getPureGraphManagerPlugins(){return[...this.pureGraphManagerPlugins]}getPureProtocolProcessorPlugins(){return[...this.pureProtocolProcessorPlugins]}getPureGraphPlugins(){return[...this.pureGraphPlugins]}}var er,tr=n(6839),nr=n(8684);class or{historyAPI;_isNavigationBlocked=!1;_forceBypassNavigationBlocking=!1;_blockCheckers=[];_beforeUnloadListener=e=>{this._forceBypassNavigationBlocking||this._blockCheckers.some((e=>e()))&&(e.returnValue="")};onBlock;onNativePlatformNavigationBlock;constructor(e){(0,Ee.Gn)(this,{_isNavigationBlocked:Ee.sH,isNavigationBlocked:Ee.EW,blockNavigation:Ee.XI,unblockNavigation:Ee.XI}),this.historyAPI=e}get window(){return F(window,"Window object is not available in non-web environment")}goToLocation(e,t){t?.ignoreBlocking&&(this._forceBypassNavigationBlocking=!0);const n=()=>{this._forceBypassNavigationBlocking=!0,this.window.location.href=this.generateAddress(e)};!this._forceBypassNavigationBlocking&&this._blockCheckers.some((e=>e()))?this.onBlock?.(n):n()}reload(e){e?.ignoreBlocking&&(this._forceBypassNavigationBlocking=!0);const t=()=>{this._forceBypassNavigationBlocking=!0,this.window.location.reload()};!this._forceBypassNavigationBlocking&&this._blockCheckers.some((e=>e()))?this.onBlock?.(t):t()}goToAddress(e,t){t?.ignoreBlocking&&(this._forceBypassNavigationBlocking=!0);const n=()=>{this._forceBypassNavigationBlocking=!0,this.window.location.href=e};!this._forceBypassNavigationBlocking&&this._blockCheckers.some((e=>e()))?this.onBlock?.(n):n()}visitAddress(e){this.window.open(e,"_blank")}generateAddress(e){return this.window.location.origin+this.historyAPI.createHref({pathname:e})}updateCurrentLocation(e){this.historyAPI.push(e)}updateCurrentZone(e){this.window.location.hash="#"+e}resetZone(){this.updateCurrentLocation(this.getCurrentLocation())}getCurrentBaseAddress(e){return e?.withAppRoot?this.generateAddress(""):this.window.location.origin}getCurrentAddress(){return this.window.location.href}getCurrentLocation(){return this.historyAPI.location.pathname}getCurrentLocationParameters(){const e={},t=((e,t=!1)=>t?K.A.parseUrl(e).query:K.A.parse(e))((n=this.getCurrentAddress(),(0,$.J)(n)),!0);var n;return Object.keys(t).forEach((n=>{e[n]=((e,t)=>{const n=t[e];return n?decodeURIComponent(n):void 0})(n,t)})),e}getCurrentLocationParameterValue(e){return this.getCurrentLocationParameters()[e]}getCurrentZone(){return this.window.location.hash.substring(1)}blockNavigation(e,t,n){this._isNavigationBlocked=!0,this.onBlock=t,this.onNativePlatformNavigationBlock=n,this.window.history.pushState(null,"",this.getCurrentAddress()),this.window.onpopstate=()=>{window.history.forward(),this.onNativePlatformNavigationBlock?.()},this._blockCheckers=e,this.window.removeEventListener("beforeunload",this._beforeUnloadListener),this.window.addEventListener("beforeunload",this._beforeUnloadListener)}unblockNavigation(){this._isNavigationBlocked=!1,this.onBlock=void 0,this.window.onpopstate=null,this._blockCheckers=[],this.window.removeEventListener("beforeunload",this._beforeUnloadListener)}get isNavigationBlocked(){return this._isNavigationBlocked}INTERNAL__internalizeTransientParameter(e){const t=this.getCurrentZone(),n=this.getCurrentLocationParameters();var o,r;delete n[e],this.updateCurrentLocation((o=this.getCurrentLocation(),r=(e=>{const t={};return Object.entries(e).forEach((([e,n])=>{n&&(t[e]=n.toString())})),K.A.stringify(t)})(n),r?`${o}?${r}`:o)),this.updateCurrentZone(t)}}class rr{applicationStore;constructor(e){this.applicationStore=e}async initialize(){}}!function(e){e.INITIAL_COLOR_THEME="initialColorTheme"}(er||(er={}));class ir extends rr{navigator;constructor(e,t){super(e),this.navigator=new or(t.historyAPI)}getNavigator(){return this.navigator}async initialize(){const e=this.applicationStore.navigationService.navigator.getCurrentLocationParameterValue(er.INITIAL_COLOR_THEME);e&&(this.applicationStore.layoutService.setColorTheme(e),this.applicationStore.navigationService.navigator.INTERNAL__internalizeTransientParameter(er.INITIAL_COLOR_THEME))}}const ar=(0,kt.createContext)(void 0),sr="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/BrowserEnvironmentProvider.tsx",cr=({children:e})=>{const t=Ot(),n=(0,tr.W6)(),o=(0,lt.iz)((()=>new ir(t,{historyAPI:n})));return(0,nt.jsxDEV)(ar.Provider,{value:o,children:e},void 0,!1,{fileName:sr,lineNumber:34,columnNumber:11},void 0)},ur=({children:e,baseUrl:t})=>(0,nt.jsxDEV)(nr.Kd,{basename:t,children:(0,nt.jsxDEV)(cr,{children:e},void 0,!1,{fileName:sr,lineNumber:46,columnNumber:5},void 0)},void 0,!1,{fileName:sr,lineNumber:44,columnNumber:34},void 0);class dr{networkClient;constructor(e){this.networkClient=e}get baseUrl(){return F(this.networkClient.baseUrl,"REPL server client has not been configured properly")}get dataCube(){return`${this.baseUrl}/api/dataCube`}async getGridClientLicenseKey(){return this.networkClient.get(`${this.dataCube}/gridLicenseKey`)}async getQueryTypeahead(e){return this.networkClient.post(`${this.dataCube}/typeahead`,e)}async parseQuery(e){return this.networkClient.post(`${this.dataCube}/parseQuery`,e)}async getQueryCode(e){return this.networkClient.post(`${this.dataCube}/getQueryCode`,e)}async getBaseQuery(){return this.networkClient.get(`${this.dataCube}/getBaseQuery`)}async getRelationReturnType(e){return this.networkClient.post(`${this.dataCube}/getRelationReturnType`,e)}async executeQuery(e){return this.networkClient.post(`${this.dataCube}/executeQuery`,e)}}var lr,pr,gr;function mr(e){const t=JSON.parse(JSON.stringify(e));return t.uuid=(0,i.A)(),t}!function(e){e[e.SOURCE=0]="SOURCE",e[e.LEAF_EXTENDED=1]="LEAF_EXTENDED",e[e.RENAME=2]="RENAME",e[e.GROUP_BY=3]="GROUP_BY",e[e.SELECT=4]="SELECT",e[e.PIVOT=5]="PIVOT",e[e.GROUP_EXTENDED=6]="GROUP_EXTENDED"}(lr||(lr={})),(gr=pr||(pr={})).INTERNAL__UNKNOWN_ELEMENT="INTERNAL__UNKNOWN_ELEMENT",gr.INTERNAL__UNKNOWN_PACKAGEABLE_ELEMENT="INTERNAL__UNKNOWN_PACKAGEABLE_ELEMENT",gr.INTERNAL__UNKNOWN_FUNCTION_ACTIVATOR="INTERNAL__UNKNOWN_FUNCTION_ACTIVATOR",gr.PACKAGE="PACKAGE",gr.PACKAGEABLE_ELEMENT="PACKAGEABLE_ELEMENT",gr.PACKAGEABLE_ELEMENT_POINTER="PACKAGEABLE_ELEMENT_POINTER",gr.PROFILE="PROFILE",gr.TAG_POINTER="TAG_POINTER",gr.STEREOTYPE_POINTER="STEREOTYPE_POINTER",gr.TAGGED_VALUE="TAGGED_VALUE",gr.ENUMERATION="ENUMERATION",gr.ENUM_VALUE="ENUM_VALUE",gr.CLASS="CLASS",gr.PROPERTY="PROPERTY",gr.PROPERTY_DEFAULT_VALUE="PROPERTY_DEFAULT_VALUE",gr.PROPERTY_POINTER="PROPERTY_POINTER",gr.MULTIPLICITY="MULTIPLICITY",gr.CONSTRAINT="CONSTRAINT",gr.DERIVED_PROPERTY="DERIVED_PROPERTY",gr.ASSOCIATION="ASSOCIATION",gr.FUNCTION="FUNCTION",gr.MEASURE="MEASURE",gr.UNIT="UNIT",gr.FUNCTION_TEST_SUITE="FUNCTION_TEST_SUITE",gr.FUNCTION_TEST="FUNCTION_TEST",gr.FUNCTION_STORE_TEST_DATA="FUNCTION_STORE_TEST_DATA",gr.FUNCTION_PARAMETER_VALUE="FUNCTION_PARAMETER_VALUE",gr.ASSERT_FAIL="ASSERT_FAIL",gr.ASSERT_PASS="ASSERT_PASS",gr.EQUAL_TO_JSON_ASSERT_FAIL="EQUAL_TO_JSON_ASSERT_FAIL",gr.EQUAL_TO="EQUAL_TO",gr.EQUAL_TO_JSON="EQUAL_TO_JSON",gr.EQUAL_TO_TDS="EQUAL_TO_TDS",gr.SECTION_INDEX="SECTION_INDEX",gr.SECTION="SECTION",gr.IMPORT_AWARE_CODE_SECTION="IMPORT_AWARE_CODE_SECTION",gr.DEFAULT_CODE_SECTION="DEFAULT_CODE_SECTION",gr.RAW_LAMBDA="RAW_LAMBDA",gr.RAW_VARIABLE="RAW_VARIABLE",gr.RAW_INSTANCE_VALUE="RAW_INSTANCE_VALUE",gr.BINDING_TRANSFORMER="BINDING_TRANSFORMER",gr.INTERNAL__UNKNOWN_VALUE_SPECIFICATION="INTERNAL__UNKNOWN_VALUE_SPECIFICATION",gr.INTERNAL__PROPAGATED_VALUE="INTERNAL__PROPAGATED_VALUE",gr.VARIABLE_EXPRESSION="VARIABLE_EXPRESSION",gr.EXPRESSION="EXPRESSION",gr.FUNCTION_EXPRESSION="FUNCTION_EXPRESSION",gr.SIMPLE_FUNCTION_EXPRESSION="SIMPLE_FUNCTION_EXPRESSION",gr.ABSTRACT_PROPERTY_EXPRESSION="ABSTRACT_PROPERTY_EXPRESSION",gr.INSTANCE_VALUE="INSTANCE_VALUE",gr.PRIMITIVE_INSTANCE_VALUE="PRIMITIVE_INSTANCE_VALUE",gr.ENUM_INSTANCE_VALUE="ENUM_INSTANCE_VALUE",gr.KEY_EXPRESSION_INSTANCE_VALUE="KEY_EXPRESSION_INSTANCE_VALUE",gr.KEY_EXPRESSION_VALUE="KEY_EXPRESSION_VALUE",gr.RUNTIME_INSTANCE_VALUE="RUNTIME_INSTANCE_VALUE",gr.PAIR_INSTANCE_VALUE="PAIR_INSTANCE_VALUE",gr.MAPPING_INSTANCE_VALUE="MAPPING_INSTANCE_VALUE",gr.PURE_LIST_INSTANCE_VALUE="PURE_LIST_INSTANCE_VALUE",gr.COLLECTION_INSTANCE_VALUE="COLLECTION_INSTANCE_VALUE",gr.LAMBDA_FUNCTION_INSTANCE_VALUE="LAMBDA_FUNCTION_INSTANCE_VALUE",gr.FUNCTION_TYPE="FUNCTION_TYPE",gr.LAMBDA_FUNCTION="LAMBDA_FUNCTION",gr.ALLOY_SERIALIZATION_CONFIG_INSTANCE_VALUE="ALLOY_SERIALIZATION_CONFIG_INSTANCE_VALUE",gr.ALLOY_SERIALIZATION_CONFIG="ALLOY_SERIALIZATION_CONFIG",gr.ROOT_GRAPH_FETCH_TREE="ROOT_GRAPH_FETCH_TREE",gr.PROPERTY_GRAPH_FETCH_TREE="PROPERTY_GRAPH_FETCH_TREE",gr.SUBTYPE_GRAPH_FETCH_TREE="SUBTYPE_GRAPH_FETCH_TREE",gr.SUBTYPE_GRAPH_FETCH_TREE_INSTANCE_VALUE="SUBTYPE_GRAPH_FETCH_TREE_INSTANCE_VALUE",gr.PROPERTY_GRAPH_FETCH_TREE_INSTANCE_VALUE="PROEPRTY_GRAPH_FETCH_TREE_INSTANCE_VALUE",gr.ROOT_GRAPH_FETCH_TREE_INSTANCE_VALUE="ROOT_GRAPH_FETCH_TREE_INSTANCE_VALUE",gr.RELATION_COL_SPEC_ARRAY="RELATION_COL_SPEC_ARRAY",gr.RELATION_COL_SPEC="RELATION_COL_SPEC",gr.INTERNAL__UNKNOWN_STORE="INTERNAL__UNKNOWN_STORE",gr.INTERNAL__UNKNOWN_CONNECTION="INTERNAL__UNKNOWN_CONNECTION",gr.INTERNAL__UNKNOWN_PROPERTY_MAPPING="INTERNAL__UNKNOWN_PROPERTY_MAPPING",gr.INTERNAL__UNKNOWN_CLASS_MAPPING="INTERNAL__UNKNOWN_CLASS_MAPPING",gr.INTERNAL__UNKNOWN_MAPPING_INCLUDE="INTERNAL__UNKNOWN_MAPPING_INCLUDE",gr.MAPPING="MAPPING",gr.MAPPING_INCLUDE_MAPPING="MAPPING_INCLUDE_MAPPING",gr.ASSOCIATION_IMPLEMENTATION="ASSOCIATION_IMPLEMENTATION",gr.RELATIONAL_ASSOCIATION_IMPLEMENTATION="RELATIONAL_ASSOCIATION_IMPLEMENTATION",gr.XSTORE_ASSOCIATION_IMPLEMENTATION="XSTORE_ASSOCIATION_IMPLEMENTATION",gr.ENUMERATION_MAPPING="ENUMERATION_MAPPING",gr.ENUM_VALUE_MAPPING="ENUM_VALUE_MAPPING",gr.SET_IMPLEMENTATION="SET_IMPLEMENTATION",gr.OPERATION_SET_IMPLEMENTATION="OPERATION_SET_IMPLEMENTATION",gr.PURE_INSTANCE_SET_IMPLEMENTATION="PURE_INSTANCE_SET_IMPLEMENTATION",gr.PROPERTY_MAPPING="PROPERTY_MAPPING",gr.LOCAL_MAPPING_PROPERTY="LOCAL_MAPPING_PROPERTY",gr.PURE_PROPERTY_MAPPING="PURE_PROPERTY_MAPPING",gr.XSTORE_PROPERTY_MAPPING="XSTORE_PROPERTY_MAPPING",gr.MAPPING_TEST_LEGACY="MAPPING_TEST_LEGACY",gr.MAPPING_TEST_SUITE="MAPPING_TEST_SUITE",gr.MAPPING_TEST="MAPPING_TEST",gr.STORE_TEST_DATA="STORE_TEST_DATA",gr.INPUT_DATA="INPUT_DATA",gr.FLAT_DATA_INPUT_DATA="FLAT_DATA_INPUT_DATA",gr.RELATIONAL_INPUT_DATA="RELATIONAL_INPUT_DATA",gr.OBJECT_INPUT_DATA="OBJECT_INPUT_DATA",gr.MAPPING_TEST_ASSERT="MAPPING_TEST_ASSERT",gr.EXPECTED_OUTPUT_MAPPING_TEST_ASSERT="EXPECTED_OUTPUT_MAPPING_TEST_ASSERT",gr.FILTER_MAPPING="FILTER_MAPPING",gr.COLUMN_MAPPING="COLUMN_MAPPING",gr.GROUP_BY_MAPPING="GROUP_BY_MAPPING",gr.RUNTIME="RUNTIME",gr.PACKAGEABLE_RUNTIME="PACKAGEABLE_RUNTIME",gr.ENGINE_RUNTIME="ENGINE_RUNTIME",gr.SINGLE_ENGINE_RUNTIME="SINGLE_ENGINE_RUNTIME",gr.LEGACY_RUNTIME="LEGACY_RUNTIME",gr.RUNTIME_POINTER="RUNTIME_POINTER",gr.STORE_CONNECTIONS="STORE_CONNECTIONS",gr.IDENTIFIED_CONNECTION="IDENTIFIED_CONNECTION",gr.PACKAGEABLE_CONNECTION="PACKAGEABLE_CONNECTION",gr.CONNECTION_POINTER="CONNECTION_POINTER",gr.XML_MODEL_CONNECTION="XML_MODEL_CONNECTION",gr.JSON_MODEL_CONNECTION="JSON_MODEL_CONNECTION",gr.MODEL_CHAIN_CONNECTION="MODEL_CHAIN_CONNECTION",gr.FLAT_DATA_CONNECTION="FLAT_DATA_CONNECTION",gr.AGGREGATION_AWARE_MAPPING="AGGREGATION_AWARE_MAPPING",gr.AGGREGATION_AWARE_SPECIFICATION="AGGREGATION_AWARE_SPECIFICATION",gr.AGGREGATION_AWARE_SET_IMPLEMENTATION_CONTAINER="AGGREGATION_AWARE_SET_IMPLEMENTATION_CONTAINER",gr.AGGREGATE_FUNCTION="AGGREGATE_FUNCTION",gr.GROUP_BY_FUNCTION="GROUP_BY_FUNCTION",gr.GENERATION_TREE="GENERATION_TREE",gr.GENERATION_TREE_NODE="GENERATION_TREE_NODE",gr.FILE_GENERATION="FILE_GENERATION",gr.CONFIGURATION_PROPERTY="CONFIGURATION_PROPERTY",gr.INTERNAL__UNKNOWN_EMBEDDED_DATA="INTERNAL__UNKNOWN_EMBEDDED_DATA",gr.EXTERNAL_FORMAT_DATA="EXTERNAL_FORMAT_DATA",gr.MODEL_STORE_DATA="MODEL_STORE_DATA",gr.MODEL_DATA="MODEL_DATA",gr.MODEL_EMBEDDED_DATA="MODEL_EMBEDDED_DATA",gr.MODEL_INSTANCE_DATA="MODEL_INSTANCE_DATA",gr.DATA_ELEMENT_REFERENCE="DATA_ELEMENT_REFERENCE",gr.DATA_ELEMENT="DATA_ELEMENT",gr.RELATIONAL_CSV_DATA="RELATIONAL_CSV_DATA",gr.RELATIONAL_TDS="RELATIONAL_TDS",gr.RELATIONAL_CSV_DATA_TABLE="RELATIONAL_CSV_DATA_TABLE",gr.BINDING="BINDING",gr.SCHEMA_SET="SCHEMA_SET",gr.SCHEMA="SCHEMA",gr.MODEL_UNIT="MODEL_UNIT",gr.URL_STREAM="URL_STREAM",gr.EXTERNAL_FORMAT_CONNECTION="EXTERNAL_FORMAT_CONNECTION",gr.SERVICE="SERVICE",gr.SERVICE_OWNER="SERVICE_OWNER",gr.SERVICE_PURE_EXECUTION="SERVICE_PURE_EXECUTION",gr.SERVICE_PURE_SINGLE_EXECUTION="SERVICE_PURE_SINGLE_EXECUTION",gr.SERVICE_KEYED_EXECUTION_PARAMETER="SERVICE_KEYED_EXECUTION_PARAMETER",gr.SERVICE_PURE_MULTI_EXECUTION="SERVICE_PURE_MULTI_EXECUTION",gr.SERVICE_TEST_CONTAINER="SERVICE_TEST_CONTAINER",gr.SERVICE_LEGACY_SINGLE_EXECUTION_TEST="SERVICE_LEGACY_SINGLE_EXECUTION_TEST",gr.SERVICE_LEGACY_KEYED_SINGLE_EXECUTION_TEST="SERVICE_LEGACY_KEYED_SINGLE_EXECUTION_TEST",gr.SERVICE_LEGACY_MULTI_EXECUTION_TEST="SERVICE_LEGACY_MULTI_EXECUTION_TEST",gr.SERVICE_CONNECTION_TEST_DATA="SERVICE_CONNECTION_TEST_DATA",gr.SERVICE_TEST_DATA="SERVICE_TEST_DATA",gr.SERVICE_TEST_SUITE="SERVICE_TEST_SUITE",gr.SERVICE_TEST="SERVICE_TEST",gr.SERVICE_PARAMETER_VALUE="SERVICE_PARAMETER_VALUE",gr.SERVICE_POST_VALIDATION="SERVICE_POST_VALIDATION",gr.SERVICE_POST_VALIDATION_ASSERTION="SERVICE_POST_VALIDATION_ASSERTION",gr.EXECUTION_ENVIRONMENT_INSTANCE="EXECUTION_ENVIRONMENT_INSTANCE",gr.SINGLE_EXECUTION_PARAMETER="SINGLE_EXECUTION_PARAMETER",gr.MULTI_EXECUTION_PARAMETER="MULTI_EXECUTION_PARAMETER",gr.INTERNAL__UNKNOWN_DATASOURCE_SPECIFICATION="INTERNAL__UNKNOWN_DATASOURCE_SPECIFICATION",gr.INTERNAL__UNKNOWN_AUTHENTICATION_STRATEGY="INTERNAL__UNKNOWN_AUTHENTICATION_STRATEGY",gr.INTERNAL__UNKNOWN_POST_PROCESSOR="INTERNAL__UNKNOWN_POST_PROCESSOR",gr.DATABASE="DATABASE",gr.DATABASE_SCHEMA="DATABASE_SCHEMA",gr.DATABASE_JOIN="DATABASE_JOIN",gr.DATABASE_FILTER="DATABASE_FILTER",gr.DATBASE_VIEW="DATBASE_VIEW",gr.DATABASE_SCHEMA_TABLE="DATABASE_SCHEMA_TABLE",gr.DATABASE_TABLE_COLUMN="DATABASE_TABLE_COLUMN",gr.RELATIONAL="RELATIONAL",gr.RELATIONAL_OPERATION_DYNA_FUNC="RELATIONAL_OPERATION_DYNA_FUNC",gr.RELATIONAL_OPERATION_ELEMENTS_WITH_JOINS="RELATIONAL_OPERATION_ELEMENTS_WITH_JOINS",gr.RELATIONAL_OPERATION_LITERAL="RELATIONAL_OPERATION_LITERAL",gr.RELATIONAL_OPERATION_LITERAL_LIST="RELATIONAL_OPERATION_LITERAL_LIST",gr.RELATIONAL_OPERATION_TABLE_ALIAS_COLUMN="RELATIONAL_OPERATION_TABLE_ALIAS_COLUMN",gr.RELATIONAL_OPERATION_TABLE_POINTER="RELATIONAL_OPERATION_TABLE_POINTER",gr.RELATIONAL_OPERATION_JOIN_POINTER="RELATIONAL_OPERATION_JOIN_POINTER",gr.RELATIONAL_DATATYPE_VARCHAR="RELATIONAL_DATATYPE_VARCHAR",gr.RELATIONAL_DATATYPE_CHAR="RELATIONAL_DATATYPE_CHAR",gr.RELATIONAL_DATATYPE_VARBINARY="RELATIONAL_DATATYPE_VARBINARY",gr.RELATIONAL_DATATYPE_BINARY="RELATIONAL_DATATYPE_BINARY",gr.RELATIONAL_DATATYPE_BIT="RELATIONAL_DATATYPE_BIT",gr.RELATIONAL_DATATYPE_INTEGER="RELATIONAL_DATATYPE_INTEGER",gr.RELATIONAL_DATATYPE_BIGINT="RELATIONAL_DATATYPE_BIGINT",gr.RELATIONAL_DATATYPE_SMALLINT="RELATIONAL_DATATYPE_SMALLINT",gr.RELATIONAL_DATATYPE_TINYINT="RELATIONAL_DATATYPE_TINYINT",gr.RELATIONAL_DATATYPE_NUMERIC="RELATIONAL_DATATYPE_NUMERIC",gr.RELATIONAL_DATATYPE_DECIMAL="RELATIONAL_DATATYPE_DECIMAL",gr.RELATIONAL_DATATYPE_DOUBLE="RELATIONAL_DATATYPE_DOUBLE",gr.RELATIONAL_DATATYPE_FLOAT="RELATIONAL_DATATYPE_FLOAT",gr.RELATIONAL_DATATYPE_REAL="RELATIONAL_DATATYPE_REAL",gr.RELATIONAL_DATATYPE_DATE="RELATIONAL_DATATYPE_DATE",gr.RELATIONAL_DATATYPE_TIMESTAMP="RELATIONAL_DATATYPE_TIMESTAMP",gr.RELATIONAL_DATATYPE_OTHER="RELATIONAL_DATATYPE_OTHER",gr.RELATIONAL_DATATYPE_SEMISTRUCTURED="RELATIONAL_DATATYPE_SEMISTRUCTURED",gr.RELATIONAL_DATATYPE_JSON="RELATIONAL_DATATYPE_JSON",gr.ROOT_RELATIONAL_INSTANCE_SET_IMPLEMENTATION="ROOT_RELATIONAL_INSTANCE_SET_IMPLEMENTATION",gr.RELATIONAL_INSTANCE_SET_IMPLEMENTATION="RELATIONAL_INSTANCE_SET_IMPLEMENTATION",gr.REALTIONAL_PROPERTY_MAPPING="REALTIONAL_PROPERTY_MAPPING",gr.EMBEDDED_REALTIONAL_PROPERTY_MAPPING="EMBEDDED_REALTIONAL_PROPERTY_MAPPING",gr.INLINE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING="INLINE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING",gr.OTHERWISE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING="OTHERWISE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING",gr.BUSINESS_MILESTONING="BUSINESS_MILESTONING",gr.BUSINESS_SNAPSHOT_MILESTONING="BUSINESS_SNAPSHOT_MILESTONING",gr.PROCESSING_MILESTONING="PROCESSING_MILESTONING",gr.RELATIONAL_DATABASE_CONNECTION="RELATIONAL_DATABASE_CONNECTION",gr.STATIC_DATASOURCE_SPECIFICATION="STATIC_DATASOURCE_SPECIFICATION",gr.LOCAL_H2_DATASOURCE_SPECIFICATION="LOCAL_H2_DATASOURCE_SPECIFICATION",gr.EMBEDDED_H2_DATASOURCE_SPECIFICATION="EMBEDDED_H2_DATASOURCE_SPECIFICATION",gr.SNOWFLAKE_DATASOURCE_SPECIFICATION="SNOWFLAKE_DATASOURCE_SPECIFICATION",gr.REDSHIFT_DATASOURCE_SPECIFICATION="REDSHIFT_DATASOURCE_SPECIFICATION",gr.BIGQUERY_DATASOURCE_SPECIFICATION="BIGQUERY_DATASOURCE_SPECIFICATION",gr.DATABRICKS_DATASOURCE_SPECIFICATION="DATABRICKS_DATASOURCE_SPECIFICATION",gr.SPANNER_DATASOURCE_SPECIFICATION="SPANNER_DATASOURCE_SPECIFICATION",gr.TRINO_DATASOURCE_SPECIFICATION="TRINO_DATASOURCE_SPECIFICATION",gr.TRINO_SSL_SPECIFICATION="TRINO_SSL_SPECIFICATION",gr.DELEGRATED_KEREBEROS_AUTHENTICATION_STRATEGY="DELEGRATED_KEREBEROS_AUTHENTICATION_STRATEGY",gr.DEFAULT_H2_AUTHENTICATION_STRATEGY="DEFAULT_H2_AUTHENTICATION_STRATEGY",gr.SNOWFLAKE_PUBLIC_AUTHENTICATION_STRATEGY="SNOWFLAKE_PUBLIC_AUTHENTICATION_STRATEGY",gr.API_TOKEN_AUTHENTICATION_STRATEGY="API_TOKEN_AUTHENTICATION_STRATEGY",gr.GCP_APPLICATION_DEFAULT_CREDENTIALS_AUTHENTICATION_STRATEGY="GCP_APPLICATION_DEFAULT_CREDENTIALS_AUTHENTICATION_STRATEGY",gr.USERNAME_PASSWORD_AUTHENTICATION_STRATEGY="USERNAME_PASSWORD_AUTHENTICATION_STRATEGY",gr.OAUTH_AUTHENTICATION_STRATEGY="OAUTH_AUTHENTICATION_STRATEGY",gr.GCP_WORKLOAD_IDENTITY_FEDERATION_AUTHENTICATION_STRATEGY="GCP_WORKLOAD_IDENTITY_FEDERATION_AUTHENTICATION_STRATEGY",gr.MIDDLE_TIER_USERNAME_PASSWORD_AUTHENTICATION_STRATEGY="MIDDLE_TIER_USERNAME_PASSWORD_AUTHENTICATION_STRATEGY",gr.TRINO_DELEGATED_KERBEROS_AUTHENTICATION_STRATEGY="TRINO_KEREBEROS_AUTHENTICATION_STRATEGY",gr.MAPPER_POST_PROCESSOR="MAPPER_POST_PROCESSOR",gr.SCHEMA_MAPPER="SCHEMA_MAPPER",gr.TABLE_MAPPER="TABLE_MAPPER",gr.FLAT_DATA="FLAT_DATA",gr.FLAT_DATA_SECTION="FLAT_DATA_SECTION",gr.FLAT_DATA_PROPERTY="FLAT_DATA_PROPERTY",gr.FLAT_DATA_ROOT_RECORD_TYPE="FLAT_DATA_ROOT_RECORD_TYPE",gr.FLAT_DATA_RECORD_TYPE="FLAT_DATA_RECORD_TYPE",gr.FLAT_DATA_RECORD_FIELD="FLAT_DATA_RECORD_FIELD",gr.FLAT_DATA_STRING="FLAT_DATA_STRING",gr.FLAT_DATA_BOOLEAN="FLAT_DATA_BOOLEAN",gr.FLAT_DATA_NUMBER="FLAT_DATA_NUMBER",gr.FLAT_DATA_INTEGER="FLAT_DATA_INTEGER",gr.FLAT_DATA_FLOAT="FLAT_DATA_FLOAT",gr.FLAT_DATA_DECIMAL="FLAT_DATA_DECIMAL",gr.FLAT_DATA_DATE="FLAT_DATA_DATE",gr.FLAT_DATA_DATE_TIME="FLAT_DATA_DATE_TIME",gr.FLAT_DATA_STRICT_DATE="FLAT_DATA_STRICT_DATE",gr.FLAT_DATA_INSTANCE_SET_IMPLEMENTATION="FLAT_DATA_INSTANCE_SET_IMPLEMENTATION",gr.FLAT_DATA_PROPERTY_MAPPING="FLAT_DATA_PROPERTY_MAPPING",gr.FLAT_DATA_ASSOCIATION_IMPLEMENTATION="FLAT_DATA_ASSOCIATION_IMPLEMENTATION",gr.FLAT_DATA_ASSOCIATION_PROPERTY_MAPPING="FLAT_DATA_ASSOCIATION_PROPERTY_MAPPING",gr.EMBEDDED_FLAT_DATA_PROPERTY_MAPPING="EMBEDDED_FLAT_DATA_PROPERTY_MAPPING",gr.FLAT_DATA_SECTION_POINTER="FLAT_DATA_SECTION_POINTER",gr.SNOWFLAKE_APP="SNOWFLAKE_APP",gr.HOSTED_SERVICE="HOSTED_SERVICE",gr.HOSTED_SERVICE_OWNER="HOSTED_SERVICE_OWNER";var fr=n(9499);n(1937);const hr=e=>fr.sha1().update(e).digest("hex"),Er=e=>hr(e.filter(R).map((e=>"string"==typeof e||"boolean"==typeof e||"number"==typeof e?hr(e):e.hashCode)).join(","));class br{lowerBound=0;upperBound;constructor(e,t){this.lowerBound=e,this.upperBound=t}get hashCode(){return Er([pr.MULTIPLICITY,this.lowerBound.toString(),this.upperBound?.toString()??""])}static ZERO=new br(0,0);static ZERO_ONE=new br(0,1);static ZERO_MANY=new br(0,void 0);static ONE=new br(1,1);static ONE_MANY=new br(1,void 0)}class _r{}class Nr extends _r{multiplicity=br.ONE;type;value;accept_ValueSpecificationVisitor(e){return e.visit_ClassInstance(this)}}class Ar extends _r{name;multiplicity;class;accept_ValueSpecificationVisitor(e){return e.visit_Variable(this)}}class Tr{subTrees=[];subTypeTrees=[]}class vr extends Tr{class;accept_GraphFetchTreeVisitor(e){return e.visit_RootGraphFetchTree(this)}}class yr extends _r{multiplicity=br.ONE}class Cr extends yr{body=[];parameters=[];accept_ValueSpecificationVisitor(e){return e.visit_Lambda(this)}}class Sr extends _r{multiplicity=br.ONE}class Ir{name;startType;path=[]}class kr extends _r{multiplicity=br.ONE}class Rr extends kr{function;fControl;parameters=[];accept_ValueSpecificationVisitor(e){return e.visit_AppliedFunction(this)}}class Or extends _r{multiplicity=br.ONE_MANY;values=[];accept_ValueSpecificationVisitor(e){return e.visit_Collection(this)}}class Fr extends Sr{}class Br extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CDecimal(this)}}class Lr extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CInteger(this)}}class Dr extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CString(this)}}class Pr extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CFloat(this)}}class wr extends Fr{}class Mr extends wr{value;accept_ValueSpecificationVisitor(e){return e.visit_CDateTime(this)}}class xr extends wr{value;accept_ValueSpecificationVisitor(e){return e.visit_CStrictDate(this)}}class jr extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CStrictTime(this)}}class Ur extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CBoolean(this)}}class Gr{mapFn;aggregateFn}class Vr{first;second}class Hr{runtime}class Yr{executionContext}class Kr extends Tr{property;parameters=[];alias;subType;accept_GraphFetchTreeVisitor(e){return e.visit_PropertyGraphFetchTree(this)}}class $r extends Tr{subTypeClass;accept_GraphFetchTreeVisitor(e){return e.visit_SubTypeGraphFetchTree(this)}}class Wr{includeType;typeKeyName;includeEnumType;removePropertiesWithNullValues;removePropertiesWithEmptySets;fullyQualifiedTypePath;includeObjectReference}class Xr extends yr{add;expression;key;accept_ValueSpecificationVisitor(e){return e.visit_KeyExpression(this)}}class qr{values=[]}class Jr{name;pmapFn;aggregateFn}class zr{name;columnFn}class Qr{column;direction}class Zr{function}class ei{function;columnName}class ti{colSpecs=[]}class ni{name;type;function1;function2}class oi{path=[]}var ri,ii,ai,si,ci,ui,di,li,pi;!function(e){e.CORE="CORE",e.MAIN="ROOT",e.MODEL_GENERATION="MODEL_GENERATION_ROOT",e.SYSTEM="SYSTEM_ROOT",e.PROJECT_DEPENDENCY_ROOT="PROJECT_DEPENDENCY_ROOT"}(ri||(ri={})),(si=ii||(ii={})).STRING="String",si.BOOLEAN="Boolean",si.BINARY="Binary",si.NUMBER="Number",si.INTEGER="Integer",si.FLOAT="Float",si.DECIMAL="Decimal",si.DATE="Date",si.STRICTDATE="StrictDate",si.DATETIME="DateTime",si.STRICTTIME="StrictTime",si.LATESTDATE="LatestDate",si.BYTE="Byte",function(e){e.Service_Test="serviceTest",e.Mapping_Test="mappingTest",e.Function_Test="functionTest"}(ai||(ai={})),function(e){e.ANY="meta::pure::metamodel::type::Any",e.NIL="meta::pure::metamodel::type::Nil",e.PROFILE_DOC="meta::pure::profiles::doc",e.PROFILE_TEMPORAL="meta::pure::profiles::temporal",e.PROFILE="meta::pure::metamodel::extension::Profile",e.ENUMERATION="meta::pure::metamodel::type::Enumeration",e.MEASURE="meta::pure::metamodel::type::Measure",e.CLASS="meta::pure::metamodel::type::Class",e.ASSOCIATION="meta::pure::metamodel::relationship::Association",e.FUNCTION="meta::pure::metamodel::function::ConcreteFunctionDefinition",e.FLAT_DATA="meta::flatData::metamodel::FlatData",e.DATABASE="meta::relational::metamodel::Database",e.MAPPING="meta::pure::mapping::Mapping",e.SERVICE="meta::legend::service::metamodel::Service",e.CONNECTION="meta::pure::runtime::PackageableConnection",e.RUNTIME="meta::pure::runtime::PackageableRuntime",e.EXECUTION_ENVIRONMENT="meta::legend::service::metamodel::ExecutionEnvironmentInstance",e.FILE_GENERATION="meta::pure::generation::metamodel::GenerationConfiguration",e.GENERATION_SPECIFICATION="meta::pure::generation::metamodel::GenerationSpecification",e.SECTION_INDEX="meta::pure::metamodel::section::SectionIndex",e.DATA_ELEMENT="meta::pure::data::DataElement",e.SNOWFLAKE_APP="meta::external::function::activator::snowflakeApp::SnowflakeApp",e.HOSTED_SERVICE="meta::external::function::activator::hostedService::HostedService"}(ci||(ci={})),function(e){e.BUSINESS_TEMPORAL="businesstemporal",e.PROCESSING_TEMPORAL="processingtemporal",e.BITEMPORAL="bitemporal"}(ui||(ui={})),function(e){e.ALL_VERSIONS="AllVersions",e.ALL_VERSIONS_IN_RANGE="AllVersionsInRange"}(di||(di={})),function(e){e.CLASS="CLASS",e.STORE="STORE",e.MAPPING="MAPPING",e.RUNTIME="RUNTIME",e.FUNCTION="FUNCTION",e.FILE_GENERATION="FILE_GENERATION",e.SERVICE="SERVICE",e.DATA="DATA"}(li||(li={})),function(e){e.LET="meta::pure::functions::lang::letFunction",e.NEW="meta::pure::functions::meta::new",e.FROM="meta::pure::mapping::from"}(pi||(pi={}));class gi{package;name;get path(){return`${this.package}::${this.name}`}get hashCode(){return Er([pr.PACKAGEABLE_ELEMENT,this.path])}}const mi=new se((0,ae.PL)(class{sourceId;startLine;startColumn;endLine;endColumn},{sourceId:(0,ae.MY)(),startLine:(0,ae.MY)(),startColumn:(0,ae.MY)(),endLine:(0,ae.MY)(),endColumn:(0,ae.MY)()}));class fi{package;name;sourceInformation;static serialization=new se((0,ae.PL)(fi,{package:(0,ae.MY)(),name:(0,ae.MY)(),sourceInformation:de(mi.schema)}))}(0,ae.PL)(class{type;path;constructor(e,t){this.type=e,this.path=t}get hashCode(){return Er([pr.PACKAGEABLE_ELEMENT_POINTER,this.type??"",this.path])}},{path:(0,ae.MY)(),type:(0,ae.lq)((0,ae.MY)())});const hi=(0,ae.PL)(br,{lowerBound:(0,ae.MY)(),upperBound:(0,ae.lq)((0,ae.MY)())});class Ei{}class bi extends Ei{property;parameters=[]}class _i extends kr{class;property;parameters=[];accept_ValueSpecificationVisitor(e){return e.visit_AppliedProperty(this)}}class Ni{}class Ai extends Ni{mappings=[];connectionStores=[];connections=[];get hashCode(){return Er([pr.ENGINE_RUNTIME,Er(this.mappings),Er(this.connectionStores),Er(this.connections)])}}class Ti extends Ai{get hashCode(){return Er([pr.SINGLE_ENGINE_RUNTIME,Er(this.mappings),Er(this.connectionStores),Er(this.connections)])}}class vi extends Ni{runtime;get hashCode(){return Er([pr.RUNTIME_POINTER,this.runtime])}}var yi;!function(e){e.RUNTIME_POINTER="runtimePointer",e.LEGACY_RUNTIME="legacyRuntime",e.ENGINE_RUNTIME="engineRuntime",e.SINGLE_ENGINE_RUNTIME="localEngineRuntime"}(yi||(yi={}));const Ci=(0,ae.PL)(vi,{_type:ue(yi.RUNTIME_POINTER),runtime:(0,ae.MY)()});(0,ae.PL)(class extends gi{runtimeValue;get hashCode(){return Er([pr.PACKAGEABLE_RUNTIME,this.path,this.runtimeValue])}accept_PackageableElementVisitor(e){return e.visit_PackageableRuntime(this)}},{_type:ue("runtime"),name:(0,ae.MY)(),package:(0,ae.MY)(),runtimeValue:(0,ae.Ie)((e=>{return(t=e)instanceof Ti?(0,ae.lK)(Ti,t):(0,ae.lK)(Ai,t);var t}),(e=>{return(t=e)._type===yi.SINGLE_ENGINE_RUNTIME?(0,ae.iu)(Ti,t):(0,ae.iu)(Ai,t);var t}))});class Si{queryTimeOutInSeconds;enableConstraints}class Ii extends Si{useAnalytics;toFlowSetFunction}class ki extends Si{}class Ri extends _r{multiplicity=br.ONE;fullPath;accept_ValueSpecificationVisitor(e){return e.visit_PackageableElementPtr(this)}}class Oi extends Ri{accept_ValueSpecificationVisitor(e){return e.visit_GenericTypeInstance(this)}}var Fi,Bi,Li,Di,Pi;!function(e){e.BASE_EXECUTION_CONTEXT="BaseExecutionContext",e.ANALYTICS_EXECUTION_CONTEXT="AnalyticsExecutionContext"}(Fi||(Fi={})),function(e){e.PROPERTY_PATH_ELEMENT="propertyPath"}(Bi||(Bi={})),function(e){e.PROPERTY_GRAPH_FETCH_TREE="propertyGraphFetchTree"}(Li||(Li={})),function(e){e.ROOT_GRAPH_FETCH_TREE="rootGraphFetchTree",e.SUBTYPE_GRAPH_FETCH_TREE="subTypeGraphFetchTree",e.PATH="path",e.AGGREGATE_VALUE="aggregateValue",e.EXECUTION_CONTEXT_INSTANCE="executionContextInstance",e.PAIR="pair",e.PURE_LIST="listInstance",e.RUNTIME_INSTANCE="runtimeInstance",e.SERIALIZATION_CONFIG="alloySerializationConfig",e.COL_SPEC="colSpec",e.COL_SPEC_ARRAY="colSpecArray",e.RELATION_STORE_ACCESSOR=">",e.TDS_AGGREGATE_VALUE="tdsAggregateValue",e.TDS_COLUMN_INFORMATION="tdsColumnInformation",e.TDS_SORT_INFORMATION="tdsSortInformation",e.TDS_OLAP_RANK="tdsOlapRank",e.TDS_OLAP_AGGREGATION="tdsOlapAggregation"}(Di||(Di={})),function(e){e.VARIABLE="var",e.LAMBDA="lambda",e.KEY_EXPRESSION="keyExpression",e.APPLIED_FUNCTION="func",e.APPLIED_PROPERTY="property",e.PACKAGEABLE_ELEMENT_PTR="packageableElementPtr",e.GENERIC_TYPE_INSTANCE="genericTypeInstance",e.ENUM_VALUE="enumValue",e.COLLECTION="collection",e.CINTEGER="integer",e.CDECIMAL="decimal",e.CSTRING="string",e.CBOOLEAN="boolean",e.CBYTEARRAY="byteArray",e.CFLOAT="float",e.CDATETIME="dateTime",e.CSTRICTDATE="strictDate",e.CSTRICTTIME="strictTime",e.CLATESTDATE="latestDate",e.CLASS_INSTANCE="classInstance",e.HACKED_CLASS="hackedClass",e.HACKED_UNIT="hackedUnit",e.UNIT_TYPE="unitType",e.PRIMITIVE_TYPE="primitiveType",e.CLASS="class",e.ENUM="enum",e.MAPPING_INSTANCE="mappingInstance"}(Pi||(Pi={}));const wi=(0,ae.PL)(Ar,{_type:ue(Pi.VARIABLE),class:(0,ae.lq)((0,ae.MY)()),multiplicity:ce(hi),name:(0,ae.MY)()}),Mi=e=>(0,ae.PL)(Cr,{_type:ue(Pi.LAMBDA),body:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e)))),parameters:(0,ae.p_)(ce(wi))}),xi=e=>(0,ae.PL)(Xr,{_type:ue(Pi.KEY_EXPRESSION),add:(0,ae.lq)((0,ae.MY)()),expression:(0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))),key:(0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e)))}),ji=e=>(0,ae.PL)(Rr,{_type:ue(Pi.APPLIED_FUNCTION),function:(0,ae.MY)(),parameters:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))))}),Ui=e=>(0,ae.PL)(_i,{_type:ue(Pi.APPLIED_PROPERTY),class:(0,ae.lq)((0,ae.MY)()),parameters:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e)))),property:(0,ae.MY)()}),Gi=(0,ae.PL)(Ri,{_type:ue(Pi.PACKAGEABLE_ELEMENT_PTR),fullPath:(0,ae.MY)()}),Vi=(0,ae.PL)(Oi,{_type:ue(Pi.GENERIC_TYPE_INSTANCE),fullPath:(0,ae.MY)()}),Hi=e=>{const t=new Oi;return P(e.unitType)?t.fullPath=e.unitType:t.fullPath=U(e.fullPath,"Can't deserialize hacked unit: either field 'fullPath' or 'unitType' must be a non-empty string"),t},Yi=e=>{const t=new Oi;return t.fullPath=U(e.fullPath,"Can't deserialize hacked class: field 'fullPath' must be a non-empty string"),t},Ki=e=>(0,ae.PL)(Or,{_type:ue(Pi.COLLECTION),multiplicity:ce(hi),values:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))))}),$i=(0,ae.PL)(class extends Sr{fullPath;value;accept_ValueSpecificationVisitor(e){return e.visit_EnumValue(this)}},{_type:ue(Pi.ENUM_VALUE),fullPath:(0,ae.MY)(),value:(0,ae.MY)()}),Wi=(0,ae.PL)(Br,{_type:ue(Pi.CDECIMAL),value:(0,ae.MY)()}),Xi=(0,ae.PL)(Lr,{_type:ue(Pi.CINTEGER),value:(0,ae.MY)()}),qi=(0,ae.PL)(Dr,{_type:ue(Pi.CSTRING),value:(0,ae.MY)()}),Ji=(0,ae.PL)(Pr,{_type:ue(Pi.CFLOAT),value:(0,ae.MY)()}),zi=(0,ae.PL)(Mr,{_type:ue(Pi.CDATETIME),value:(0,ae.MY)()}),Qi=(0,ae.PL)(jr,{_type:ue(Pi.CSTRICTTIME),value:(0,ae.MY)()}),Zi=(0,ae.PL)(xr,{_type:ue(Pi.CSTRICTDATE),value:(0,ae.MY)()}),ea=(0,ae.PL)(class extends wr{accept_ValueSpecificationVisitor(e){return e.visit_CLatestDate(this)}},{_type:ue(Pi.CLATESTDATE)}),ta=(0,ae.PL)(Ur,{_type:ue(Pi.CBOOLEAN),value:(0,ae.MY)()}),na=(0,ae.PL)(class extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CByteArray(this)}},{_type:ue(Pi.CBYTEARRAY),value:(0,ae.MY)()}),oa=(e,t,n)=>{if(Array.isArray(e.values)){if(0===e.values.length){const e=new Or;return e.multiplicity=br.ZERO,e}return 1===e.values.length?n({...e,value:e.values[0]}):Ra({...e,_type:Pi.COLLECTION},t)}return n(e)},ra=e=>(0,ae.PL)(Nr,{_type:ue(Pi.CLASS_INSTANCE),multiplicity:ce(hi),type:(0,ae.MY)(),value:(0,ae.Ie)((t=>function(e,t){if(e instanceof Ir)return(0,ae.lK)(aa(t),e);if(e instanceof vr)return(0,ae.lK)(sa(t),e);if(e instanceof Yr)return(0,ae.lK)(ma(t),e);if(e instanceof Gr)return(0,ae.lK)(fa(t),e);if(e instanceof Vr)return(0,ae.lK)(ha(t),e);if(e instanceof qr)return(0,ae.lK)(ba(t),e);if(e instanceof Hr)return(0,ae.lK)(Ea,e);if(e instanceof Wr)return(0,ae.lK)(_a,e);if(e instanceof Jr)return(0,ae.lK)(Na(t),e);if(e instanceof zr)return(0,ae.lK)(Aa(t),e);if(e instanceof ei)return(0,ae.lK)(Ia(t),e);if(e instanceof Zr)return(0,ae.lK)(Sa(t),e);if(e instanceof Qr)return(0,ae.lK)(Ta,e);if(e instanceof ni)return(0,ae.lK)(ya(t),e);if(e instanceof ti)return(0,ae.lK)(Ca(t),e);if(e instanceof oi)return(0,ae.lK)(va,e);const n=t.flatMap((e=>e.V1_getExtraClassInstanceValueProtocolSerializers?.()??[]));for(const o of n){const n=o(e,t);if(n)return n}throw new C("Can't serialize class instance value: no compatible serializer available from plugins",e)}(t,e)),((t,n)=>function(e,t,n){switch(t){case Di.PATH:return(0,ae.iu)(aa(n),e);case Di.ROOT_GRAPH_FETCH_TREE:return(0,ae.iu)(sa(n),e);case Di.AGGREGATE_VALUE:return(0,ae.iu)(fa(n),e);case Di.EXECUTION_CONTEXT_INSTANCE:return(0,ae.iu)(ma(n),e);case Di.PAIR:return(0,ae.iu)(ha(n),e);case Di.PURE_LIST:return(0,ae.iu)(ba(n),e);case Di.RUNTIME_INSTANCE:return(0,ae.iu)(Ea,e);case Di.SERIALIZATION_CONFIG:return(0,ae.iu)(_a,e);case Di.TDS_AGGREGATE_VALUE:return(0,ae.iu)(Na(n),e);case Di.TDS_COLUMN_INFORMATION:return(0,ae.iu)(Aa(n),e);case Di.TDS_OLAP_AGGREGATION:return(0,ae.iu)(Ia(n),e);case Di.TDS_OLAP_RANK:return(0,ae.iu)(Sa(n),e);case Di.TDS_SORT_INFORMATION:return(0,ae.iu)(Ta,e);case Di.COL_SPEC:return(0,ae.iu)(ya(n),e);case Di.COL_SPEC_ARRAY:return(0,ae.iu)(Ca(n),e);case Di.RELATION_STORE_ACCESSOR:return(0,ae.iu)(va,e);default:{const o=n.flatMap((e=>e.V1_getExtraClassInstanceValueProtocolDeserializers?.()??[]));for(const r of o){const o=r(e,t,n);if(o)return o}throw new C(`Can't deserialize value specification of type '${e._type}': no compatible deserializer available from plugins`)}}}(t,n.json.type,e)))}),ia=e=>(0,ae.PL)(bi,{_type:ue(Bi.PROPERTY_PATH_ELEMENT),property:(0,ae.MY)(),parameters:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))))}),aa=e=>(0,ae.PL)(Ir,{_type:ue(Di.PATH),name:(0,ae.MY)(),startType:(0,ae.MY)(),path:(0,ae.p_)((0,ae.Ie)((t=>function(e,t){return e instanceof bi?(0,ae.lK)(ia(t),e):ae._Z}(t,e)),(t=>function(e,t){return e._type===Bi.PROPERTY_PATH_ELEMENT?(0,ae.iu)(ia(t),e):ae._Z}(t,e))))}),sa=e=>(0,ae.PL)(vr,{_type:ue(Di.ROOT_GRAPH_FETCH_TREE),class:(0,ae.MY)(),subTrees:(0,ae.p_)((0,ae.Ie)((t=>da(t,e)),(t=>la(t,e)))),subTypeTrees:(0,ae.p_)((0,ae.Ie)((t=>da(t,e)),(t=>la(t,e))))}),ca=e=>(0,ae.PL)(Kr,{_type:ue(Li.PROPERTY_GRAPH_FETCH_TREE),alias:(0,ae.lq)((0,ae.MY)()),parameters:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e)))),property:(0,ae.MY)(),subTrees:(0,ae.p_)((0,ae.Ie)((t=>da(t,e)),(t=>la(t,e)))),subTypeTrees:(0,ae.p_)((0,ae.Ie)((t=>da(t,e)),(t=>la(t,e)))),subType:(0,ae.lq)((0,ae.MY)())}),ua=e=>(0,ae.PL)($r,{_type:ue(Di.SUBTYPE_GRAPH_FETCH_TREE),subTrees:(0,ae.p_)((0,ae.Ie)((t=>da(t,e)),(t=>la(t,e)))),subTypeClass:(0,ae.MY)()});function da(e,t){if(e instanceof Kr)return(0,ae.lK)(ca(t),e);if(e instanceof vr)return(0,ae.lK)(sa(t),e);if(e instanceof $r)return(0,ae.lK)(ua(t),e);throw new C("Can't serialize graph fetch tree",e)}function la(e,t){switch(e._type){case Li.PROPERTY_GRAPH_FETCH_TREE:return(0,ae.iu)(ca(t),e);case Di.ROOT_GRAPH_FETCH_TREE:return(0,ae.iu)(sa(t),e);case Di.SUBTYPE_GRAPH_FETCH_TREE:return(0,ae.iu)(ua(t),e);default:throw new C(`Can't deserialize graph fetch tree node of type '${e._type}'`)}}const pa=e=>(0,ae.PL)(Ii,{_type:ue(Fi.ANALYTICS_EXECUTION_CONTEXT),enableConstraints:(0,ae.lq)((0,ae.MY)()),queryTimeOutInSeconds:(0,ae.lq)((0,ae.MY)()),toFlowSetFunction:ce(Mi(e)),useAnalytics:(0,ae.MY)()}),ga=(0,ae.PL)(ki,{_type:ue(Fi.BASE_EXECUTION_CONTEXT),enableConstraints:(0,ae.lq)((0,ae.MY)()),queryTimeOutInSeconds:(0,ae.lq)((0,ae.MY)())}),ma=e=>(0,ae.PL)(Yr,{_type:ue(Di.EXECUTION_CONTEXT_INSTANCE),executionContext:(0,ae.Ie)((t=>function(e,t){return e instanceof Ii?(0,ae.lK)(pa(t),e):e instanceof ki?(0,ae.lK)(ga,e):ae._Z}(t,e)),(t=>function(e,t){switch(e._type){case Fi.ANALYTICS_EXECUTION_CONTEXT:return(0,ae.iu)(pa(t),e);case Fi.BASE_EXECUTION_CONTEXT:return(0,ae.iu)(ga,e);default:return ae._Z}}(t,e)))}),fa=e=>(0,ae.PL)(Gr,{_type:ue(Di.AGGREGATE_VALUE),mapFn:ce(Mi(e)),aggregateFn:ce(Mi(e))}),ha=e=>(0,ae.PL)(Vr,{_type:ue(Di.PAIR),first:(0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))),second:(0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e)))}),Ea=(0,ae.PL)(Hr,{_type:ue(Di.RUNTIME_INSTANCE),runtime:(0,ae.Ie)((e=>(e=>{if(e instanceof Ai)return(0,ae.lK)(Ai,e);if(e instanceof vi)return(0,ae.lK)(Ci,e);throw new C("Can't serialize runtime",e)})(e)),(e=>(0,ae.iu)(Ai,e)))}),ba=e=>(0,ae.PL)(qr,{_type:ue(Di.PURE_LIST),values:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))))}),_a=(0,ae.PL)(Wr,{_type:ue(Di.SERIALIZATION_CONFIG),includeType:(0,ae.lq)((0,ae.MY)()),typeKeyName:(0,ae.MY)(),includeEnumTypee:(0,ae.lq)((0,ae.MY)()),removePropertiesWithNullValuese:(0,ae.lq)((0,ae.MY)()),removePropertiesWithEmptySetse:(0,ae.lq)((0,ae.MY)()),fullyQualifiedTypePathe:(0,ae.lq)((0,ae.MY)()),includeObjectReferencee:(0,ae.lq)((0,ae.MY)())}),Na=e=>(0,ae.PL)(Jr,{_type:ue(Di.TDS_AGGREGATE_VALUE),name:(0,ae.MY)(),pmapFn:ce(Mi(e)),aggregateFn:ce(Mi(e))}),Aa=e=>(0,ae.PL)(zr,{_type:ue(Di.TDS_COLUMN_INFORMATION),name:(0,ae.MY)(),columnFn:ce(Mi(e))}),Ta=(0,ae.PL)(Qr,{_type:ue(Di.TDS_SORT_INFORMATION),column:(0,ae.MY)(),direction:(0,ae.MY)()}),va=(0,ae.PL)(oi,{path:(0,ae.p_)((0,ae.MY)())}),ya=e=>(0,ae.PL)(ni,{function1:(0,ae.lq)(ce(Mi(e))),function2:(0,ae.lq)(ce(Mi(e))),name:(0,ae.MY)(),type:(0,ae.lq)((0,ae.MY)())}),Ca=e=>(0,ae.PL)(ti,{colSpecs:(0,ae.p_)(ce(ya(e)))}),Sa=e=>(0,ae.PL)(Zr,{_type:ue(Di.TDS_OLAP_RANK),function:ce(Mi(e))}),Ia=e=>(0,ae.PL)(ei,{_type:ue(Di.TDS_OLAP_AGGREGATION),function:ce(Mi(e)),columnName:(0,ae.MY)()});class ka{plugins=[];constructor(e){this.plugins=e}visit_INTERNAL__UnknownValueSpecfication(e){return e.content}visit_Variable(e){return(0,ae.lK)(wi,e)}visit_Lambda(e){return(0,ae.lK)(Mi(this.plugins),e)}visit_KeyExpression(e){return(0,ae.lK)(xi(this.plugins),e)}visit_PackageableElementPtr(e){return(0,ae.lK)(Gi,e)}visit_GenericTypeInstance(e){return(0,ae.lK)(Vi,e)}visit_AppliedFunction(e){return(0,ae.lK)(ji(this.plugins),e)}visit_AppliedProperty(e){return(0,ae.lK)(Ui(this.plugins),e)}visit_Collection(e){return(0,ae.lK)(Ki(this.plugins),e)}visit_EnumValue(e){return(0,ae.lK)($i,e)}visit_CInteger(e){return(0,ae.lK)(Xi,e)}visit_CDecimal(e){return(0,ae.lK)(Wi,e)}visit_CString(e){return(0,ae.lK)(qi,e)}visit_CBoolean(e){return(0,ae.lK)(ta,e)}visit_CByteArray(e){return(0,ae.lK)(na,e)}visit_CFloat(e){return(0,ae.lK)(Ji,e)}visit_CDateTime(e){return(0,ae.lK)(zi,e)}visit_CStrictDate(e){return(0,ae.lK)(Zi,e)}visit_CStrictTime(e){return(0,ae.lK)(Qi,e)}visit_CLatestDate(e){return(0,ae.lK)(ea,e)}visit_ClassInstance(e){return(0,ae.lK)(ra(this.plugins),e)}}function Ra(e,t){switch(e._type){case Pi.APPLIED_FUNCTION:return(0,ae.iu)(ji(t),e);case Pi.APPLIED_PROPERTY:return(0,ae.iu)(Ui(t),e);case Pi.VARIABLE:return(0,ae.iu)(wi,e);case Pi.LAMBDA:return(0,ae.iu)(Mi(t),e);case Pi.KEY_EXPRESSION:return(0,ae.iu)(xi(t),e);case Pi.COLLECTION:return(0,ae.iu)(Ki(t),e);case Pi.ENUM_VALUE:return(0,ae.iu)($i,e);case Pi.CBOOLEAN:return oa(e,t,(e=>(0,ae.iu)(ta,e)));case Pi.CBYTEARRAY:return oa(e,t,(e=>(0,ae.iu)(na,e)));case Pi.CDATETIME:return oa(e,t,(e=>(0,ae.iu)(zi,e)));case Pi.CSTRICTTIME:return oa(e,t,(e=>(0,ae.iu)(Qi,e)));case Pi.CDECIMAL:return oa(e,t,(e=>(0,ae.iu)(Wi,e)));case Pi.CFLOAT:return oa(e,t,(e=>(0,ae.iu)(Ji,e)));case Pi.CINTEGER:return oa(e,t,(e=>(0,ae.iu)(Xi,e)));case Pi.CLATESTDATE:return oa(e,t,(e=>(0,ae.iu)(ea,e)));case Pi.CSTRICTDATE:return oa(e,t,(e=>(0,ae.iu)(Zi,e)));case Pi.CSTRING:if(Array.isArray(e.values)&&!e.values.length&&j(e.multiplicity)&&1===e.multiplicity.upperBound){const e=new Dr;return e.value="",e}return oa(e,t,(e=>(0,ae.iu)(qi,e)));case Pi.CLASS_INSTANCE:return(0,ae.iu)(ra(t),e);case Di.PAIR:case Di.AGGREGATE_VALUE:case Di.EXECUTION_CONTEXT_INSTANCE:case Di.PATH:case Di.ROOT_GRAPH_FETCH_TREE:case Di.PURE_LIST:case Di.RUNTIME_INSTANCE:case Di.SERIALIZATION_CONFIG:case Di.TDS_AGGREGATE_VALUE:case Di.TDS_COLUMN_INFORMATION:case Di.TDS_OLAP_AGGREGATION:case Di.TDS_OLAP_RANK:case Di.TDS_SORT_INFORMATION:return(0,ae.iu)(ra(t),{_type:Pi.CLASS_INSTANCE,type:e._type,value:e});case Pi.HACKED_CLASS:return Yi(e);case Pi.UNIT_TYPE:case Pi.HACKED_UNIT:return Hi(e);case Pi.PRIMITIVE_TYPE:case Pi.ENUM:case Pi.CLASS:case Pi.MAPPING_INSTANCE:case Pi.PACKAGEABLE_ELEMENT_PTR:return(0,ae.iu)(Gi,e);case Pi.GENERIC_TYPE_INSTANCE:return(0,ae.iu)(Vi,e);default:throw new C(`Can't deserialize value specification of type '${e._type}'`)}}function Oa(e,t){return e.accept_ValueSpecificationVisitor(new ka(t))}var Fa=n(8492);const Ba=e=>F((0,Fa.A)(e.split("::"))),La=(e,t)=>Array.isArray(t)?t.some((t=>La(e,t))):e===t||Ba(t)===e;var Da;!function(e){e.EXTEND="meta::pure::functions::relation::extend",e.FILTER="meta::pure::functions::relation::filter",e.GROUP_BY="meta::pure::functions::relation::groupBy",e.LIMIT="meta::pure::functions::relation::limit",e.PIVOT="meta::pure::functions::relation::pivot",e.RENAME="meta::pure::functions::relation::rename",e.SELECT="meta::pure::functions::relation::select",e.SLICE="meta::pure::functions::relation::slice",e.SORT="meta::pure::functions::relation::sort",e.CAST="meta::pure::functions::lang::cast",e.FROM="meta::pure::mapping::from",e.ASC="meta::pure::functions::relation::ascending",e.DESC="meta::pure::functions::relation::descending",e.AND="meta::pure::functions::boolean::and",e.NOT="meta::pure::functions::boolean::not",e.OR="meta::pure::functions::boolean::or"}(Da||(Da={}));const Pa="x";var wa,Ma,xa,ja,Ua,Ga,Va,Ha,Ya;function Ka(e,t,n,o){const r=new ni,i=new Cr,a=new _i;a.property=e,a.class=n;const s=new Ar;s.name=Pa,a.parameters=[s],i.body.push(a),i.parameters.push(s),r.function1=i;const c=new Cr,u=new Rr;u.function=t;const d=new Ar;return d.name="agg",c.body.push(u),u.parameters.push(d),c.parameters.push(d),r.function2=c,r.name=o??e,r}function $a(e,t){switch(e){case ii.STRING:{const e=new Dr;return e.value=U(t),e}case ii.BOOLEAN:{const e=new Ur;return e.value=V(t),e}case ii.NUMBER:case ii.DECIMAL:{const e=new Br;return e.value=G(t),e}case ii.INTEGER:{const e=new Lr;return e.value=G(t),e}case ii.FLOAT:{const e=new Pr;return e.value=G(t),e}case ii.DATE:case ii.DATETIME:{const e=new Mr;return e.value=U(t),e}case ii.STRICTDATE:{const e=new xr;return e.value=U(t),e}case ii.STRICTTIME:{const e=new jr;return e.value=U(t),e}default:throw new C(`Unsupported dataCube column type ${e}`)}}function Wa(e){const t=new Ar;if(t.name=Pa,!("groupOperation"in e)){const n=e,o=new Rr,r=new _i;switch(r.property=n.name,r.class=n.type,r.parameters=[t],n.operation){case Ma.EQUALS:case Ma.GREATER_THAN:case Ma.GREATER_THAN_OR_EQUAL:case Ma.LESS_THAN:case Ma.LESS_THAN_OR_EQUAL:case Ma.CONTAINS:case Ma.ENDS_WITH:case Ma.STARTS_WITH:o.function=n.operation,o.parameters.push(r),o.parameters.push($a(n.type,n.value));break;case Ma.BLANK:o.function=n.operation,o.parameters.push(r);break;case Ma.NOT_EQUAL:{o.function=Ba(Da.NOT);const e=new Rr;e.function=Ma.EQUALS,e.parameters.push(r),e.parameters.push($a(n.type,n.value)),o.parameters.push(e);break}case Ma.NOT_BLANK:{o.function=Ba(Da.NOT);const e=new Rr;e.function=Ma.BLANK,e.parameters.push(r),e.parameters.push($a(n.type,n.value)),o.parameters.push(e);break}case Ma.NOT_CONTAINS:{o.function=Ba(Da.NOT);const e=new Rr;e.function=Ma.CONTAINS,e.parameters.push(r),e.parameters.push($a(n.type,n.value)),o.parameters.push(e);break}default:throw new C(`Unsupported filter operation ${n.operation}`)}return o}{const t=e;let n=[];if(t.conditions.forEach((e=>{const o=Wa(e);if(n.push(o),2===n.length){const e=t.groupOperation,o=new Rr;o.function=e,o.parameters=n,n=[o]}})),1===n.length)return F(n[0])}throw new C("Unsupported dataCube filter",e)}function Xa(e){const t=Ra(e.sourceQuery,[]),n=[];if(e.groupByFilter){const t=Wa(e.groupByFilter),o=new Cr,r=new Ar;r.name=Pa,o.body=[t],o.parameters=[r];const i=new Rr;i.function=Ba(Da.FILTER),i.parameters.push(o),n.push(i)}if(e.groupByColumns.length){const t=new Nr;t.type=Di.COL_SPEC_ARRAY;const o=new ti,r=new ti,i=new Nr;if(i.type=Di.COL_SPEC_ARRAY,e.groupByExpandedKeys.length!==e.groupByColumns.length){const t=e.groupByExpandedKeys;for(let n=0;n<=t.length;n++){const t=e.groupByColumns[n],r=new ni;r.name=F(t).name,o.colSpecs.push(r)}if(0===e.groupByAggColumns.length){const t=Ka(F(e.groupByColumns[0]).name,wa.COUNT,ii.STRING,wa.COUNT);r.colSpecs.push(t)}}if(0!==e.groupByExpandedKeys.length&&e.groupByExpandedKeys.length===e.groupByColumns.length||e.groupByAggColumns.forEach((e=>{const t=Ka(e.name,e.function,e.type);r.colSpecs.push(t)})),t.value=o,i.value=r,0!==o.colSpecs.length||0!==r.colSpecs.length){const e=new Rr;e.function=Ba(Da.GROUP_BY),e.parameters=[t,i],n.push(e)}}if(e.groupByExpandedKeys.length!==e.groupByColumns.length){const t=new Rr;t.function=Ba(Da.EXTEND);const o=new Nr;o.type=Di.COL_SPEC_ARRAY;const r=new ti;o.value=r,e.columns.forEach((t=>{if(!e.groupByColumns.find((e=>e.name===t.name))){const e=new ni,n=new Cr,o=new Ar;o.name=Pa,n.parameters.push(o);const i=new Dr;i.value="",n.body.push(i),e.function1=n,e.name=t.name,r.colSpecs.push(e)}})),t.parameters.push(o),n.push(t)}if(e.sortColumns.length){const t=new Rr;t.function=Ba(Da.SORT);const o=new Or;o.multiplicity=new br(e.sortColumns.length,e.sortColumns.length),e.sortColumns.forEach((t=>{if(e.groupByColumns.length===e.groupByExpandedKeys.length||e.groupByColumns.map((e=>e.name)).indexOf(t.name)===e.groupByExpandedKeys.length){const e=new Rr;e.function=Ba(t.direction===xa.ASCENDING?Da.ASC:Da.DESC),e.parameters.push(function(e,t,n,o){const r=new Nr;r.type=Di.COL_SPEC;const i=new ni;return i.name=e,i.type=void 0,i.function1=void 0,i.function2=void 0,r.value=i,r}(t.name)),o.values.push(e)}})),t.parameters.push(o),o.values.length&&n.push(t)}const o=new Rr;o.function=Ba(Da.FROM);const r=new Ri;if(r.fullPath=e.runtime,o.parameters.push(r),n.push(o),!n.length)return t;for(let e=0;e<n.length;e++)F(n[e]).parameters.unshift(0===e?t:F(n[e-1]));return F(n[n.length-1])}!function(e){e.SUM="sum",e.MIN="min",e.MAX="max",e.COUNT="count",e.AVG="avg",e.FIRST="first",e.LAST="last"}(wa||(wa={})),function(e){e.EQUALS="equal",e.NOT_EQUAL="notEqual",e.GREATER_THAN="greaterThan",e.GREATER_THAN_OR_EQUAL="greaterThanOrEqual",e.LESS_THAN="lessThan",e.LESS_THAN_OR_EQUAL="lessThanOrEqual",e.BLANK="isEmpty",e.NOT_BLANK="isNotEmpty",e.CONTAINS="contains",e.NOT_CONTAINS="notContains",e.STARTS_WITH="startsWith",e.ENDS_WITH="endsWith"}(Ma||(Ma={})),function(e){e.ASCENDING="ascending",e.DESCENDING="descending"}(xa||(xa={})),function(e){e.ASCENDING="asc",e.DESCENDING="desc"}(ja||(ja={}));class qa{grid;constructor(e){this.grid=e}async fetchRows(e){const t=F(this.grid.getLatestSnapshot()),n=this.syncSnapshot(e.request,t);n.uuid!==t.uuid&&this.grid.publishSnapshot(n);try{const t=Xa(n),r=new Cr;r.body.push(t);const i=await this.grid.dataCubeState.engine.executeQuery(r),a=(o=i.result).rows.map(((e,t)=>{const n={},r=o.columns;return e.values.forEach(((e,t)=>{n[r[t]]=M(e)?String(e):e})),n.rowNumber=t,n}));e.success({rowData:a})}catch(t){S(t),this.grid.dataCubeState.applicationStore.notificationService.notifyError(t),e.fail()}var o}getRows(e){this.fetchRows(e).catch((e=>{S(e),this.grid.dataCubeState.applicationStore.logService.error(u.create(ie.ILLEGAL_APPLICATION_STATE_OCCURRED),"Error ocurred while fetching data for grid should have been handled gracefully",e)}))}syncSnapshot(e,t){let n=!1;const o=e.groupKeys,r=e.rowGroupCols.map((e=>{const n=t.columns.find((t=>t.name===e.id));return{name:e.id,type:F(n).type}})),i=e.valueCols.map((e=>{const n=t.columns.find((t=>t.name===e.field))?.type;return{name:e.field,type:n,function:e.aggFunc}}));let a;for(let e=0;e<o.length;e++)a={conditions:[{name:F(r.at(e)).name,type:ii.STRING,operation:Ma.EQUALS,value:o.at(e)}],groupOperation:Ba(Da.AND)};const s=e.sortModel.map((e=>{const n=F(t.columns.find((t=>t.name===e.colId)));return{name:e.colId,type:n.type,direction:e.sort===ja.ASCENDING?xa.ASCENDING:xa.DESCENDING}}));if((0,Lo.A)(s,t.sortColumns)&&(0,Lo.A)(o,t.groupByExpandedKeys)&&(0,Lo.A)(r,t.groupByColumns)&&(0,Lo.A)(i,t.groupByAggColumns)&&(0,Lo.A)(a,t.groupByFilter)||(n=!0),n){const e=mr(t);return e.sortColumns=s,e.groupByExpandedKeys=o,e.groupByColumns=r,e.groupByAggColumns=i,e.groupByFilter=a,e}return t}}class Ja{manager;latestSnapshot;constructor(e){this.manager=e}async receiveSnapshot(e){this.latestSnapshot=e,await this.applySnapshot(e)}publishSnapshot(e){this.latestSnapshot=e,this.manager.broadcastSnapshot(e)}getLatestSnapshot(){return this.latestSnapshot}}function za(e,t){const n=t.sortColumns.find((t=>t.name===e));return n?{sort:n.direction===xa.ASCENDING?ja.ASCENDING:ja.DESCENDING,sortIndex:t.sortColumns.indexOf(n)}:{sort:null,sortIndex:null}}function Qa(e,t){const n=t.columns.find((t=>t.name===e))?.type;switch(n){case ii.STRING:case ii.DATE:case ii.DATETIME:case ii.STRICTDATE:return[];case ii.DECIMAL:case ii.INTEGER:case ii.FLOAT:return["count","sum","max","min","avg"];default:return[]}}function Za(e,t){const n=t.groupByColumns.find((t=>t.name===e)),o=t.groupByAggColumns.find((t=>t.name===e));return{rowGroup:Boolean(n),hide:Boolean(n),aggFunc:o?o.function:null,allowedAggFuncs:Qa(e,t)}}class es extends Ja{dataCubeState;_client;clientDataSource;clientLicenseKey;constructor(e){super(e.snapshotManager),(0,Ee.Gn)(this,{clientLicenseKey:Ee.sH,initialize:Ee.L3}),this.dataCubeState=e,this.clientDataSource=new qa(this)}configureClient(e){this._client=e}get client(){return F(this._client,"Grid client is not configured")}*initialize(){this.clientLicenseKey=yield this.dataCubeState.editorStore.client.getGridClientLicenseKey()}async applySnapshot(e){const t=function(e){return{columnDefs:e.columns.map((t=>({headerName:t.name,field:t.name,...za(t.name,e),minWidth:50,sortable:!0,flex:1,resizable:!0,enableRowGroup:!0,enableValue:!0,menuTabs:["generalMenuTab","columnsMenuTab"],...Za(t.name,e)})))}}(e);this.client.updateGridOptions(t)}}class ts{column;direction;constructor(e,t){(0,Ee.Gn)(this,{direction:Ee.sH,setDirection:Ee.XI}),this.column=e,this.direction=t}setDirection(e){this.direction=e}}class ns{dataCubeState;availableColumns=[];selectedColumns=[];availableColumnsSearchText="";selectedColumnsSearchText="";constructor(e){this.dataCubeState=e,(0,Ee.Gn)(this,{availableColumns:Ee.sH,selectedColumns:Ee.sH,availableColumnsSearchText:Ee.sH,selectedColumnsSearchText:Ee.sH,setAvailableColumns:Ee.XI,setSelectedColumns:Ee.XI,addAvailableColumn:Ee.XI,addSelectedColumn:Ee.XI,addAllAvailableColumns:Ee.XI,addAllSelectedColumns:Ee.XI,setSelectedColumnsSearchText:Ee.XI,setAvailableColumnsSearchText:Ee.XI,availableColumnsSearchResults:Ee.EW,selectedColumnsSearchResults:Ee.EW})}setAvailableColumns(e){this.availableColumns=e}setSelectedColumns(e){this.selectedColumns=e}addAvailableColumn(e){const t=this.availableColumns.find((t=>t.column.name===e));t&&(this.setAvailableColumns(this.availableColumns.filter((t=>t.column.name!==e))),this.setSelectedColumns(this.selectedColumns.concat(t)))}addSelectedColumn(e){const t=this.selectedColumns.find((t=>t.column.name===e));t&&(this.setSelectedColumns(this.selectedColumns.filter((t=>t.column.name!==e))),this.setAvailableColumns(this.availableColumns.concat(t)))}addAllAvailableColumns(){this.setSelectedColumns(this.selectedColumns.concat(this.availableColumns)),this.setAvailableColumns([])}addAllSelectedColumns(){this.setAvailableColumns(this.availableColumns.concat(this.selectedColumns)),this.setSelectedColumns([])}setAvailableColumnsSearchText(e){this.availableColumnsSearchText=e}setSelectedColumnsSearchText(e){this.selectedColumnsSearchText=e}get availableColumnsSearchResults(){return this.availableColumnsSearchText?this.availableColumns.filter((e=>e.column.name.toLowerCase().includes(this.availableColumnsSearchText.toLowerCase()))):this.availableColumns}get selectedColumnsSearchResults(){return this.selectedColumnsSearchText?this.selectedColumns.filter((e=>e.column.name.toLowerCase().includes(this.selectedColumnsSearchText.toLowerCase()))):this.selectedColumns}applySnaphot(e){const t=e.sortColumns;this.setAvailableColumns(e.columns.filter((e=>!t.find((t=>t.name===e.name)))).map((e=>new ts(e,xa.ASCENDING)))),this.setSelectedColumns(t.map((t=>new ts(e.columns.find((e=>e.name===t.name)),t.direction))))}buildSnapshot(e,t){const n=this.selectedColumns.map((e=>({name:e.column.name,type:e.column.type,direction:e.direction})));return!(0,Lo.A)(n,t.sortColumns)&&(e.sortColumns=n,!0)}}class os{sourceId;startLine;startColumn;endLine;endColumn;constructor(e,t,n,o,r){this.sourceId=e,this.startLine=t,this.startColumn=n,this.endLine=o,this.endColumn=r}}!function(e){e.COMPILATION="COMPILATION",e.PARSER="PARSER"}(Ua||(Ua={}));class rs{message="";errorType;sourceInformation;static serialization=new se((0,ae.PL)(rs,{errorType:(0,ae.lq)((0,ae.MY)()),message:(0,ae.MY)(),sourceInformation:ce(mi.schema)}))}class is extends rs{static serialization=new se((0,ae.PL)(is,{errorType:(0,ae.lq)((0,ae.MY)()),message:(0,ae.MY)(),sourceInformation:ce(mi.schema)}))}class as extends T{sourceInformation}class ss extends as{}class cs{uuid=(0,i.A)();query;parserError;constructor(e){(0,Ee.Gn)(this,{query:Ee.sH,parserError:Ee.sH,setQuery:Ee.XI,setParserError:Ee.XI}),this.query=e}setQuery(e){this.query=e}setParserError(e){e?.sourceInformation&&(e.sourceInformation=this.processSourceInformation(e.sourceInformation)),this.parserError=e}processSourceInformation(e){const{sourceId:t,startLine:n,startColumn:o,endLine:r,endColumn:i}=e;return new os(t,n+0,o-0,r+0,i-0)}}class us{dataCubeState;queryEditorState;currentSubQuery;constructor(e){(0,Ee.Gn)(this,{currentSubQuery:Ee.sH,queryEditorState:Ee.sH,setCurrentSubQuery:Ee.XI,parseQuery:Ee.L3}),this.dataCubeState=e,this.queryEditorState=new cs("")}setCurrentSubQuery(e){this.currentSubQuery=e}*parseQuery(){try{this.queryEditorState.setParserError(void 0),yield(0,Ee.gP)(this.dataCubeState.editorStore.client.parseQuery({code:`|${this.queryEditorState.query}`}))}catch(e){if(S(e),e instanceof ee&&e.response.status===W.BAD_REQUEST){const t=is.serialization.fromJson(e.payload),n=new ss(t.message);t.sourceInformation&&(n.sourceInformation=new os(t.sourceInformation.sourceId,t.sourceInformation.startLine,t.sourceInformation.startColumn,t.sourceInformation.endLine,t.sourceInformation.endColumn)),this.queryEditorState.setParserError(n)}}}}!function(e){e.COLUMNS="Columns",e.VERTICAL_PIVOTS="VPivots",e.HORIZONTAL_PIVOTS="HPivots",e.SORTS="Sorts",e.EXTENDED_COLUMNS="Extended Columns",e.GENERAL_PROPERTIES="General Properties",e.COLUMN_PROPERTIES="Column Properties",e.Code="Code"}(Ga||(Ga={}));class ds extends Ja{dataCubeState;sort;codeEditorState;isPanelOpen=!1;currentTab=Ga.SORTS;constructor(e){super(e.snapshotManager),(0,Ee.Gn)(this,{applyChanges:Ee.XI,currentTab:Ee.sH,setCurrentTab:Ee.XI,isPanelOpen:Ee.sH,openPanel:Ee.XI,closePanel:Ee.XI}),this.codeEditorState=new us(this.dataCubeState),this.dataCubeState=e,this.sort=new ns(this.dataCubeState)}openPanel(){this.isPanelOpen=!0}closePanel(){this.isPanelOpen=!1}setCurrentTab(e){this.currentTab=e}applyChanges(){const e=F(this.getLatestSnapshot()),t=mr(e);this.sort.buildSnapshot(t,e)&&this.publishSnapshot(t)}async applySnapshot(e){this.sort.applySnaphot(e)}}!function(e){e.CLASS_BUILDER="classBuilder",e.TDS_BUILDER="tdsBuilder",e.JSON_BUILDER="json"}(Va||(Va={})),function(e){e.RELATIONAL="relational",e.RELATIONAL_EXECUTION_ACTIVITY="RelationalExecutionActivity",e.AGGREGATION_AWARE_ACTIVITY="aggregationAware"}(Ha||(Ha={})),function(e){e.CSV="CSV"}(Ya||(Ya={}));class ls{_type;constructor(e){this._type=e}}class ps{}class gs extends ps{sql;comment;constructor(e){super(),this.sql=e}}class ms extends ps{rewrittenQuery}class fs extends ps{values;constructor(e){super(),this.values=e}}class hs{builder;activities}class Es extends hs{values}class bs extends hs{value;constructor(e){super(),this.value=e}}class _s{name;type;relationalType;doc}class Ns extends ls{columns=[];constructor(){super(Va.TDS_BUILDER)}}class As{values=[]}class Ts{columns=[];rows=[]}class vs extends hs{_UUID=(0,i.A)();builder=new Ns;result=new Ts}class ys extends ls{_type=Va.CLASS_BUILDER}class Cs extends hs{builder=new ys(Va.CLASS_BUILDER);objects}class Ss{static builderSerialization=new se((0,ae.PL)(Ss,{_type:(0,ae.MY)()}))}class Is{}class ks extends Is{sql;comment;static serialization=new se((0,ae.PL)(ks,{sql:(0,ae.MY)(),comment:(0,ae.lq)((0,ae.MY)())}))}class Rs extends Is{rewrittenQuery;static serialization=new se((0,ae.PL)(Rs,{rewrittenQuery:(0,ae.MY)()}))}class Os{builder;activities}class Fs extends Is{content;constructor(e){super(),this.content=e}}class Bs extends Os{values;static serialization=new se((0,ae.PL)(Bs,{_type:(0,ae.MY)(),builder:ce(Ss.builderSerialization.schema),values:(0,ae.lS)()}))}class Ls{name;doc;type;relationalType;static serialization=new se((0,ae.PL)(Ls,{name:(0,ae.MY)(),doc:(0,ae.lq)((0,ae.MY)()),type:(0,ae.lq)((0,ae.MY)()),relationalType:(0,ae.lq)((0,ae.MY)())}))}class Ds extends Ss{columns=[];static serialization=new se((0,ae.PL)(Ds,{_type:(0,ae.MY)(),columns:(0,ae.p_)(ce(Ls.serialization.schema))}))}function Ps(e){switch(e._type){case Ha.RELATIONAL:case Ha.RELATIONAL_EXECUTION_ACTIVITY:return ks.serialization.fromJson(e);case Ha.AGGREGATION_AWARE_ACTIVITY:return Rs.serialization.fromJson(e);default:return new Fs(e)}}class ws extends Os{result;static serialization=new se((0,ae.PL)(ws,{builder:ce(Ds.serialization.schema),activities:(0,ae.p_)((0,ae.Ie)((()=>ae._Z),Ps)),result:(0,ae.lS)()}))}class Ms extends Os{objects;static serialization=new se((0,ae.PL)(Ms,{builder:ce(Ss.builderSerialization.schema),activities:(0,ae.p_)((0,ae.Ie)((()=>ae._Z),Ps)),objects:(0,ae.lS)()}))}class xs extends Os{value;constructor(e){super(),this.value=e}}class js extends Os{content}class Us extends hs{content}const Gs=e=>{if(e instanceof ks){const t=new gs(e.sql);return t.comment=e.comment,t}if(e instanceof Rs){const t=new ms;return t.rewrittenQuery=F(e.rewrittenQuery,"Aggregation aware execution activities 'rewritenQuery' field is missing"),t}if(e instanceof Fs)return new fs(e);throw new C("Can't build execution activities",e)},Vs=e=>{const t=new _s;return t.name=F(e.name,"TDS column 'name' field is missing"),t.type=e.type,t.doc=e.doc,t.relationalType=e.relationalType,t},Hs=e=>{if(e instanceof js){const t=new Us;return t.content=e.content,t}if(e instanceof Ms)return(e=>{const t=new Cs;return t.objects=F(e.objects,"Class execution result 'objects' field is missing"),t.activities=e.activities?.map(Gs),t})(e);if(e instanceof ws)return(e=>{const t=new vs;return t.builder=(e=>{const t=new Ns;return t.columns=e.columns.map(Vs),t})(F(e.builder,"TDS execution result 'builder' field is missing")),t.activities=e.activities?.map(Gs),t.result.columns=e.result.columns,t.result.rows=e.result.rows.map((e=>{const t=new As;return t.values=e.values,t})),t})(e);if(e instanceof Bs)return(e=>{const t=new Es;return t.values=F(e.values,"JSON execution result 'values' field is missing"),t})(e);if(e instanceof xs)return new bs(e.value);throw new C("Can't build execution result",e)};class Ys{columns=[];query;runtime}class Ks{name;type;static serialization=new se((0,ae.PL)(Ks,{name:(0,ae.MY)(),type:(0,ae.MY)()}))}var $s;!function(e){e.REPL_EXECUTED_QUERY="REPLExecutedQuery"}($s||($s={}));class Ws extends Ys{static serialization=new se((0,ae.PL)(Ws,{_type:ue($s.REPL_EXECUTED_QUERY),columns:(0,ae.p_)(ce(Ks.serialization.schema)),query:(0,ae.MY)(),runtime:(0,ae.MY)()}))}function Xs(e){if(e._type===$s.REPL_EXECUTED_QUERY)return(0,ae.iu)(Ws.serialization.schema,e);throw new C(`Can't deserialize data cube query source of type '${e._type}'`)}function qs(e){if(e instanceof Ws)return(0,ae.lK)(Ws.serialization.schema,e);throw new C("Can't serialize data cube query source",e)}class Js{name;query;partialQuery;source;configuration;constructor(e,t,n){this.name=e,this.query=t,this.configuration=n}static serialization=new se((0,ae.PL)(Js,{configuration:(0,ae.lS)(),name:(0,ae.MY)(),partialQuery:(0,ae.MY)(),query:(0,ae.MY)(),source:(0,ae.Ie)(qs,Xs)}))}class zs{client;constructor(e){this.client=e}async getGridClientLicenseKey(){return this.client.getGridClientLicenseKey()}async getQueryTypeahead(e,t){return await this.client.getQueryTypeahead({code:e,isPartial:t})}async parseQuery(e,t){return Ra(await this.client.parseQuery({code:e,returnSourceInformation:t}),[])}async getBaseQuery(){return Js.serialization.fromJson(await this.client.getBaseQuery())}async executeQuery(e){const t=await this.client.executeQuery({query:Oa(e,[])});return((e,t,n="")=>(B(e,t,n),e))(Hs((e=>{if(null===e||P(e)||w(e)||M(e))return new xs(e);switch(e.builder?._type){case Va.CLASS_BUILDER:return Ms.serialization.fromJson(e);case Va.TDS_BUILDER:return ws.serialization.fromJson(e);case Va.JSON_BUILDER:return Bs.serialization.fromJson(e);default:{const t=new js;return t.content=e,t}}})(JSON.parse(t.result))),vs)}}class Qs{dataCubeState;subscribers=[];snapshots=[];constructor(e){this.dataCubeState=e}get currentSnapshot(){return F(this.snapshots[this.snapshots.length-1])}registerSubscriber(e){this.subscribers.push(e)}broadcastSnapshot(e){this.snapshots.push(e),this.subscribers.forEach((t=>{const n=t.getLatestSnapshot();n?.uuid!==e.uuid&&t.receiveSnapshot(e).catch((e=>{S(e),this.dataCubeState.applicationStore.logService.error(u.create(ie.ILLEGAL_APPLICATION_STATE_OCCURRED),"Error ocurred when subscribers receive and apply new snapshot should be handled gracefully",e)}))}))}}const Zs=[{func:Da.EXTEND,parameters:1},{func:Da.FILTER,parameters:1},{func:Da.GROUP_BY,parameters:3},{func:Da.LIMIT,parameters:1},{func:Da.PIVOT,parameters:3},{func:Da.RENAME,parameters:2},{func:Da.SELECT,parameters:1},{func:Da.SORT,parameters:1},{func:Da.CAST,parameters:1}],ec=[{func:Da.EXTEND},{func:Da.RENAME,repeat:!0},{func:Da.FILTER},{func:Da.GROUP_BY},{func:Da.SELECT},{func:Da.PIVOT},{func:Da.CAST},{func:Da.EXTEND},{func:Da.SORT},{func:Da.LIMIT}],tc=new RegExp(`^${ec.map((e=>`(?:<${Ba(e.func)}>)${e.repeat?"*":e.required?"":"?"}`)).join("")}$`);class nc{editorStore;applicationStore;engine;snapshotManager;grid;editor;initState=be.create();baseQuery;constructor(e){this.editorStore=e,this.applicationStore=e.applicationStore,this.engine=new zs(this.editorStore.client),this.snapshotManager=new Qs(this),this.grid=new es(this),this.editor=new ds(this)}async initialize(){this.initState.inProgress();try{await(0,Ee.gP)(this.grid.initialize()),this.snapshotManager.registerSubscriber(this.grid),this.snapshotManager.registerSubscriber(this.editor),this.baseQuery=await this.engine.getBaseQuery();const e=await async function(e,t){let n,o;if(e.partialQuery)try{n=await t.parseQuery(e.partialQuery)}catch(t){throw S(t),new Error(`Can't parse partial query [${e.partialQuery}]: ${t.message}`)}else n=void 0;try{o=await t.parseQuery(e.source.query)}catch(t){throw S(t),new Error(`Can't parse source query [${e.source.query}]: ${t.message}`)}return function(e,t){const{partialQuery:n,sourceQuery:o}=t,r=function(e){let t,n;const o=e.findLastIndex((e=>La(e.function,[Da.PIVOT,Da.GROUP_BY]))),r=e.findIndex((e=>La(e.function,Da.EXTEND))),i=e.findLastIndex((e=>La(e.function,Da.EXTEND)));return-1!==o?r!==i&&(t=e[r],n=e[i]):-1!==r&&(t=e[r]),{leafExtend:t,rename:e.filter((e=>La(e.function,Da.RENAME))),filter:e.find((e=>La(e.function,Da.FILTER))),groupBy:e.find((e=>La(e.function,Da.GROUP_BY))),select:e.find((e=>La(e.function,Da.SELECT))),pivot:e.find((e=>La(e.function,Da.PIVOT))),cast:e.find((e=>La(e.function,Da.CAST))),groupExtend:n,sort:e.find((e=>La(e.function,Da.SORT))),limit:e.find((e=>La(e.function,Da.LIMIT)))}}(n?function(e){if(!(e instanceof Rr))throw new Error("Query sequence must be a sequence of function calls (e.g. x()->y()->z())");const t=[];let n=e;for(;n instanceof Rr;){const e=Zs.find((e=>La(n.function,e.func)));if(!e)throw new Error(`Found unsupported function ${n.function}()`);if(!(n.parameters.length>e.parameters)){t.unshift(n);break}{const e=n.parameters[0];if(!(e instanceof Rr))throw new Error("Query sequence must be a sequence of function calls (e.g. x()->y()->z())");n.parameters=n.parameters.slice(1),t.unshift(n),n=e}}if(!t.map((e=>`<${Ba(e.function)}>`)).join("").match(tc))throw new Error(`Unsupported function composition ${t.map((e=>`${Ba(e.function)}()`)).join("->")} (supported composition: ${ec.map((e=>`${Ba(e.func)}()`)).join("->")})`);const o=t.findIndex((e=>La(e.function,Da.EXTEND))),r=t.findLastIndex((e=>La(e.function,Da.EXTEND)));if(-1!==o&&o!==r&&!t.slice(o+1,r).some((e=>La(e.function,Da.GROUP_BY)||La(e.function,Da.PIVOT))))throw new Error("Found invalid usage of group-level extend() for query without aggregation such as pivot() and groupBy()");const i=t.find((e=>La(e.function,Da.PIVOT))),a=t.find((e=>La(e.function,Da.CAST)));if(Boolean(i)!==Boolean(a))throw new Error("Found usage of dynamic function pivot() without casting");return t}(n):[]),a=function(e,t,n,o){return{uuid:(0,i.A)(),name:e,runtime:t,sourceQuery:n,configuration:o,originalColumns:[],leafExtendedColumns:[],filter:void 0,renamedColumns:[],groupByColumns:[],groupByExpandedKeys:[],groupByAggColumns:[],selectedColumns:[],pivotColumns:[],pivotAggColumns:[],castColumns:[],groupExtendedColumns:[],groupByFilter:void 0,sortColumns:[],limit:void 0,columns:[]}}(e.name,e.source.runtime,Oa(o,[]),e.configuration);a.originalColumns=e.source.columns;const s=a.originalColumns.map((e=>({...e,origin:lr.SOURCE})));if(r.sort){const e=r.sort.parameters[0];B(e,Or,`Can't process ${Ba(Da.SORT)}(): columns cannot be extracted`),a.sortColumns=e.values.map((e=>{try{B(e,Rr),D(La(e.function,[Da.ASC,Da.DESC]));const t=Ba(e.function)===Da.ASC?xa.ASCENDING:xa.DESCENDING;D(1===e.parameters.length),B(e.parameters[0],Nr),B(e.parameters[0].value,ni);const n=e.parameters[0].value.name,o=F(s.find((e=>e.name===n))).type;return{name:n,type:o,direction:t}}catch{throw new Error(`Can't process ${Ba(Da.SORT)}(): column sort information cannot be extracted`)}}))}return a.columns=s,a}(e,{partialQuery:n,sourceQuery:o})}(this.baseQuery,this.engine);this.snapshotManager.broadcastSnapshot(e),this.initState.complete()}catch(e){S(e),this.initState.fail()}}}class oc{applicationStore;client;dataCubeState;constructor(e){(0,Ee.Gn)(this,{dataCubeState:Ee.sH}),this.applicationStore=e,this.client=new dr(new oe({baseUrl:this.applicationStore.config.useDynamicREPLServer?window.location.origin+this.applicationStore.config.baseAddress.replace("/repl/",""):this.applicationStore.config.replUrl})),this.dataCubeState=new nc(this)}}const rc=(0,kt.createContext)(void 0),ic=({children:e})=>{const t=Ot(),n=(0,lt.iz)((()=>new oc(t)));return(0,E.jsx)(rc.Provider,{value:n,children:e})};var ac=n(1697),sc=n(1810),cc=n(5866),uc=n(6450),dc=n(1747),lc=n(602);console.error;const pc=(0,lt.PA)((e=>{const{editorStore:t}=e,n=t.dataCubeState;return(0,kt.useEffect)((()=>{n.grid.clientLicenseKey&&ac.h.setLicenseKey(n.grid.clientLicenseKey)}),[n.grid.clientLicenseKey]),(0,E.jsx)(E.Fragment,{children:(0,E.jsx)(lc.W6,{rowGroupPanelShow:"always",suppressBrowserResizeObserver:!0,suppressScrollOnNewData:!0,alwaysMultiSort:!0,rowModelType:"serverSide",serverSideDatasource:n.grid.clientDataSource,suppressAggFuncInHeader:!0,suppressServerSideInfiniteScroll:!0,modules:[sc.Q,cc.e,uc.mZ,dc.M],onGridReady:e=>{n.grid.configureClient(e.api)},className:"ag-theme-balham"})})}));var gc=n(4392),mc=n(5551);const fc="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/autocomplete/CustomSelectorInput.tsx",hc=(mc.Select.createFilter,e=>{const{options:t,children:n,getValue:o,selectProps:r}=e;let i=r.optionCustomization?.rowHeight??3.5*parseInt(getComputedStyle(document.documentElement).fontSize,10);i=isNaN(i)?35:i;const[a]=o(),s=t.indexOf(a)*i,c=n.length?n.findIndex((e=>e.props.isFocused)):0,u=(0,kt.useRef)(null);return(0,kt.useEffect)((()=>{u.current?.scrollToItem(c)}),[c]),n.length?(0,nt.jsxDEV)(gc.Y1,{className:r.darkMode?"scrollbar--light selector-menu--dark":"",ref:u,width:"100%",height:Math.min(n.length,6)*i,itemCount:n.length,itemSize:i,initialScrollOffset:s,children:({index:e,style:t})=>(0,nt.jsxDEV)("div",{style:t,className:"selector-input__option-wrapper",children:n[e]},void 0,!1,{fileName:fc,lineNumber:121,columnNumber:78},void 0)},void 0,!1,{fileName:fc,lineNumber:109,columnNumber:13},void 0):(0,nt.jsxDEV)("div",{className:"selector-menu--no-match "+(r.darkMode?"selector-menu--dark":""),children:r.noMatchMessage??"No match found"},void 0,!1,{fileName:fc,lineNumber:130,columnNumber:11},void 0)}),Ec=e=>{const{children:t,selectProps:n}=e;return(0,nt.jsxDEV)(mc.SelectComponents.Option,{...e,className:(0,ft.$)(n.darkMode?{"selector-input--dark__option":!0,"selector-input--dark__option--is-focused":e.isFocused,"selector-input--dark__option--is-selected":e.isSelected}:{"selector-input__option":!0,"selector-input__option--is-focused":e.isFocused,"selector-input__option--is-selected":e.isSelected},{"selector-input__option--custom":Boolean(n.optionCustomization)}),children:t},void 0,!1,{fileName:fc,lineNumber:152,columnNumber:11},void 0)},bc="selector-input",_c="selector-input--dark",Nc=()=>(0,nt.jsxDEV)("div",{className:`${bc}__indicator ${bc}__loading-indicator ${_c}__loading-indicator`,children:(0,nt.jsxDEV)(rn,{},void 0,!1,{fileName:fc,lineNumber:186,columnNumber:5},void 0)},void 0,!1,{fileName:fc,lineNumber:182,columnNumber:43},void 0),Ac=()=>(0,nt.jsxDEV)("div",{className:`${bc}__indicator ${bc}__dropdown-indicator`,children:(0,nt.jsxDEV)(Jt,{},void 0,!1,{fileName:fc,lineNumber:194,columnNumber:5},void 0)},void 0,!1,{fileName:fc,lineNumber:190,columnNumber:44},void 0),Tc=e=>{const{innerProps:{ref:t,...n}}=e;return(0,nt.jsxDEV)("div",{...n,ref:t,children:(0,nt.jsxDEV)("div",{className:`${bc}__indicator ${bc}__clear-indicator`,children:(0,nt.jsxDEV)($t,{},void 0,!1,{fileName:fc,lineNumber:211,columnNumber:9},void 0)},void 0,!1,{fileName:fc,lineNumber:208,columnNumber:7},void 0)},void 0,!1,{fileName:fc,lineNumber:206,columnNumber:11},void 0)},vc=e=>{const t={onPaste:e.selectProps.onPaste,placeholder:e.selectProps.inputPlaceholder};return(0,nt.jsxDEV)(mc.Select.components.Input,{...e,...t,isHidden:!1},void 0,!1,{fileName:fc,lineNumber:232,columnNumber:11},void 0)},yc=(0,kt.forwardRef)((function(e,t){const{allowCreating:n,noMatchMessage:o,disabled:r,components:i,className:a,darkMode:s,hasError:c,...u}=e,d=n?mc.CreatableSelect.default:mc.Select.default,l=s?_c:bc;return(0,nt.jsxDEV)(d,{styles:{menuPortal:e=>({...e,zIndex:9999})},menuPortalTarget:document.body,ref:t,isDisabled:Boolean(r),className:(0,ft.$)(l,a,{"selector-input--has-error":c,"selector-input--custom":Boolean(e.optionCustomization)}),classNamePrefix:l,components:{Option:Ec,ClearIndicator:Tc,DropdownIndicator:Ac,LoadingIndicator:Nc,MenuList:hc,Input:vc,...i},...u,darkMode:s,noMatchMessage:o},void 0,!1,{fileName:fc,lineNumber:294,columnNumber:11},this)})),Cc=(0,lt.PA)((e=>{const{editorStore:t}=e,n=t.dataCubeState.editor.sort,o=Array.from(Object.values(xa)).map((e=>({label:e,value:e})));return(0,E.jsx)("div",{className:"repl__hpivot__sort__editor",children:(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__header",children:"Sorts"}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__content",children:[(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__description",children:"Available sort columns:"}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__container",children:[(0,E.jsx)("div",{className:"query-builder-property-search-panel__header",children:(0,E.jsxs)("div",{className:"query-builder-property-search-panel__input__container",children:[(0,E.jsx)("input",{className:(0,ft.$)("query-builder-property-search-panel__input",{"query-builder-property-search-panel__input--searching":n.availableColumnsSearchText}),spellCheck:!1,onChange:e=>{n.setAvailableColumnsSearchText(e.target.value)},value:n.availableColumnsSearchText,placeholder:"Search"}),n.availableColumnsSearchText?(0,E.jsx)("button",{className:"query-builder-property-search-panel__input__clear-btn",tabIndex:-1,onClick:()=>{n.setAvailableColumnsSearchText("")},title:"Clear",children:(0,E.jsx)($t,{})}):(0,E.jsx)(E.Fragment,{children:(0,E.jsx)("div",{className:"query-builder-property-search-panel__input__search__icon",children:(0,E.jsx)(Zt,{})})})]})}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__content",children:[(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root",onDoubleClick:()=>n.addAllAvailableColumns(),children:[(0,E.jsx)(Xt,{}),(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root__label",children:"All"})]}),n.availableColumnsSearchResults.map((e=>{return(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children__name",onDoubleClick:()=>n.addAvailableColumn(e.column.name),children:e.column.name}),(0,E.jsx)(yc,{className:"repl__hpivot__sort__column__editor__available__columns__children__order",options:o,onChange:(t=e.column.name,e=>{const o=n.availableColumns.find((e=>e.column.name===t));o&&o.setDirection(e.value)}),value:{label:e.direction,value:e.direction},isClearable:!1,darkMode:!1})]},e.column.name);var t}))]})]})]}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__actions",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__action",children:(0,E.jsxs)("button",{tabIndex:-1,title:"Add",children:["Add",(0,E.jsx)(En,{})]})}),(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__action",children:(0,E.jsxs)("button",{tabIndex:-1,title:"Remove",children:[(0,E.jsx)(hn,{}),"Remove"]})})]}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__selected__columns",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__description",children:"Selected sort columns:"}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__container",children:[(0,E.jsx)("div",{className:"query-builder-property-search-panel__header",children:(0,E.jsxs)("div",{className:"query-builder-property-search-panel__input__container",children:[(0,E.jsx)("input",{className:(0,ft.$)("query-builder-property-search-panel__input",{"query-builder-property-search-panel__input--searching":n.selectedColumnsSearchText}),spellCheck:!1,onChange:e=>{n.setSelectedColumnsSearchText(e.target.value)},value:n.selectedColumnsSearchText,placeholder:"Search"}),n.selectedColumnsSearchText?(0,E.jsx)("button",{className:"query-builder-property-search-panel__input__clear-btn",tabIndex:-1,onClick:()=>{n.setSelectedColumnsSearchText("")},title:"Clear",children:(0,E.jsx)($t,{})}):(0,E.jsx)(E.Fragment,{children:(0,E.jsx)("div",{className:"query-builder-property-search-panel__input__search__icon",children:(0,E.jsx)(Zt,{})})})]})}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__content",children:[(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root",onDoubleClick:()=>n.addAllSelectedColumns(),children:[(0,E.jsx)(Xt,{}),(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root__label",children:"All"})]}),n.selectedColumnsSearchResults.map((e=>{return(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children__name",onDoubleClick:()=>n.addSelectedColumn(e.column.name),children:e.column.name}),(0,E.jsx)(yc,{className:"repl__hpivot__sort__column__editor__available__columns__children__order",options:o,onChange:(t=e.column.name,e=>{const o=n.selectedColumns.find((e=>e.column.name===t));o&&o.setDirection(e.value)}),value:{label:e.direction,value:e.direction},isClearable:!1,darkMode:!1})]},e.column.name);var t}))]})]})]})]})]})})})),Sc=(0,lt.PA)((e=>{const{triggerElement:t,editorStore:n}=e,o=n.dataCubeState,r=n.applicationStore,i=()=>{o.editor.closePanel()},a=o.editor.currentTab,s=[Ga.SORTS];return(0,E.jsx)(Wn,{open:o.editor.isPanelOpen,onClose:i,anchorEl:t,anchorOrigin:{vertical:"center",horizontal:"center"},transformOrigin:{vertical:"center",horizontal:"center"},children:(0,E.jsxs)(bt,{darkMode:!r.layoutService.TEMPORARY__isLightColorThemeEnabled,className:"editor-modal embedded-runtime-editor",children:[(0,E.jsxs)(Nt,{children:[(0,E.jsx)(_t,{title:"cube properties"}),(0,E.jsx)(At,{children:(0,E.jsx)("button",{className:"modal__header__action",tabIndex:-1,onClick:i,children:(0,E.jsx)($t,{})})})]}),(0,E.jsx)(Tt,{children:(0,E.jsxs)("div",{style:{height:"100%",width:"100%"},children:[(0,E.jsx)("div",{className:"panel__header uml-element-editor__tabs__header ",children:(0,E.jsx)("div",{className:"uml-element-editor__tabs",children:s.map((e=>(0,E.jsx)("div",{onClick:()=>(e=>{o.editor.setCurrentTab(e)})(e),className:(0,ft.$)("uml-element-editor__tab",{"uml-element-editor__tab--active":e===a}),children:e},e)))})}),a===Ga.SORTS&&(0,E.jsx)(Cc,{editorStore:n})]})}),(0,E.jsx)(vt,{className:"repl__modal__footer",children:(0,E.jsxs)("div",{className:"search-modal__actions",children:[(0,E.jsx)(yt,{text:"Ok",onClick:()=>{o.editor.applyChanges(),o.editor.closePanel()}}),(0,E.jsx)(yt,{text:"Close",onClick:i}),(0,E.jsx)(yt,{text:"Apply",onClick:()=>o.editor.applyChanges()})]})})]})})})),Ic=(0,lt.PA)((()=>{const e=F((0,kt.useContext)(rc),"Can't find REPL store in context"),t=Ot(),n=e.dataCubeState,o=(0,kt.useRef)(null);return(0,kt.useEffect)((()=>{n.initialize().catch(t.alertUnhandledError)}),[n,t]),(0,E.jsxs)("div",{className:"repl",children:[(0,E.jsx)("div",{className:"repl__header",children:(0,E.jsxs)("div",{className:"repl__header__content",children:[(0,E.jsx)("div",{className:"repl__header__content__title",children:"Legend DataCube"}),(0,E.jsx)("div",{className:"repl__header__actions"})]})}),(0,E.jsx)("div",{className:"repl__content",children:(0,E.jsx)(pc,{editorStore:e})}),(0,E.jsxs)("div",{className:"repl__footer",children:[(0,E.jsx)("div",{className:"repl__footer__pivot",ref:o,onClick:()=>n.editor.openPanel(),children:"Pivot"}),(0,E.jsx)("div",{className:"repl__footer__filter",children:"Filter"}),n.editor.isPanelOpen&&(0,E.jsx)(Sc,{editorStore:e,triggerElement:o.current})]})]})})),kc="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/ApplicationFrameworkProvider.tsx",Rc=(0,lt.PA)((e=>{const{children:t}=e,n=F((0,kt.useContext)(ar),"Can't find application platform in context"),o=Ot();return(0,kt.useEffect)((()=>{o.initialize(n).catch(o.alertUnhandledError)}),[o,n]),o.initState.hasSucceeded?(0,nt.jsxDEV)(co,{children:t},void 0,!1,{fileName:kc,lineNumber:41,columnNumber:13},void 0):(0,nt.jsxDEV)(nt.Fragment,{},void 0,!1,{fileName:kc,lineNumber:36,columnNumber:13},void 0)}));class Oc{applicationStore;pluginManager;constructor(e){this.applicationStore=e,this.pluginManager=e.pluginManager}}const Fc=(0,kt.createContext)(void 0),Bc=({children:e})=>{const t=Ot(),n=(0,lt.iz)((()=>new Oc(t)));return(0,E.jsx)(Fc.Provider,{value:n,children:e})},Lc=({children:e})=>(0,E.jsx)(Rc,{children:(0,E.jsx)(Bc,{children:e})}),Dc=Object.freeze({DATA_CUBE:"/dataCube"}),Pc=(wc=(0,lt.PA)((()=>(0,E.jsx)("div",{className:"app",children:(0,E.jsx)(tr.dO,{children:(0,E.jsx)(tr.qh,{exact:!0,path:[Dc.DATA_CUBE],component:Ic})})}))),function(){return(0,E.jsx)(ic,{children:(0,E.jsx)(wc,{})})});var wc;const Mc=e=>{const{baseUrl:t}=e;return(0,E.jsx)(ur,{baseUrl:t,children:(0,E.jsx)(Lc,{children:(0,E.jsx)(Pc,{})})})},xc=JSON.parse('{"rE":"0.0.25","XO":{"F":"@finos/legend-application-repl-plugin-core"}}');class jc extends Xo{_$nominalTypeBrand;install(e){e.registerApplicationPlugin(this)}}var Uc,Gc=n(7504);!function(e){e.WHITESPACE="",e.KEYWORD="keyword",e.IDENTIFIER="identifier",e.OPERATOR="operator",e.DELIMITER="delimiter",e.PARSER="parser",e.NUMBER="number",e.DATE="date",e.COLOR="color",e.PACKAGE="package",e.STRING="string",e.COMMENT="comment",e.LANGUAGE_STRUCT="language-struct",e.MULTIPLICITY="multiplicity",e.GENERICS="generics",e.PROPERTY="property",e.PARAMETER="parameter",e.VARIABLE="variable",e.TYPE="type",e.INVALID="invalid"}(Uc||(Uc={}));const Vc=(e,t,n,o)=>{const r=(e=>{const t=[];e.tokenColors.forEach((e=>{if(!e.settings)return;let n=[];n=P(e.scope)?e.scope.replace(/^[,]+/,"").replace(/[,]+$/,"").split(",").map((e=>e.trim())):Array.isArray(e.scope)?e.scope:[""];const o={};e.settings.foreground&&P(e.settings.foreground)&&(o.foreground=e.settings.foreground),e.settings.background&&P(e.settings.background)&&(o.background=e.settings.background),e.settings.fontStyle&&P(e.settings.fontStyle)&&(o.fontStyle=e.settings.fontStyle),n.forEach((e=>{if(R(e)||!Object.keys(o).length)return;const n={...o,token:e};t.push(n)}))}));const n={};return Object.entries(e.colors).forEach((([e,t])=>{var o;Array.isArray(t)?t.length&&(n[e]=(D(0<(o=t).length,"Index out of bound: 0"),F(o[0],void 0))):n[e]=t})),{base:"vs-dark",inherit:!0,rules:t,colors:n}})(e);return{...r,base:t,colors:{...r.colors,...n},rules:[...r.rules,...o]}},Hc=JSON.parse('{"name":"Solarized (dark)","tokenColors":[{"settings":{"foreground":"#839496"}},{"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown"],"settings":{"foreground":"#839496"}},{"name":"Comment","scope":"comment","settings":{"fontStyle":"italic","foreground":"#586E75"}},{"name":"String","scope":"string","settings":{"foreground":"#2AA198"}},{"name":"Regexp","scope":"string.regexp","settings":{"foreground":"#DC322F"}},{"name":"Number","scope":"constant.numeric","settings":{"foreground":"#D33682"}},{"name":"Variable","scope":["variable.language","variable.other"],"settings":{"foreground":"#268BD2"}},{"name":"Keyword","scope":"keyword","settings":{"foreground":"#859900"}},{"name":"Storage","scope":"storage","settings":{"fontStyle":"bold","foreground":"#93A1A1"}},{"name":"Class name","scope":["entity.name.class","entity.name.type","entity.name.namespace","entity.name.scope-resolution"],"settings":{"fontStyle":"","foreground":"#CB4B16"}},{"name":"Function name","scope":"entity.name.function","settings":{"foreground":"#268BD2"}},{"name":"Variable start","scope":"punctuation.definition.variable","settings":{"foreground":"#859900"}},{"name":"Embedded code markers","scope":["punctuation.section.embedded.begin","punctuation.section.embedded.end"],"settings":{"foreground":"#DC322F"}},{"name":"Built-in constant","scope":["constant.language","meta.preprocessor"],"settings":{"foreground":"#B58900"}},{"name":"Support.construct","scope":["support.function.construct","keyword.other.new"],"settings":{"foreground":"#CB4B16"}},{"name":"User-defined constant","scope":["constant.character","constant.other"],"settings":{"foreground":"#CB4B16"}},{"name":"Inherited class","scope":"entity.other.inherited-class","settings":{"foreground":"#6C71C4"}},{"name":"Function argument","scope":"variable.parameter","settings":{}},{"name":"Tag name","scope":"entity.name.tag","settings":{"foreground":"#268BD2"}},{"name":"Tag start/end","scope":"punctuation.definition.tag","settings":{"foreground":"#586E75"}},{"name":"Tag attribute","scope":"entity.other.attribute-name","settings":{"foreground":"#93A1A1"}},{"name":"Library function","scope":"support.function","settings":{"foreground":"#268BD2"}},{"name":"Continuation","scope":"punctuation.separator.continuation","settings":{"foreground":"#DC322F"}},{"name":"Library constant","scope":["support.constant","support.variable"],"settings":{}},{"name":"Library class/type","scope":["support.type","support.class"],"settings":{"foreground":"#859900"}},{"name":"Library Exception","scope":"support.type.exception","settings":{"foreground":"#CB4B16"}},{"name":"Library variable","scope":"support.other.variable","settings":{}},{"name":"Invalid","scope":"invalid","settings":{"foreground":"#DC322F"}},{"name":"diff: header","scope":["meta.diff","meta.diff.header"],"settings":{"fontStyle":"italic","foreground":"#268BD2"}},{"name":"diff: deleted","scope":"markup.deleted","settings":{"fontStyle":"","foreground":"#DC322F"}},{"name":"diff: changed","scope":"markup.changed","settings":{"fontStyle":"","foreground":"#CB4B16"}},{"name":"diff: inserted","scope":"markup.inserted","settings":{"foreground":"#859900"}},{"name":"Markup Quote","scope":"markup.quote","settings":{"foreground":"#859900"}},{"name":"Markup Lists","scope":"markup.list","settings":{"foreground":"#B58900"}},{"name":"Markup Styling","scope":["markup.bold","markup.italic"],"settings":{"foreground":"#D33682"}},{"name":"Markup: Strong","scope":"markup.bold","settings":{"fontStyle":"bold"}},{"name":"Markup: Emphasis","scope":"markup.italic","settings":{"fontStyle":"italic"}},{"scope":"markup.strikethrough","settings":{"fontStyle":"strikethrough"}},{"name":"Markup Inline","scope":"markup.inline.raw","settings":{"fontStyle":"","foreground":"#2AA198"}},{"name":"Markup Headings","scope":"markup.heading","settings":{"fontStyle":"bold","foreground":"#268BD2"}},{"name":"Markup Setext Header","scope":"markup.heading.setext","settings":{"fontStyle":"","foreground":"#268BD2"}}],"colors":{"focusBorder":"#2AA19899","selection.background":"#2AA19899","input.background":"#003847","input.foreground":"#93A1A1","input.placeholderForeground":"#93A1A1AA","inputOption.activeBorder":"#2AA19899","inputValidation.infoBorder":"#363b5f","inputValidation.infoBackground":"#052730","inputValidation.warningBackground":"#5d5938","inputValidation.warningBorder":"#9d8a5e","inputValidation.errorBackground":"#571b26","inputValidation.errorBorder":"#a92049","errorForeground":"#ffeaea","badge.background":"#047aa6","progressBar.background":"#047aa6","dropdown.background":"#00212B","dropdown.border":"#2AA19899","button.background":"#2AA19899","list.activeSelectionBackground":"#005A6F","quickInputList.focusBackground":"#005A6F","list.hoverBackground":"#004454AA","list.inactiveSelectionBackground":"#00445488","list.dropBackground":"#00445488","list.highlightForeground":"#1ebcc5","editor.background":"#002B36","editor.foreground":"#839496","editorWidget.background":"#00212B","editorCursor.foreground":"#D30102","editorWhitespace.foreground":"#93A1A180","editor.lineHighlightBackground":"#073642","editorLineNumber.activeForeground":"#949494","editor.selectionBackground":"#274642","minimap.selectionHighlight":"#274642","editorIndentGuide.background":"#93A1A180","editorIndentGuide.activeBackground":"#C3E1E180","editorHoverWidget.background":"#004052","editorMarkerNavigationError.background":"#AB395B","editorMarkerNavigationWarning.background":"#5B7E7A","editor.selectionHighlightBackground":"#005A6FAA","editor.wordHighlightBackground":"#004454AA","editor.wordHighlightStrongBackground":"#005A6FAA","editorBracketHighlight.foreground1":"#cdcdcdff","editorBracketHighlight.foreground2":"#b58900ff","editorBracketHighlight.foreground3":"#d33682ff","peekViewResult.background":"#00212B","peekViewEditor.background":"#10192c","peekViewTitle.background":"#00212B","peekView.border":"#2b2b4a","peekViewEditor.matchHighlightBackground":"#7744AA40","titleBar.activeBackground":"#002C39","editorGroup.border":"#00212B","editorGroup.dropBackground":"#2AA19844","editorGroupHeader.tabsBackground":"#004052","tab.activeForeground":"#d6dbdb","tab.activeBackground":"#002B37","tab.inactiveForeground":"#93A1A1","tab.inactiveBackground":"#004052","tab.border":"#003847","tab.lastPinnedBorder":"#2AA19844","activityBar.background":"#003847","panel.border":"#2b2b4a","sideBar.background":"#00212B","sideBarTitle.foreground":"#93A1A1","statusBar.foreground":"#93A1A1","statusBar.background":"#00212B","statusBar.debuggingBackground":"#00212B","statusBar.noFolderBackground":"#00212B","statusBarItem.remoteBackground":"#2AA19899","ports.iconRunningProcessForeground":"#369432","statusBarItem.prominentBackground":"#003847","statusBarItem.prominentHoverBackground":"#003847","debugToolBar.background":"#00212B","debugExceptionWidget.background":"#00212B","debugExceptionWidget.border":"#AB395B","pickerGroup.foreground":"#2AA19899","pickerGroup.border":"#2AA19899","terminal.ansiBlack":"#073642","terminal.ansiRed":"#dc322f","terminal.ansiGreen":"#859900","terminal.ansiYellow":"#b58900","terminal.ansiBlue":"#268bd2","terminal.ansiMagenta":"#d33682","terminal.ansiCyan":"#2aa198","terminal.ansiWhite":"#eee8d5","terminal.ansiBrightBlack":"#002b36","terminal.ansiBrightRed":"#cb4b16","terminal.ansiBrightGreen":"#586e75","terminal.ansiBrightYellow":"#657b83","terminal.ansiBrightBlue":"#839496","terminal.ansiBrightMagenta":"#6c71c4","terminal.ansiBrightCyan":"#93a1a1","terminal.ansiBrightWhite":"#fdf6e3"},"semanticHighlighting":true}'),Yc=JSON.parse('{"name":"GitHub Dark","colors":{"focusBorder":"#005cc5","foreground":"#d1d5da","descriptionForeground":"#959da5","errorForeground":"#f97583","textLink.foreground":"#79b8ff","textLink.activeForeground":"#c8e1ff","textBlockQuote.background":"#24292e","textBlockQuote.border":"#444d56","textCodeBlock.background":"#2f363d","textPreformat.foreground":"#d1d5da","textSeparator.foreground":"#586069","button.background":"#176f2c","button.foreground":"#dcffe4","button.hoverBackground":"#22863a","button.secondaryBackground":"#444d56","button.secondaryForeground":"#fff","button.secondaryHoverBackground":"#586069","checkbox.background":"#444d56","checkbox.border":"#1b1f23","dropdown.background":"#2f363d","dropdown.border":"#1b1f23","dropdown.foreground":"#e1e4e8","dropdown.listBackground":"#24292e","input.background":"#2f363d","input.border":"#1b1f23","input.foreground":"#e1e4e8","input.placeholderForeground":"#959da5","badge.foreground":"#c8e1ff","badge.background":"#044289","progressBar.background":"#0366d6","titleBar.activeForeground":"#e1e4e8","titleBar.activeBackground":"#24292e","titleBar.inactiveForeground":"#959da5","titleBar.inactiveBackground":"#1f2428","titleBar.border":"#1b1f23","activityBar.foreground":"#e1e4e8","activityBar.inactiveForeground":"#6a737d","activityBar.background":"#24292e","activityBarBadge.foreground":"#fff","activityBarBadge.background":"#0366d6","activityBar.activeBorder":"#f9826c","activityBar.border":"#1b1f23","sideBar.foreground":"#d1d5da","sideBar.background":"#1f2428","sideBar.border":"#1b1f23","sideBarTitle.foreground":"#e1e4e8","sideBarSectionHeader.foreground":"#e1e4e8","sideBarSectionHeader.background":"#1f2428","sideBarSectionHeader.border":"#1b1f23","list.hoverForeground":"#e1e4e8","list.inactiveSelectionForeground":"#e1e4e8","list.activeSelectionForeground":"#e1e4e8","list.hoverBackground":"#282e34","list.inactiveSelectionBackground":"#282e34","list.activeSelectionBackground":"#39414a","list.inactiveFocusBackground":"#1d2d3e","list.focusBackground":"#044289","tree.indentGuidesStroke":"#2f363d","notificationCenterHeader.foreground":"#959da5","notificationCenterHeader.background":"#24292e","notifications.foreground":"#e1e4e8","notifications.background":"#2f363d","notifications.border":"#1b1f23","notificationsErrorIcon.foreground":"#ea4a5a","notificationsWarningIcon.foreground":"#ffab70","notificationsInfoIcon.foreground":"#79b8ff","pickerGroup.border":"#444d56","pickerGroup.foreground":"#e1e4e8","quickInput.background":"#24292e","quickInput.foreground":"#e1e4e8","statusBar.foreground":"#d1d5da","statusBar.background":"#24292e","statusBar.border":"#1b1f23","statusBar.noFolderBackground":"#24292e","statusBar.debuggingBackground":"#931c06","statusBar.debuggingForeground":"#fff","statusBarItem.prominentBackground":"#282e34","statusBarItem.remoteForeground":"#d1d5da","statusBarItem.remoteBackground":"#24292e","editorGroupHeader.tabsBackground":"#1f2428","editorGroupHeader.tabsBorder":"#1b1f23","editorGroup.border":"#1b1f23","tab.activeForeground":"#e1e4e8","tab.inactiveForeground":"#959da5","tab.inactiveBackground":"#1f2428","tab.activeBackground":"#24292e","tab.hoverBackground":"#24292e","tab.unfocusedHoverBackground":"#24292e","tab.border":"#1b1f23","tab.unfocusedActiveBorderTop":"#1b1f23","tab.activeBorder":"#24292e","tab.unfocusedActiveBorder":"#24292e","tab.activeBorderTop":"#f9826c","breadcrumb.foreground":"#959da5","breadcrumb.focusForeground":"#e1e4e8","breadcrumb.activeSelectionForeground":"#d1d5da","breadcrumbPicker.background":"#2b3036","editor.foreground":"#e1e4e8","editor.background":"#24292e","editorWidget.background":"#1f2428","editor.foldBackground":"#58606915","editor.lineHighlightBackground":"#2b3036","editorLineNumber.foreground":"#444d56","editorLineNumber.activeForeground":"#e1e4e8","editorIndentGuide.background":"#2f363d","editorIndentGuide.activeBackground":"#444d56","editorWhitespace.foreground":"#444d56","editorCursor.foreground":"#c8e1ff","editorError.foreground":"#f97583","editorWarning.foreground":"#ffea7f","editor.findMatchBackground":"#ffd33d44","editor.findMatchHighlightBackground":"#ffd33d22","editor.linkedEditingBackground":"#3392FF22","editor.inactiveSelectionBackground":"#3392FF22","editor.selectionBackground":"#3392FF44","editor.selectionHighlightBackground":"#17E5E633","editor.selectionHighlightBorder":"#17E5E600","editor.wordHighlightBackground":"#17E5E600","editor.wordHighlightStrongBackground":"#17E5E600","editor.wordHighlightBorder":"#17E5E699","editor.wordHighlightStrongBorder":"#17E5E666","editorBracketMatch.background":"#17E5E650","editorBracketMatch.border":"#17E5E600","editorGutter.modifiedBackground":"#2188ff","editorGutter.addedBackground":"#28a745","editorGutter.deletedBackground":"#ea4a5a","diffEditor.insertedTextBackground":"#28a74530","diffEditor.removedTextBackground":"#d73a4930","scrollbar.shadow":"#0008","scrollbarSlider.background":"#6a737d33","scrollbarSlider.hoverBackground":"#6a737d44","scrollbarSlider.activeBackground":"#6a737d88","editorOverviewRuler.border":"#1b1f23","panel.background":"#1f2428","panel.border":"#1b1f23","panelTitle.activeBorder":"#f9826c","panelTitle.activeForeground":"#e1e4e8","panelTitle.inactiveForeground":"#959da5","panelInput.border":"#2f363d","terminal.foreground":"#d1d5da","terminal.tab.activeBorder":"#f9826c","terminalCursor.background":"#586069","terminalCursor.foreground":"#79b8ff","terminal.ansiBrightWhite":"#fafbfc","terminal.ansiWhite":"#d1d5da","terminal.ansiBrightBlack":"#959da5","terminal.ansiBlack":"#586069","terminal.ansiBlue":"#2188ff","terminal.ansiBrightBlue":"#79b8ff","terminal.ansiGreen":"#34d058","terminal.ansiBrightGreen":"#85e89d","terminal.ansiCyan":"#39c5cf","terminal.ansiBrightCyan":"#56d4dd","terminal.ansiRed":"#ea4a5a","terminal.ansiBrightRed":"#f97583","terminal.ansiMagenta":"#b392f0","terminal.ansiBrightMagenta":"#b392f0","terminal.ansiYellow":"#ffea7f","terminal.ansiBrightYellow":"#ffea7f","editorBracketHighlight.foreground1":"#79b8ff","editorBracketHighlight.foreground2":"#ffab70","editorBracketHighlight.foreground3":"#b392f0","editorBracketHighlight.foreground4":"#79b8ff","editorBracketHighlight.foreground5":"#ffab70","editorBracketHighlight.foreground6":"#b392f0","gitDecoration.addedResourceForeground":"#34d058","gitDecoration.modifiedResourceForeground":"#79b8ff","gitDecoration.deletedResourceForeground":"#ea4a5a","gitDecoration.untrackedResourceForeground":"#34d058","gitDecoration.ignoredResourceForeground":"#6a737d","gitDecoration.conflictingResourceForeground":"#ffab70","gitDecoration.submoduleResourceForeground":"#6a737d","debugToolBar.background":"#2b3036","editor.stackFrameHighlightBackground":"#C6902625","editor.focusedStackFrameHighlightBackground":"#2b6a3033","peekViewEditor.matchHighlightBackground":"#ffd33d33","peekViewResult.matchHighlightBackground":"#ffd33d33","peekViewEditor.background":"#1f242888","peekViewResult.background":"#1f2428","settings.headerForeground":"#e1e4e8","settings.modifiedItemIndicator":"#0366d6","welcomePage.buttonBackground":"#2f363d","welcomePage.buttonHoverBackground":"#444d56"},"semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#6a737d"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language"],"settings":{"foreground":"#79b8ff"}},{"scope":["entity","entity.name"],"settings":{"foreground":"#b392f0"}},{"scope":"variable.parameter.function","settings":{"foreground":"#e1e4e8"}},{"scope":"entity.name.tag","settings":{"foreground":"#85e89d"}},{"scope":"keyword","settings":{"foreground":"#f97583"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#f97583"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#e1e4e8"}},{"scope":["string","punctuation.definition.string","string punctuation.section.embedded source"],"settings":{"foreground":"#9ecbff"}},{"scope":"support","settings":{"foreground":"#79b8ff"}},{"scope":"meta.property-name","settings":{"foreground":"#79b8ff"}},{"scope":"variable","settings":{"foreground":"#ffab70"}},{"scope":"variable.other","settings":{"foreground":"#e1e4e8"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"carriage-return","settings":{"fontStyle":"italic underline","background":"#f97583","foreground":"#24292e","content":"^M"}},{"scope":"message.error","settings":{"foreground":"#fdaeb7"}},{"scope":"string variable","settings":{"foreground":"#79b8ff"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#dbedff"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#dbedff"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#85e89d"}},{"scope":"support.constant","settings":{"foreground":"#79b8ff"}},{"scope":"support.variable","settings":{"foreground":"#79b8ff"}},{"scope":"meta.module-reference","settings":{"foreground":"#79b8ff"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#ffab70"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#79b8ff"}},{"scope":"markup.quote","settings":{"foreground":"#85e89d"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#e1e4e8"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#e1e4e8"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#79b8ff"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#86181d","foreground":"#fdaeb7"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#144620","foreground":"#85e89d"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#c24e00","foreground":"#ffab70"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"foreground":"#2f363d","background":"#79b8ff"}},{"scope":"meta.diff.range","settings":{"foreground":"#b392f0","fontStyle":"bold"}},{"scope":"meta.diff.header","settings":{"foreground":"#79b8ff"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#79b8ff"}},{"scope":"meta.output","settings":{"foreground":"#79b8ff"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#d1d5da"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#fdaeb7"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#dbedff","fontStyle":"underline"}}]}'),Kc=JSON.parse('{"name":"GitHub Dark Dimmed","colors":{"focusBorder":"#316dca","foreground":"#adbac7","descriptionForeground":"#768390","errorForeground":"#e5534b","textLink.foreground":"#539bf5","textLink.activeForeground":"#539bf5","textBlockQuote.background":"#1c2128","textBlockQuote.border":"#444c56","textCodeBlock.background":"#636e7b66","textPreformat.foreground":"#768390","textSeparator.foreground":"#373e47","icon.foreground":"#768390","keybindingLabel.foreground":"#adbac7","button.background":"#347d39","button.foreground":"#ffffff","button.hoverBackground":"#46954a","button.secondaryBackground":"#3d444d","button.secondaryForeground":"#adbac7","button.secondaryHoverBackground":"#444c56","checkbox.background":"#2d333b","checkbox.border":"#444c56","dropdown.background":"#2d333b","dropdown.border":"#444c56","dropdown.foreground":"#adbac7","dropdown.listBackground":"#2d333b","input.background":"#22272e","input.border":"#444c56","input.foreground":"#adbac7","input.placeholderForeground":"#636e7b","badge.foreground":"#cdd9e5","badge.background":"#316dca","progressBar.background":"#316dca","titleBar.activeForeground":"#768390","titleBar.activeBackground":"#22272e","titleBar.inactiveForeground":"#768390","titleBar.inactiveBackground":"#1c2128","titleBar.border":"#444c56","activityBar.foreground":"#adbac7","activityBar.inactiveForeground":"#768390","activityBar.background":"#22272e","activityBarBadge.foreground":"#cdd9e5","activityBarBadge.background":"#316dca","activityBar.activeBorder":"#ec775c","activityBar.border":"#444c56","sideBar.foreground":"#adbac7","sideBar.background":"#1c2128","sideBar.border":"#444c56","sideBarTitle.foreground":"#adbac7","sideBarSectionHeader.foreground":"#adbac7","sideBarSectionHeader.background":"#1c2128","sideBarSectionHeader.border":"#444c56","list.hoverForeground":"#adbac7","list.inactiveSelectionForeground":"#adbac7","list.activeSelectionForeground":"#adbac7","list.hoverBackground":"#636e7b1a","list.inactiveSelectionBackground":"#636e7b66","list.activeSelectionBackground":"#636e7b66","list.focusForeground":"#adbac7","list.focusBackground":"#4184e426","list.inactiveFocusBackground":"#4184e426","list.highlightForeground":"#539bf5","tree.indentGuidesStroke":"#373e47","notificationCenterHeader.foreground":"#768390","notificationCenterHeader.background":"#2d333b","notifications.foreground":"#adbac7","notifications.background":"#2d333b","notifications.border":"#444c56","notificationsErrorIcon.foreground":"#e5534b","notificationsWarningIcon.foreground":"#c69026","notificationsInfoIcon.foreground":"#539bf5","pickerGroup.border":"#444c56","pickerGroup.foreground":"#768390","quickInput.background":"#2d333b","quickInput.foreground":"#adbac7","statusBar.foreground":"#768390","statusBar.background":"#22272e","statusBar.border":"#444c56","statusBar.focusBorder":"#316dca80","statusBar.noFolderBackground":"#22272e","statusBar.debuggingForeground":"#cdd9e5","statusBar.debuggingBackground":"#c93c37","statusBarItem.prominentBackground":"#636e7b66","statusBarItem.remoteForeground":"#adbac7","statusBarItem.remoteBackground":"#444c56","statusBarItem.hoverBackground":"#adbac714","statusBarItem.activeBackground":"#adbac71f","statusBarItem.focusBorder":"#316dca","editorGroupHeader.tabsBackground":"#1c2128","editorGroupHeader.tabsBorder":"#444c56","editorGroup.border":"#444c56","tab.activeForeground":"#adbac7","tab.inactiveForeground":"#768390","tab.inactiveBackground":"#1c2128","tab.activeBackground":"#22272e","tab.hoverBackground":"#22272e","tab.unfocusedHoverBackground":"#636e7b1a","tab.border":"#444c56","tab.unfocusedActiveBorderTop":"#444c56","tab.activeBorder":"#22272e","tab.unfocusedActiveBorder":"#22272e","tab.activeBorderTop":"#ec775c","breadcrumb.foreground":"#768390","breadcrumb.focusForeground":"#adbac7","breadcrumb.activeSelectionForeground":"#768390","breadcrumbPicker.background":"#2d333b","editor.foreground":"#adbac7","editor.background":"#22272e","editorWidget.background":"#2d333b","editor.foldBackground":"#636e7b1a","editor.lineHighlightBackground":"#636e7b1a","editorLineNumber.foreground":"#636e7b","editorLineNumber.activeForeground":"#adbac7","editorIndentGuide.background":"#adbac71f","editorIndentGuide.activeBackground":"#adbac73d","editorWhitespace.foreground":"#545d68","editorCursor.foreground":"#539bf5","editor.findMatchBackground":"#966600","editor.findMatchHighlightBackground":"#eac55f80","editor.linkedEditingBackground":"#539bf512","editor.selectionHighlightBackground":"#57ab5a40","editor.wordHighlightBackground":"#636e7b80","editor.wordHighlightBorder":"#636e7b99","editor.wordHighlightStrongBackground":"#636e7b4d","editor.wordHighlightStrongBorder":"#636e7b99","editorBracketMatch.background":"#57ab5a40","editorBracketMatch.border":"#57ab5a99","editorInlayHint.background":"#76839033","editorInlayHint.foreground":"#768390","editorInlayHint.typeBackground":"#76839033","editorInlayHint.typeForeground":"#768390","editorInlayHint.paramBackground":"#76839033","editorInlayHint.paramForeground":"#768390","editorGutter.modifiedBackground":"#ae7c1466","editorGutter.addedBackground":"#46954a66","editorGutter.deletedBackground":"#e5534b66","diffEditor.insertedLineBackground":"#347d3926","diffEditor.insertedTextBackground":"#57ab5a4d","diffEditor.removedLineBackground":"#c93c3726","diffEditor.removedTextBackground":"#f470674d","scrollbar.shadow":"#545d6833","scrollbarSlider.background":"#76839033","scrollbarSlider.hoverBackground":"#7683903d","scrollbarSlider.activeBackground":"#76839047","editorOverviewRuler.border":"#1c2128","minimapSlider.background":"#76839033","minimapSlider.hoverBackground":"#7683903d","minimapSlider.activeBackground":"#76839047","panel.background":"#1c2128","panel.border":"#444c56","panelTitle.activeBorder":"#ec775c","panelTitle.activeForeground":"#adbac7","panelTitle.inactiveForeground":"#768390","panelInput.border":"#444c56","debugIcon.breakpointForeground":"#e5534b","debugConsole.infoForeground":"#768390","debugConsole.warningForeground":"#c69026","debugConsole.errorForeground":"#ff938a","debugConsole.sourceForeground":"#daaa3f","debugConsoleInputIcon.foreground":"#b083f0","debugTokenExpression.name":"#6cb6ff","debugTokenExpression.value":"#96d0ff","debugTokenExpression.string":"#96d0ff","debugTokenExpression.boolean":"#6bc46d","debugTokenExpression.number":"#6bc46d","debugTokenExpression.error":"#ff938a","symbolIcon.arrayForeground":"#e0823d","symbolIcon.booleanForeground":"#539bf5","symbolIcon.classForeground":"#e0823d","symbolIcon.colorForeground":"#6cb6ff","symbolIcon.constructorForeground":"#dcbdfb","symbolIcon.enumeratorForeground":"#e0823d","symbolIcon.enumeratorMemberForeground":"#539bf5","symbolIcon.eventForeground":"#636e7b","symbolIcon.fieldForeground":"#e0823d","symbolIcon.fileForeground":"#c69026","symbolIcon.folderForeground":"#c69026","symbolIcon.functionForeground":"#b083f0","symbolIcon.interfaceForeground":"#e0823d","symbolIcon.keyForeground":"#539bf5","symbolIcon.keywordForeground":"#f47067","symbolIcon.methodForeground":"#b083f0","symbolIcon.moduleForeground":"#f47067","symbolIcon.namespaceForeground":"#f47067","symbolIcon.nullForeground":"#539bf5","symbolIcon.numberForeground":"#57ab5a","symbolIcon.objectForeground":"#e0823d","symbolIcon.operatorForeground":"#6cb6ff","symbolIcon.packageForeground":"#e0823d","symbolIcon.propertyForeground":"#e0823d","symbolIcon.referenceForeground":"#539bf5","symbolIcon.snippetForeground":"#539bf5","symbolIcon.stringForeground":"#6cb6ff","symbolIcon.structForeground":"#e0823d","symbolIcon.textForeground":"#6cb6ff","symbolIcon.typeParameterForeground":"#6cb6ff","symbolIcon.unitForeground":"#539bf5","symbolIcon.variableForeground":"#e0823d","symbolIcon.constantForeground":["#b4f1b4","#8ddb8c","#6bc46d","#57ab5a","#46954a","#347d39","#2b6a30","#245829","#1b4721","#113417"],"terminal.foreground":"#adbac7","terminal.ansiBlack":"#545d68","terminal.ansiRed":"#f47067","terminal.ansiGreen":"#57ab5a","terminal.ansiYellow":"#c69026","terminal.ansiBlue":"#539bf5","terminal.ansiMagenta":"#b083f0","terminal.ansiCyan":"#39c5cf","terminal.ansiWhite":"#909dab","terminal.ansiBrightBlack":"#636e7b","terminal.ansiBrightRed":"#ff938a","terminal.ansiBrightGreen":"#6bc46d","terminal.ansiBrightYellow":"#daaa3f","terminal.ansiBrightBlue":"#6cb6ff","terminal.ansiBrightMagenta":"#dcbdfb","terminal.ansiBrightCyan":"#56d4dd","terminal.ansiBrightWhite":"#cdd9e5","editorBracketHighlight.foreground1":"#6cb6ff","editorBracketHighlight.foreground2":"#6bc46d","editorBracketHighlight.foreground3":"#daaa3f","editorBracketHighlight.foreground4":"#ff938a","editorBracketHighlight.foreground5":"#fc8dc7","editorBracketHighlight.foreground6":"#dcbdfb","editorBracketHighlight.unexpectedBracket.foreground":"#768390","gitDecoration.addedResourceForeground":"#57ab5a","gitDecoration.modifiedResourceForeground":"#c69026","gitDecoration.deletedResourceForeground":"#e5534b","gitDecoration.untrackedResourceForeground":"#57ab5a","gitDecoration.ignoredResourceForeground":"#636e7b","gitDecoration.conflictingResourceForeground":"#cc6b2c","gitDecoration.submoduleResourceForeground":"#768390","debugToolBar.background":"#2d333b","editor.stackFrameHighlightBackground":"#ae7c1466","editor.focusedStackFrameHighlightBackground":"#46954a66","peekViewEditor.matchHighlightBackground":"#ae7c1466","peekViewResult.matchHighlightBackground":"#ae7c1466","peekViewEditor.background":"#636e7b1a","peekViewResult.background":"#22272e","settings.headerForeground":"#adbac7","settings.modifiedItemIndicator":"#ae7c1466","welcomePage.buttonBackground":"#373e47","welcomePage.buttonHoverBackground":"#444c56"},"semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#768390"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#f47067"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#6cb6ff"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#f69d50"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#adbac7"}},{"scope":"entity.name.function","settings":{"foreground":"#dcbdfb"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#8ddb8c"}},{"scope":"keyword","settings":{"foreground":"#f47067"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#f47067"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#adbac7"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#96d0ff"}},{"scope":"support","settings":{"foreground":"#6cb6ff"}},{"scope":"meta.property-name","settings":{"foreground":"#6cb6ff"}},{"scope":"variable","settings":{"foreground":"#f69d50"}},{"scope":"variable.other","settings":{"foreground":"#adbac7"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"carriage-return","settings":{"fontStyle":"italic underline","background":"#f47067","foreground":"#cdd9e5","content":"^M"}},{"scope":"message.error","settings":{"foreground":"#ff938a"}},{"scope":"string variable","settings":{"foreground":"#6cb6ff"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#96d0ff"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#96d0ff"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#8ddb8c"}},{"scope":"support.constant","settings":{"foreground":"#6cb6ff"}},{"scope":"support.variable","settings":{"foreground":"#6cb6ff"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#8ddb8c"}},{"scope":"meta.module-reference","settings":{"foreground":"#6cb6ff"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#f69d50"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#6cb6ff"}},{"scope":"markup.quote","settings":{"foreground":"#8ddb8c"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#adbac7"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#adbac7"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#6cb6ff"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#5d0f12","foreground":"#ff938a"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#f47067"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#113417","foreground":"#8ddb8c"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#682d0f","foreground":"#f69d50"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"foreground":"#2d333b","background":"#6cb6ff"}},{"scope":"meta.diff.range","settings":{"foreground":"#dcbdfb","fontStyle":"bold"}},{"scope":"meta.diff.header","settings":{"foreground":"#6cb6ff"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#6cb6ff"}},{"scope":"meta.output","settings":{"foreground":"#6cb6ff"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#768390"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#ff938a"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#96d0ff"}}]}'),$c=JSON.parse('{"name":"Material-Theme-Default","semanticHighlighting":true,"tokenColors":[{"name":"Global settings","settings":{"background":"#263238","foreground":"#EEFFFF"}},{"name":"String","scope":"string","settings":{"foreground":"#C3E88D"}},{"name":"Punctuation","scope":"punctuation, constant.other.symbol","settings":{"foreground":"#89DDFF"}},{"name":"String Escape","scope":"constant.character.escape, text.html constant.character.entity.named","settings":{"foreground":"#EEFFFF"}},{"name":"Boolean","scope":"constant.language.boolean","settings":{"foreground":"#ff9cac"}},{"name":"Number","scope":"constant.numeric","settings":{"foreground":"#F78C6C"}},{"name":"Variable","scope":"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments","settings":{"foreground":"#EEFFFF"}},{"name":"Other Keyword","scope":"keyword.other","settings":{"foreground":"#F78C6C"}},{"name":"Keyword","scope":"keyword, modifier, variable.language.this, support.type.object, constant.language","settings":{"foreground":"#89DDFF"}},{"name":"Function call","scope":"entity.name.function, support.function","settings":{"foreground":"#82AAFF"}},{"name":"Storage","scope":"storage.type, storage.modifier, storage.control","settings":{"foreground":"#C792EA"}},{"name":"Modules","scope":"support.module, support.node","settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Type","scope":"support.type, constant.other.key","settings":{"foreground":"#FFCB6B"}},{"name":"Type","scope":"entity.name.type, entity.other.inherited-class, entity.other","settings":{"foreground":"#FFCB6B"}},{"name":"Comment","scope":"comment","settings":{"foreground":"#546E7A","fontStyle":"italic"}},{"name":"Comment","scope":"comment punctuation.definition.comment, string.quoted.docstring","settings":{"foreground":"#546E7A","fontStyle":"italic"}},{"name":"Punctuation","scope":"punctuation","settings":{"foreground":"#89DDFF"}},{"name":"Class","scope":"entity.name, entity.name.type.class, support.type, support.class, meta.use","settings":{"foreground":"#FFCB6B"}},{"name":"Class variable","scope":"variable.object.property, meta.field.declaration entity.name.function","settings":{"foreground":"#f07178"}},{"name":"Class method","scope":"meta.definition.method entity.name.function","settings":{"foreground":"#f07178"}},{"name":"Function definition","scope":"meta.function entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"Template expression","scope":"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end","settings":{"foreground":"#89DDFF"}},{"name":"Reset embedded/template expression colors","scope":"meta.embedded, source.groovy.embedded, meta.template.expression","settings":{"foreground":"#EEFFFF"}},{"name":"YAML key","scope":"entity.name.tag.yaml","settings":{"foreground":"#f07178"}},{"name":"JSON key","scope":"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json","settings":{"foreground":"#f07178"}},{"name":"JSON constant","scope":"constant.language.json","settings":{"foreground":"#89DDFF"}},{"name":"CSS class","scope":"entity.other.attribute-name.class","settings":{"foreground":"#FFCB6B"}},{"name":"CSS ID","scope":"entity.other.attribute-name.id","settings":{"foreground":"#F78C6C"}},{"name":"CSS tag","scope":"source.css entity.name.tag","settings":{"foreground":"#FFCB6B"}},{"name":"CSS properties","scope":"support.type.property-name.css","settings":{"foreground":"#B2CCD6"}},{"name":"HTML tag outer","scope":"meta.tag, punctuation.definition.tag","settings":{"foreground":"#89DDFF"}},{"name":"HTML tag inner","scope":"entity.name.tag","settings":{"foreground":"#f07178"}},{"name":"HTML tag attribute","scope":"entity.other.attribute-name","settings":{"foreground":"#C792EA"}},{"name":"HTML entities","scope":"punctuation.definition.entity.html","settings":{"foreground":"#EEFFFF"}},{"name":"Markdown heading","scope":"markup.heading","settings":{"foreground":"#89DDFF"}},{"name":"Markdown link text","scope":"text.html.markdown meta.link.inline, meta.link.reference","settings":{"foreground":"#f07178"}},{"name":"Markdown list item","scope":"text.html.markdown beginning.punctuation.definition.list","settings":{"foreground":"#89DDFF"}},{"name":"Markdown italic","scope":"markup.italic","settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Markdown bold","scope":"markup.bold","settings":{"foreground":"#f07178","fontStyle":"bold"}},{"name":"Markdown bold italic","scope":"markup.bold markup.italic, markup.italic markup.bold","settings":{"foreground":"#f07178","fontStyle":"italic bold"}},{"name":"Markdown code block","scope":"markup.fenced_code.block.markdown punctuation.definition.markdown","settings":{"foreground":"#C3E88D"}},{"name":"Markdown inline code","scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#C3E88D"}},{"name":"INI property name","scope":"keyword.other.definition.ini","settings":{"foreground":"#f07178"}},{"name":"INI section title","scope":"entity.name.section.group-title.ini","settings":{"foreground":"#89DDFF"}},{"name":"C# class","scope":"source.cs meta.class.identifier storage.type","settings":{"foreground":"#FFCB6B"}},{"name":"C# class method","scope":"source.cs meta.method.identifier entity.name.function","settings":{"foreground":"#f07178"}},{"name":"C# function call","scope":"source.cs meta.method-call meta.method, source.cs entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"C# type","scope":"source.cs storage.type","settings":{"foreground":"#FFCB6B"}},{"name":"C# return type","scope":"source.cs meta.method.return-type","settings":{"foreground":"#FFCB6B"}},{"name":"C# preprocessor","scope":"source.cs meta.preprocessor","settings":{"foreground":"#546E7A"}},{"name":"C# namespace","scope":"source.cs entity.name.type.namespace","settings":{"foreground":"#EEFFFF"}},{"name":"JSX Text","scope":"meta.jsx.children, SXNested","settings":{"foreground":"#EEFFFF"}},{"name":"JSX Components name","scope":"support.class.component","settings":{"foreground":"#FFCB6B"}},{"name":"C-related Block Level Variables","scope":"source.cpp meta.block variable.other","settings":{"foreground":"#EEFFFF"}},{"name":"Member Access Meta","scope":"source.python meta.member.access.python","settings":{"foreground":"#f07178"}},{"name":"Function Call","scope":"source.python meta.function-call.python, meta.function-call.arguments","settings":{"foreground":"#82AAFF"}},{"name":"Blocks","scope":"meta.block","settings":{"foreground":"#f07178"}},{"name":"Function Call","scope":"entity.name.function.call","settings":{"foreground":"#82AAFF"}},{"name":"Namespaces","scope":"source.php support.other.namespace, source.php meta.use support.class","settings":{"foreground":"#EEFFFF"}},{"name":"Constant keywords","scope":"constant.keyword","settings":{"foreground":"#89DDFF","fontStyle":"italic"}},{"name":"Entity name","scope":"entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"Global settings","settings":{"background":"#263238","foreground":"#EEFFFF"}},{"name":"Markup Deleted","scope":["markup.deleted"],"settings":{"foreground":"#f07178"}},{"name":"Markup Inserted","scope":["markup.inserted"],"settings":{"foreground":"#C3E88D"}},{"name":"Markup Underline","scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"name":"Keyword Control","scope":["keyword.control"],"settings":{"foreground":"#89DDFF","fontStyle":"italic"}},{"name":"Parameter","scope":["variable.parameter"],"settings":{"fontStyle":"italic"}},{"name":"Python - Self Parameter","scope":["variable.parameter.function.language.special.self.python"],"settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Python - Format Placeholder","scope":["constant.character.format.placeholder.other.python"],"settings":{"foreground":"#F78C6C"}},{"name":"Markdown - Blockquote","scope":["markup.quote"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"name":"Markdown - Fenced Language","scope":["markup.fenced_code.block"],"settings":{"foreground":"#EEFFFF90"}},{"name":"Markdown - Blockquote Punctuation","scope":["punctuation.definition.quote"],"settings":{"foreground":"#ff9cac"}},{"name":"JSON Key - Level 0","scope":["meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"name":"JSON Key - Level 1","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#FFCB6B"}},{"name":"JSON Key - Level 2","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#F78C6C"}},{"name":"JSON Key - Level 3","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#f07178"}},{"name":"JSON Key - Level 4","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#916b53"}},{"name":"JSON Key - Level 5","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#82AAFF"}},{"name":"JSON Key - Level 6","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#ff9cac"}},{"name":"JSON Key - Level 7","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"name":"JSON Key - Level 8","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C3E88D"}}],"colors":{"focusBorder":"#FFFFFF00","foreground":"#EEFFFF","button.background":"#80CBC420","button.foreground":"#ffffff","dropdown.background":"#263238","input.background":"#303C41","inputOption.activeBorder":"#EEFFFF30","list.activeSelectionBackground":"#263238","list.activeSelectionForeground":"#80CBC4","list.dropBackground":"#f0717880","list.focusBackground":"#EEFFFF20","list.focusForeground":"#EEFFFF","list.highlightForeground":"#80CBC4","list.hoverBackground":"#263238","list.inactiveSelectionBackground":"#00000030","activityBar.background":"#263238","activityBar.dropBackground":"#f0717880","activityBarBadge.background":"#80CBC4","activityBarBadge.foreground":"#000000","badge.background":"#00000030","badge.foreground":"#546E7A","sideBar.background":"#263238","sideBarSectionHeader.background":"#263238","editorGroup.dropBackground":"#f0717880","editorGroup.focusedEmptyBorder":"#f07178","editorGroupHeader.tabsBackground":"#263238","tab.border":"#263238","tab.activeBorder":"#80CBC4","tab.inactiveBackground":"#263238","tab.activeModifiedBorder":"#607a86","tab.inactiveModifiedBorder":"#904348","tab.unfocusedActiveModifiedBorder":"#c05a60","tab.unfocusedInactiveModifiedBorder":"#904348","editor.background":"#263238","editor.foreground":"#EEFFFF","editorLineNumber.foreground":"#37474F","editorLineNumber.activeForeground":"#607a86","editorCursor.foreground":"#FFCC00","editor.selectionBackground":"#80CBC420","editor.selectionHighlightBackground":"#FFCC0020","editor.wordHighlightBackground":"#ff9cac30","editor.wordHighlightStrongBackground":"#C3E88D30","editor.findMatchHighlight":"#EEFFFF","editor.findRangeHighlightBackground":"#FFCB6B30","editor.lineHighlightBorder":"#00000000","editor.rangeHighlightBackground":"#FFFFFF0d","editorWhitespace.foreground":"#EEFFFF40","editorWidget.background":"#263238","editorHoverWidget.background":"#263238","editorMarkerNavigation.background":"#EEFFFF05","peekView.border":"#00000030","peekViewEditor.background":"#EEFFFF05","peekViewResult.background":"#EEFFFF05","peekViewTitle.background":"#EEFFFF05","panel.background":"#263238","panel.border":"#26323860","panelTitle.activeBorder":"#80CBC4","panelTitle.inactiveForeground":"#EEFFFF","notebook.focusedCellBorder":"#80CBC4","notebook.inactiveFocusedCellBorder":"#80CBC450","statusBar.background":"#263238","statusBar.debuggingBackground":"#C792EA","statusBar.debuggingForeground":"#ffffff","statusBar.noFolderBackground":"#263238","statusBarItem.activeBackground":"#f0717880","statusBarItem.hoverBackground":"#546E7A20","statusBarItem.remoteBackground":"#80CBC4","statusBarItem.remoteForeground":"#000000","titleBar.activeBackground":"#263238","pickerGroup.border":"#FFFFFF1a","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#82AAFF","terminal.ansiBrightBlack":"#546E7A","terminal.ansiBrightBlue":"#82AAFF","terminal.ansiBrightCyan":"#89DDFF","terminal.ansiBrightGreen":"#C3E88D","terminal.ansiBrightMagenta":"#C792EA","terminal.ansiBrightRed":"#f07178","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#FFCB6B","terminal.ansiCyan":"#89DDFF","terminal.ansiGreen":"#C3E88D","terminal.ansiMagenta":"#C792EA","terminal.ansiRed":"#f07178","terminal.ansiWhite":"#ffffff","terminal.ansiYellow":"#FFCB6B","debugToolBar.background":"#263238","debugConsole.errorForeground":"#f07178","debugConsole.infoForeground":"#89DDFF","debugConsole.warningForeground":"#FFCB6B","selection.background":"#00000080","editorRuler.foreground":"#37474F","widget.shadow":"#00000030","scrollbar.shadow":"#00000030","editorLink.activeForeground":"#EEFFFF","progressBar.background":"#80CBC4","pickerGroup.foreground":"#80CBC4","tree.indentGuidesStroke":"#37474F","terminalCursor.foreground":"#FFCB6B","terminalCursor.background":"#000000","inputOption.activeBackground":"#EEFFFF30","textLink.foreground":"#80CBC4","textLink.activeForeground":"#EEFFFF","sideBar.foreground":"#607a86","sideBar.border":"#26323860","sideBarTitle.foreground":"#EEFFFF","sideBarSectionHeader.border":"#26323860","panel.dropBackground":"#EEFFFF","panelTitle.activeForeground":"#FFFFFF","editor.lineHighlightBackground":"#00000050","editor.findMatchBackground":"#000000","editor.findMatchHighlightBackground":"#00000050","editor.findMatchBorder":"#80CBC4","editor.findMatchHighlightBorder":"#ffffff30","editorIndentGuide.background":"#37474F70","editorIndentGuide.activeBackground":"#37474F","editorGroup.border":"#00000030","editorGutter.modifiedBackground":"#82AAFF60","editorGutter.addedBackground":"#C3E88D60","editorGutter.deletedBackground":"#f0717860","activityBar.border":"#26323860","activityBar.foreground":"#EEFFFF","activityBar.activeBorder":"#80CBC4","extensionBadge.remoteForeground":"#EEFFFF","scrollbarSlider.background":"#EEFFFF20","scrollbarSlider.hoverBackground":"#EEFFFF10","scrollbarSlider.activeBackground":"#80CBC4","tab.unfocusedActiveBorder":"#546E7A","tab.activeForeground":"#FFFFFF","tab.inactiveForeground":"#607a86","tab.activeBackground":"#263238","tab.unfocusedActiveForeground":"#EEFFFF","editorWidget.resizeBorder":"#80CBC4","editorWidget.border":"#80CBC4","statusBar.border":"#26323860","statusBar.foreground":"#546E7A","editorBracketMatch.border":"#FFCC0050","editorBracketMatch.background":"#263238","editorOverviewRuler.findMatchForeground":"#80CBC4","editorOverviewRuler.border":"#263238","editorOverviewRuler.errorForeground":"#f0717840","editorOverviewRuler.infoForeground":"#82AAFF40","editorOverviewRuler.warningForeground":"#FFCB6B40","editorInfo.foreground":"#82AAFF70","editorWarning.foreground":"#FFCB6B70","editorError.foreground":"#f0717870","editorHoverWidget.border":"#FFFFFF10","titleBar.activeForeground":"#EEFFFF","titleBar.inactiveBackground":"#263238","titleBar.inactiveForeground":"#607a86","titleBar.border":"#26323860","input.foreground":"#EEFFFF","input.placeholderForeground":"#EEFFFF60","input.border":"#FFFFFF10","inputValidation.errorBorder":"#f07178","inputValidation.infoBorder":"#82AAFF","inputValidation.warningBorder":"#FFCB6B","dropdown.border":"#FFFFFF10","quickInput.background":"#263238","quickInput.foreground":"#607a86","list.hoverForeground":"#FFFFFF","list.inactiveSelectionForeground":"#80CBC4","quickInput.list.focusBackground":"#EEFFFF20","editorSuggestWidget.background":"#263238","editorSuggestWidget.foreground":"#EEFFFF","editorSuggestWidget.highlightForeground":"#80CBC4","editorSuggestWidget.selectedBackground":"#00000050","editorSuggestWidget.border":"#FFFFFF10","diffEditor.insertedTextBackground":"#89DDFF20","diffEditor.removedTextBackground":"#ff9cac20","notifications.background":"#263238","notifications.foreground":"#EEFFFF","notificationLink.foreground":"#80CBC4","extensionButton.prominentBackground":"#C3E88D90","extensionButton.prominentHoverBackground":"#C3E88D","extensionButton.prominentForeground":"#000000","peekViewEditorGutter.background":"#EEFFFF05","peekViewTitleDescription.foreground":"#EEFFFF60","peekViewResult.matchHighlightBackground":"#80CBC420","peekViewEditor.matchHighlightBackground":"#80CBC420","peekViewResult.selectionBackground":"#607a8670","gitDecoration.deletedResourceForeground":"#f0717890","gitDecoration.conflictingResourceForeground":"#FFCB6B90","gitDecoration.modifiedResourceForeground":"#82AAFF90","gitDecoration.untrackedResourceForeground":"#C3E88D90","gitDecoration.ignoredResourceForeground":"#607a8690","breadcrumb.background":"#263238","breadcrumb.foreground":"#607a86","breadcrumb.focusForeground":"#EEFFFF","breadcrumb.activeSelectionForeground":"#80CBC4","breadcrumbPicker.background":"#263238","menu.background":"#263238","menu.foreground":"#EEFFFF","menu.selectionBackground":"#00000050","menu.selectionForeground":"#80CBC4","menu.selectionBorder":"#00000030","menu.separatorBackground":"#EEFFFF","menubar.selectionBackground":"#00000030","menubar.selectionForeground":"#80CBC4","menubar.selectionBorder":"#00000030","settings.dropdownForeground":"#EEFFFF","settings.dropdownBackground":"#263238","settings.numberInputForeground":"#EEFFFF","settings.numberInputBackground":"#263238","settings.textInputForeground":"#EEFFFF","settings.textInputBackground":"#263238","settings.headerForeground":"#80CBC4","settings.modifiedItemIndicator":"#80CBC4","settings.checkboxBackground":"#263238","settings.checkboxForeground":"#EEFFFF","listFilterWidget.background":"#00000030","listFilterWidget.outline":"#00000030","listFilterWidget.noMatchesOutline":"#00000030"}}'),Wc=JSON.parse('{"name":"Material-Theme-Darker","semanticHighlighting":true,"tokenColors":[{"name":"Global settings","settings":{"background":"#212121","foreground":"#EEFFFF"}},{"name":"String","scope":"string","settings":{"foreground":"#C3E88D"}},{"name":"Punctuation","scope":"punctuation, constant.other.symbol","settings":{"foreground":"#89DDFF"}},{"name":"String Escape","scope":"constant.character.escape, text.html constant.character.entity.named","settings":{"foreground":"#EEFFFF"}},{"name":"Boolean","scope":"constant.language.boolean","settings":{"foreground":"#ff9cac"}},{"name":"Number","scope":"constant.numeric","settings":{"foreground":"#F78C6C"}},{"name":"Variable","scope":"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments","settings":{"foreground":"#EEFFFF"}},{"name":"Other Keyword","scope":"keyword.other","settings":{"foreground":"#F78C6C"}},{"name":"Keyword","scope":"keyword, modifier, variable.language.this, support.type.object, constant.language","settings":{"foreground":"#89DDFF"}},{"name":"Function call","scope":"entity.name.function, support.function","settings":{"foreground":"#82AAFF"}},{"name":"Storage","scope":"storage.type, storage.modifier, storage.control","settings":{"foreground":"#C792EA"}},{"name":"Modules","scope":"support.module, support.node","settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Type","scope":"support.type, constant.other.key","settings":{"foreground":"#FFCB6B"}},{"name":"Type","scope":"entity.name.type, entity.other.inherited-class, entity.other","settings":{"foreground":"#FFCB6B"}},{"name":"Comment","scope":"comment","settings":{"foreground":"#545454","fontStyle":"italic"}},{"name":"Comment","scope":"comment punctuation.definition.comment, string.quoted.docstring","settings":{"foreground":"#545454","fontStyle":"italic"}},{"name":"Punctuation","scope":"punctuation","settings":{"foreground":"#89DDFF"}},{"name":"Class","scope":"entity.name, entity.name.type.class, support.type, support.class, meta.use","settings":{"foreground":"#FFCB6B"}},{"name":"Class variable","scope":"variable.object.property, meta.field.declaration entity.name.function","settings":{"foreground":"#f07178"}},{"name":"Class method","scope":"meta.definition.method entity.name.function","settings":{"foreground":"#f07178"}},{"name":"Function definition","scope":"meta.function entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"Template expression","scope":"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end","settings":{"foreground":"#89DDFF"}},{"name":"Reset embedded/template expression colors","scope":"meta.embedded, source.groovy.embedded, meta.template.expression","settings":{"foreground":"#EEFFFF"}},{"name":"YAML key","scope":"entity.name.tag.yaml","settings":{"foreground":"#f07178"}},{"name":"JSON key","scope":"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json","settings":{"foreground":"#f07178"}},{"name":"JSON constant","scope":"constant.language.json","settings":{"foreground":"#89DDFF"}},{"name":"CSS class","scope":"entity.other.attribute-name.class","settings":{"foreground":"#FFCB6B"}},{"name":"CSS ID","scope":"entity.other.attribute-name.id","settings":{"foreground":"#F78C6C"}},{"name":"CSS tag","scope":"source.css entity.name.tag","settings":{"foreground":"#FFCB6B"}},{"name":"CSS properties","scope":"support.type.property-name.css","settings":{"foreground":"#B2CCD6"}},{"name":"HTML tag outer","scope":"meta.tag, punctuation.definition.tag","settings":{"foreground":"#89DDFF"}},{"name":"HTML tag inner","scope":"entity.name.tag","settings":{"foreground":"#f07178"}},{"name":"HTML tag attribute","scope":"entity.other.attribute-name","settings":{"foreground":"#C792EA"}},{"name":"HTML entities","scope":"punctuation.definition.entity.html","settings":{"foreground":"#EEFFFF"}},{"name":"Markdown heading","scope":"markup.heading","settings":{"foreground":"#89DDFF"}},{"name":"Markdown link text","scope":"text.html.markdown meta.link.inline, meta.link.reference","settings":{"foreground":"#f07178"}},{"name":"Markdown list item","scope":"text.html.markdown beginning.punctuation.definition.list","settings":{"foreground":"#89DDFF"}},{"name":"Markdown italic","scope":"markup.italic","settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Markdown bold","scope":"markup.bold","settings":{"foreground":"#f07178","fontStyle":"bold"}},{"name":"Markdown bold italic","scope":"markup.bold markup.italic, markup.italic markup.bold","settings":{"foreground":"#f07178","fontStyle":"italic bold"}},{"name":"Markdown code block","scope":"markup.fenced_code.block.markdown punctuation.definition.markdown","settings":{"foreground":"#C3E88D"}},{"name":"Markdown inline code","scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#C3E88D"}},{"name":"INI property name","scope":"keyword.other.definition.ini","settings":{"foreground":"#f07178"}},{"name":"INI section title","scope":"entity.name.section.group-title.ini","settings":{"foreground":"#89DDFF"}},{"name":"C# class","scope":"source.cs meta.class.identifier storage.type","settings":{"foreground":"#FFCB6B"}},{"name":"C# class method","scope":"source.cs meta.method.identifier entity.name.function","settings":{"foreground":"#f07178"}},{"name":"C# function call","scope":"source.cs meta.method-call meta.method, source.cs entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"C# type","scope":"source.cs storage.type","settings":{"foreground":"#FFCB6B"}},{"name":"C# return type","scope":"source.cs meta.method.return-type","settings":{"foreground":"#FFCB6B"}},{"name":"C# preprocessor","scope":"source.cs meta.preprocessor","settings":{"foreground":"#545454"}},{"name":"C# namespace","scope":"source.cs entity.name.type.namespace","settings":{"foreground":"#EEFFFF"}},{"name":"JSX Text","scope":"meta.jsx.children, SXNested","settings":{"foreground":"#EEFFFF"}},{"name":"JSX Components name","scope":"support.class.component","settings":{"foreground":"#FFCB6B"}},{"name":"C-related Block Level Variables","scope":"source.cpp meta.block variable.other","settings":{"foreground":"#EEFFFF"}},{"name":"Member Access Meta","scope":"source.python meta.member.access.python","settings":{"foreground":"#f07178"}},{"name":"Function Call","scope":"source.python meta.function-call.python, meta.function-call.arguments","settings":{"foreground":"#82AAFF"}},{"name":"Blocks","scope":"meta.block","settings":{"foreground":"#f07178"}},{"name":"Function Call","scope":"entity.name.function.call","settings":{"foreground":"#82AAFF"}},{"name":"Namespaces","scope":"source.php support.other.namespace, source.php meta.use support.class","settings":{"foreground":"#EEFFFF"}},{"name":"Constant keywords","scope":"constant.keyword","settings":{"foreground":"#89DDFF","fontStyle":"italic"}},{"name":"Entity name","scope":"entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"Global settings","settings":{"background":"#212121","foreground":"#EEFFFF"}},{"name":"Markup Deleted","scope":["markup.deleted"],"settings":{"foreground":"#f07178"}},{"name":"Markup Inserted","scope":["markup.inserted"],"settings":{"foreground":"#C3E88D"}},{"name":"Markup Underline","scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"name":"Keyword Control","scope":["keyword.control"],"settings":{"foreground":"#89DDFF","fontStyle":"italic"}},{"name":"Parameter","scope":["variable.parameter"],"settings":{"fontStyle":"italic"}},{"name":"Python - Self Parameter","scope":["variable.parameter.function.language.special.self.python"],"settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Python - Format Placeholder","scope":["constant.character.format.placeholder.other.python"],"settings":{"foreground":"#F78C6C"}},{"name":"Markdown - Blockquote","scope":["markup.quote"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"name":"Markdown - Fenced Language","scope":["markup.fenced_code.block"],"settings":{"foreground":"#EEFFFF90"}},{"name":"Markdown - Blockquote Punctuation","scope":["punctuation.definition.quote"],"settings":{"foreground":"#ff9cac"}},{"name":"JSON Key - Level 0","scope":["meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"name":"JSON Key - Level 1","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#FFCB6B"}},{"name":"JSON Key - Level 2","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#F78C6C"}},{"name":"JSON Key - Level 3","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#f07178"}},{"name":"JSON Key - Level 4","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#916b53"}},{"name":"JSON Key - Level 5","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#82AAFF"}},{"name":"JSON Key - Level 6","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#ff9cac"}},{"name":"JSON Key - Level 7","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"name":"JSON Key - Level 8","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C3E88D"}}],"colors":{"focusBorder":"#FFFFFF00","foreground":"#EEFFFF","button.background":"#61616150","button.foreground":"#ffffff","dropdown.background":"#212121","input.background":"#2B2B2B","inputOption.activeBorder":"#EEFFFF30","list.activeSelectionBackground":"#212121","list.activeSelectionForeground":"#80CBC4","list.dropBackground":"#f0717880","list.focusBackground":"#EEFFFF20","list.focusForeground":"#EEFFFF","list.highlightForeground":"#80CBC4","list.hoverBackground":"#212121","list.inactiveSelectionBackground":"#00000030","activityBar.background":"#212121","activityBar.dropBackground":"#f0717880","activityBarBadge.background":"#80CBC4","activityBarBadge.foreground":"#000000","badge.background":"#00000030","badge.foreground":"#545454","sideBar.background":"#212121","sideBarSectionHeader.background":"#212121","editorGroup.dropBackground":"#f0717880","editorGroup.focusedEmptyBorder":"#f07178","editorGroupHeader.tabsBackground":"#212121","tab.border":"#212121","tab.activeBorder":"#80CBC4","tab.inactiveBackground":"#212121","tab.activeModifiedBorder":"#616161","tab.inactiveModifiedBorder":"#904348","tab.unfocusedActiveModifiedBorder":"#c05a60","tab.unfocusedInactiveModifiedBorder":"#904348","editor.background":"#212121","editor.foreground":"#EEFFFF","editorLineNumber.foreground":"#424242","editorLineNumber.activeForeground":"#616161","editorCursor.foreground":"#FFCC00","editor.selectionBackground":"#61616150","editor.selectionHighlightBackground":"#FFCC0020","editor.wordHighlightBackground":"#ff9cac30","editor.wordHighlightStrongBackground":"#C3E88D30","editor.findMatchHighlight":"#EEFFFF","editor.findRangeHighlightBackground":"#FFCB6B30","editor.lineHighlightBorder":"#00000000","editor.rangeHighlightBackground":"#FFFFFF0d","editorWhitespace.foreground":"#EEFFFF40","editorWidget.background":"#212121","editorHoverWidget.background":"#212121","editorMarkerNavigation.background":"#EEFFFF05","peekView.border":"#00000030","peekViewEditor.background":"#EEFFFF05","peekViewResult.background":"#EEFFFF05","peekViewTitle.background":"#EEFFFF05","panel.background":"#212121","panel.border":"#21212160","panelTitle.activeBorder":"#80CBC4","panelTitle.inactiveForeground":"#EEFFFF","notebook.focusedCellBorder":"#80CBC4","notebook.inactiveFocusedCellBorder":"#80CBC450","statusBar.background":"#212121","statusBar.debuggingBackground":"#C792EA","statusBar.debuggingForeground":"#ffffff","statusBar.noFolderBackground":"#212121","statusBarItem.activeBackground":"#f0717880","statusBarItem.hoverBackground":"#54545420","statusBarItem.remoteBackground":"#80CBC4","statusBarItem.remoteForeground":"#000000","titleBar.activeBackground":"#212121","pickerGroup.border":"#FFFFFF1a","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#82AAFF","terminal.ansiBrightBlack":"#545454","terminal.ansiBrightBlue":"#82AAFF","terminal.ansiBrightCyan":"#89DDFF","terminal.ansiBrightGreen":"#C3E88D","terminal.ansiBrightMagenta":"#C792EA","terminal.ansiBrightRed":"#f07178","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#FFCB6B","terminal.ansiCyan":"#89DDFF","terminal.ansiGreen":"#C3E88D","terminal.ansiMagenta":"#C792EA","terminal.ansiRed":"#f07178","terminal.ansiWhite":"#ffffff","terminal.ansiYellow":"#FFCB6B","debugToolBar.background":"#212121","debugConsole.errorForeground":"#f07178","debugConsole.infoForeground":"#89DDFF","debugConsole.warningForeground":"#FFCB6B","selection.background":"#00000080","editorRuler.foreground":"#424242","widget.shadow":"#00000030","scrollbar.shadow":"#00000030","editorLink.activeForeground":"#EEFFFF","progressBar.background":"#80CBC4","pickerGroup.foreground":"#80CBC4","tree.indentGuidesStroke":"#424242","terminalCursor.foreground":"#FFCB6B","terminalCursor.background":"#000000","inputOption.activeBackground":"#EEFFFF30","textLink.foreground":"#80CBC4","textLink.activeForeground":"#EEFFFF","sideBar.foreground":"#616161","sideBar.border":"#21212160","sideBarTitle.foreground":"#EEFFFF","sideBarSectionHeader.border":"#21212160","panel.dropBackground":"#EEFFFF","panelTitle.activeForeground":"#FFFFFF","editor.lineHighlightBackground":"#00000050","editor.findMatchBackground":"#000000","editor.findMatchHighlightBackground":"#00000050","editor.findMatchBorder":"#80CBC4","editor.findMatchHighlightBorder":"#ffffff30","editorIndentGuide.background":"#42424270","editorIndentGuide.activeBackground":"#424242","editorGroup.border":"#00000030","editorGutter.modifiedBackground":"#82AAFF60","editorGutter.addedBackground":"#C3E88D60","editorGutter.deletedBackground":"#f0717860","activityBar.border":"#21212160","activityBar.foreground":"#EEFFFF","activityBar.activeBorder":"#80CBC4","extensionBadge.remoteForeground":"#EEFFFF","scrollbarSlider.background":"#EEFFFF20","scrollbarSlider.hoverBackground":"#EEFFFF10","scrollbarSlider.activeBackground":"#80CBC4","tab.unfocusedActiveBorder":"#545454","tab.activeForeground":"#FFFFFF","tab.inactiveForeground":"#616161","tab.activeBackground":"#212121","tab.unfocusedActiveForeground":"#EEFFFF","editorWidget.resizeBorder":"#80CBC4","editorWidget.border":"#80CBC4","statusBar.border":"#21212160","statusBar.foreground":"#616161","editorBracketMatch.border":"#FFCC0050","editorBracketMatch.background":"#212121","editorOverviewRuler.findMatchForeground":"#80CBC4","editorOverviewRuler.border":"#212121","editorOverviewRuler.errorForeground":"#f0717840","editorOverviewRuler.infoForeground":"#82AAFF40","editorOverviewRuler.warningForeground":"#FFCB6B40","editorInfo.foreground":"#82AAFF70","editorWarning.foreground":"#FFCB6B70","editorError.foreground":"#f0717870","editorHoverWidget.border":"#FFFFFF10","titleBar.activeForeground":"#EEFFFF","titleBar.inactiveBackground":"#212121","titleBar.inactiveForeground":"#616161","titleBar.border":"#21212160","input.foreground":"#EEFFFF","input.placeholderForeground":"#EEFFFF60","input.border":"#FFFFFF10","inputValidation.errorBorder":"#f07178","inputValidation.infoBorder":"#82AAFF","inputValidation.warningBorder":"#FFCB6B","dropdown.border":"#FFFFFF10","quickInput.background":"#212121","quickInput.foreground":"#616161","list.hoverForeground":"#FFFFFF","list.inactiveSelectionForeground":"#80CBC4","quickInput.list.focusBackground":"#EEFFFF20","editorSuggestWidget.background":"#212121","editorSuggestWidget.foreground":"#EEFFFF","editorSuggestWidget.highlightForeground":"#80CBC4","editorSuggestWidget.selectedBackground":"#00000050","editorSuggestWidget.border":"#FFFFFF10","diffEditor.insertedTextBackground":"#89DDFF20","diffEditor.removedTextBackground":"#ff9cac20","notifications.background":"#212121","notifications.foreground":"#EEFFFF","notificationLink.foreground":"#80CBC4","extensionButton.prominentBackground":"#C3E88D90","extensionButton.prominentHoverBackground":"#C3E88D","extensionButton.prominentForeground":"#000000","peekViewEditorGutter.background":"#EEFFFF05","peekViewTitleDescription.foreground":"#EEFFFF60","peekViewResult.matchHighlightBackground":"#61616150","peekViewEditor.matchHighlightBackground":"#61616150","peekViewResult.selectionBackground":"#61616170","gitDecoration.deletedResourceForeground":"#f0717890","gitDecoration.conflictingResourceForeground":"#FFCB6B90","gitDecoration.modifiedResourceForeground":"#82AAFF90","gitDecoration.untrackedResourceForeground":"#C3E88D90","gitDecoration.ignoredResourceForeground":"#61616190","breadcrumb.background":"#212121","breadcrumb.foreground":"#616161","breadcrumb.focusForeground":"#EEFFFF","breadcrumb.activeSelectionForeground":"#80CBC4","breadcrumbPicker.background":"#212121","menu.background":"#212121","menu.foreground":"#EEFFFF","menu.selectionBackground":"#00000050","menu.selectionForeground":"#80CBC4","menu.selectionBorder":"#00000030","menu.separatorBackground":"#EEFFFF","menubar.selectionBackground":"#00000030","menubar.selectionForeground":"#80CBC4","menubar.selectionBorder":"#00000030","settings.dropdownForeground":"#EEFFFF","settings.dropdownBackground":"#212121","settings.numberInputForeground":"#EEFFFF","settings.numberInputBackground":"#212121","settings.textInputForeground":"#EEFFFF","settings.textInputBackground":"#212121","settings.headerForeground":"#80CBC4","settings.modifiedItemIndicator":"#80CBC4","settings.checkboxBackground":"#212121","settings.checkboxForeground":"#EEFFFF","listFilterWidget.background":"#00000030","listFilterWidget.outline":"#00000030","listFilterWidget.noMatchesOutline":"#00000030"}}'),Xc=JSON.parse('{"name":"One Dark Pro","type":"dark","semanticHighlighting":true,"semanticTokenColors":{"enumMember":{"foreground":"#56b6c2"},"variable.constant":{"foreground":"#d19a66"},"variable.defaultLibrary":{"foreground":"#e5c07b"},"variable:dart":{"foreground":"#d19a66"},"property:dart":{"foreground":"#d19a66"},"annotation:dart":{"foreground":"#d19a66"},"parameter.label:dart":{"foreground":"#abb2bf"},"macro":{"foreground":"#d19a66"},"tomlArrayKey":{"foreground":"#e5c07b"}},"tokenColors":[{"scope":"meta.embedded","settings":{"foreground":"#abb2bf"}},{"name":"unison punctuation","scope":"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison","settings":{"foreground":"#e06c75"}},{"name":"haskell variable generic-type","scope":"variable.other.generic-type.haskell","settings":{"foreground":"#c678dd"}},{"name":"haskell storage type","scope":"storage.type.haskell","settings":{"foreground":"#d19a66"}},{"name":"support.variable.magic.python","scope":"support.variable.magic.python","settings":{"foreground":"#e06c75"}},{"name":"punctuation.separator.parameters.python","scope":"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python","settings":{"foreground":"#abb2bf"}},{"name":"variable.parameter.function.language.special.self.python","scope":"variable.parameter.function.language.special.self.python","settings":{"foreground":"#e5c07b"}},{"name":"variable.parameter.function.language.special.cls.python","scope":"variable.parameter.function.language.special.cls.python","settings":{"foreground":"#e5c07b"}},{"name":"storage.modifier.lifetime.rust","scope":"storage.modifier.lifetime.rust","settings":{"foreground":"#abb2bf"}},{"name":"support.function.std.rust","scope":"support.function.std.rust","settings":{"foreground":"#61afef"}},{"name":"entity.name.lifetime.rust","scope":"entity.name.lifetime.rust","settings":{"foreground":"#e5c07b"}},{"name":"variable.language.rust","scope":"variable.language.rust","settings":{"foreground":"#e06c75"}},{"name":"support.constant.edge","scope":"support.constant.edge","settings":{"foreground":"#c678dd"}},{"name":"regexp constant character-class","scope":"constant.other.character-class.regexp","settings":{"foreground":"#e06c75"}},{"name":"keyword.operator","scope":["keyword.operator.word"],"settings":{"foreground":"#c678dd"}},{"name":"regexp operator.quantifier","scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"#d19a66"}},{"name":"Text","scope":"variable.parameter.function","settings":{"foreground":"#abb2bf"}},{"name":"Comment Markup Link","scope":"comment markup.link","settings":{"foreground":"#5c6370"}},{"name":"markup diff","scope":"markup.changed.diff","settings":{"foreground":"#e5c07b"}},{"name":"diff","scope":"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff","settings":{"foreground":"#61afef"}},{"name":"inserted.diff","scope":"markup.inserted.diff","settings":{"foreground":"#98c379"}},{"name":"deleted.diff","scope":"markup.deleted.diff","settings":{"foreground":"#e06c75"}},{"name":"c++ function","scope":"meta.function.c,meta.function.cpp","settings":{"foreground":"#e06c75"}},{"name":"c++ block","scope":"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c","settings":{"foreground":"#abb2bf"}},{"name":"js/ts punctuation separator key-value","scope":"punctuation.separator.key-value","settings":{"foreground":"#abb2bf"}},{"name":"js/ts import keyword","scope":"keyword.operator.expression.import","settings":{"foreground":"#61afef"}},{"name":"math js/ts","scope":"support.constant.math","settings":{"foreground":"#e5c07b"}},{"name":"math property js/ts","scope":"support.constant.property.math","settings":{"foreground":"#d19a66"}},{"name":"js/ts variable.other.constant","scope":"variable.other.constant","settings":{"foreground":"#e5c07b"}},{"name":"java type","scope":["storage.type.annotation.java","storage.type.object.array.java"],"settings":{"foreground":"#e5c07b"}},{"name":"java source","scope":"source.java","settings":{"foreground":"#e06c75"}},{"name":"java modifier.import","scope":"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java","settings":{"foreground":"#abb2bf"}},{"name":"java modifier.import","scope":"meta.method.java","settings":{"foreground":"#61afef"}},{"name":"java modifier.import","scope":"storage.modifier.import.java,storage.type.java,storage.type.generic.java","settings":{"foreground":"#e5c07b"}},{"name":"java instanceof","scope":"keyword.operator.instanceof.java","settings":{"foreground":"#c678dd"}},{"name":"java variable.name","scope":"meta.definition.variable.name.java","settings":{"foreground":"#e06c75"}},{"name":"operator logical","scope":"keyword.operator.logical","settings":{"foreground":"#56b6c2"}},{"name":"operator bitwise","scope":"keyword.operator.bitwise","settings":{"foreground":"#56b6c2"}},{"name":"operator channel","scope":"keyword.operator.channel","settings":{"foreground":"#56b6c2"}},{"name":"support.constant.property-value.scss","scope":"support.constant.property-value.scss,support.constant.property-value.css","settings":{"foreground":"#d19a66"}},{"name":"CSS/SCSS/LESS Operators","scope":"keyword.operator.css,keyword.operator.scss,keyword.operator.less","settings":{"foreground":"#56b6c2"}},{"name":"css color standard name","scope":"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss","settings":{"foreground":"#d19a66"}},{"name":"css comma","scope":"punctuation.separator.list.comma.css","settings":{"foreground":"#abb2bf"}},{"name":"css attribute-name.id","scope":"support.constant.color.w3c-standard-color-name.css","settings":{"foreground":"#d19a66"}},{"name":"css property-name","scope":"support.type.vendored.property-name.css","settings":{"foreground":"#56b6c2"}},{"name":"js/ts module","scope":"support.module.node,support.type.object.module,support.module.node","settings":{"foreground":"#e5c07b"}},{"name":"entity.name.type.module","scope":"entity.name.type.module","settings":{"foreground":"#e5c07b"}},{"name":"js variable readwrite","scope":"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node","settings":{"foreground":"#e06c75"}},{"name":"js/ts json","scope":"support.constant.json","settings":{"foreground":"#d19a66"}},{"name":"js/ts Keyword","scope":["keyword.operator.expression.instanceof","keyword.operator.new","keyword.operator.ternary","keyword.operator.optional","keyword.operator.expression.keyof"],"settings":{"foreground":"#c678dd"}},{"name":"js/ts console","scope":"support.type.object.console","settings":{"foreground":"#e06c75"}},{"name":"js/ts support.variable.property.process","scope":"support.variable.property.process","settings":{"foreground":"#d19a66"}},{"name":"js console function","scope":"entity.name.function,support.function.console","settings":{"foreground":"#61afef"}},{"name":"keyword.operator.misc.rust","scope":"keyword.operator.misc.rust","settings":{"foreground":"#abb2bf"}},{"name":"keyword.operator.sigil.rust","scope":"keyword.operator.sigil.rust","settings":{"foreground":"#c678dd"}},{"name":"operator","scope":"keyword.operator.delete","settings":{"foreground":"#c678dd"}},{"name":"js dom","scope":"support.type.object.dom","settings":{"foreground":"#56b6c2"}},{"name":"js dom variable","scope":"support.variable.dom,support.variable.property.dom","settings":{"foreground":"#e06c75"}},{"name":"keyword.operator","scope":"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational","settings":{"foreground":"#56b6c2"}},{"name":"C operator assignment","scope":"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp","settings":{"foreground":"#c678dd"}},{"name":"Punctuation","scope":"punctuation.separator.delimiter","settings":{"foreground":"#abb2bf"}},{"name":"Other punctuation .c","scope":"punctuation.separator.c,punctuation.separator.cpp","settings":{"foreground":"#c678dd"}},{"name":"C type posix-reserved","scope":"support.type.posix-reserved.c,support.type.posix-reserved.cpp","settings":{"foreground":"#56b6c2"}},{"name":"keyword.operator.sizeof.c","scope":"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp","settings":{"foreground":"#c678dd"}},{"name":"python parameter","scope":"variable.parameter.function.language.python","settings":{"foreground":"#d19a66"}},{"name":"python type","scope":"support.type.python","settings":{"foreground":"#56b6c2"}},{"name":"python logical","scope":"keyword.operator.logical.python","settings":{"foreground":"#c678dd"}},{"name":"pyCs","scope":"variable.parameter.function.python","settings":{"foreground":"#d19a66"}},{"name":"python block","scope":"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python","settings":{"foreground":"#abb2bf"}},{"name":"python function-call.generic","scope":"meta.function-call.generic.python","settings":{"foreground":"#61afef"}},{"name":"python placeholder reset to normal string","scope":"constant.character.format.placeholder.other.python","settings":{"foreground":"#d19a66"}},{"name":"Operators","scope":"keyword.operator","settings":{"foreground":"#abb2bf"}},{"name":"Compound Assignment Operators","scope":"keyword.operator.assignment.compound","settings":{"foreground":"#c678dd"}},{"name":"Compound Assignment Operators js/ts","scope":"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts","settings":{"foreground":"#56b6c2"}},{"name":"Keywords","scope":"keyword","settings":{"foreground":"#c678dd"}},{"name":"Namespaces","scope":"entity.name.namespace","settings":{"foreground":"#e5c07b"}},{"name":"Variables","scope":"variable","settings":{"foreground":"#e06c75"}},{"name":"Variables","scope":"variable.c","settings":{"foreground":"#abb2bf"}},{"name":"Language variables","scope":"variable.language","settings":{"foreground":"#e5c07b"}},{"name":"Java Variables","scope":"token.variable.parameter.java","settings":{"foreground":"#abb2bf"}},{"name":"Java Imports","scope":"import.storage.java","settings":{"foreground":"#e5c07b"}},{"name":"Packages","scope":"token.package.keyword","settings":{"foreground":"#c678dd"}},{"name":"Packages","scope":"token.package","settings":{"foreground":"#abb2bf"}},{"name":"Functions","scope":["entity.name.function","meta.require","support.function.any-method","variable.function"],"settings":{"foreground":"#61afef"}},{"name":"Classes","scope":"entity.name.type.namespace","settings":{"foreground":"#e5c07b"}},{"name":"Classes","scope":"support.class, entity.name.type.class","settings":{"foreground":"#e5c07b"}},{"name":"Class name","scope":"entity.name.class.identifier.namespace.type","settings":{"foreground":"#e5c07b"}},{"name":"Class name","scope":["entity.name.class","variable.other.class.js","variable.other.class.ts"],"settings":{"foreground":"#e5c07b"}},{"name":"Class name php","scope":"variable.other.class.php","settings":{"foreground":"#e06c75"}},{"name":"Type Name","scope":"entity.name.type","settings":{"foreground":"#e5c07b"}},{"name":"Keyword Control","scope":"keyword.control","settings":{"foreground":"#c678dd"}},{"name":"Control Elements","scope":"control.elements, keyword.operator.less","settings":{"foreground":"#d19a66"}},{"name":"Methods","scope":"keyword.other.special-method","settings":{"foreground":"#61afef"}},{"name":"Storage","scope":"storage","settings":{"foreground":"#c678dd"}},{"name":"Storage JS TS","scope":"token.storage","settings":{"foreground":"#c678dd"}},{"name":"Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void","scope":"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void","settings":{"foreground":"#c678dd"}},{"name":"Java Storage","scope":"token.storage.type.java","settings":{"foreground":"#e5c07b"}},{"name":"Support","scope":"support.function","settings":{"foreground":"#56b6c2"}},{"name":"Support type","scope":"support.type.property-name","settings":{"foreground":"#abb2bf"}},{"name":"[VSCODE-CUSTOM] toml support","scope":"support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml","settings":{"foreground":"#e06c75"}},{"name":"Support type","scope":"support.constant.property-value","settings":{"foreground":"#abb2bf"}},{"name":"Support type","scope":"support.constant.font-name","settings":{"foreground":"#d19a66"}},{"name":"Meta tag","scope":"meta.tag","settings":{"foreground":"#abb2bf"}},{"name":"Strings","scope":"string","settings":{"foreground":"#98c379"}},{"name":"Constant other symbol","scope":"constant.other.symbol","settings":{"foreground":"#56b6c2"}},{"name":"Integers","scope":"constant.numeric","settings":{"foreground":"#d19a66"}},{"name":"Constants","scope":"constant","settings":{"foreground":"#d19a66"}},{"name":"Constants","scope":"punctuation.definition.constant","settings":{"foreground":"#d19a66"}},{"name":"Tags","scope":"entity.name.tag","settings":{"foreground":"#e06c75"}},{"name":"Attributes","scope":"entity.other.attribute-name","settings":{"foreground":"#d19a66"}},{"name":"Attribute IDs","scope":"entity.other.attribute-name.id","settings":{"foreground":"#61afef"}},{"name":"Attribute class","scope":"entity.other.attribute-name.class.css","settings":{"foreground":"#d19a66"}},{"name":"Selector","scope":"meta.selector","settings":{"foreground":"#c678dd"}},{"name":"Headings","scope":"markup.heading","settings":{"foreground":"#e06c75"}},{"name":"Headings","scope":"markup.heading punctuation.definition.heading, entity.name.section","settings":{"foreground":"#61afef"}},{"name":"Units","scope":"keyword.other.unit","settings":{"foreground":"#e06c75"}},{"name":"Bold","scope":"markup.bold,todo.bold","settings":{"foreground":"#d19a66"}},{"name":"Bold","scope":"punctuation.definition.bold","settings":{"foreground":"#e5c07b"}},{"name":"markup Italic","scope":"markup.italic, punctuation.definition.italic,todo.emphasis","settings":{"foreground":"#c678dd"}},{"name":"emphasis md","scope":"emphasis md","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Markdown headings","scope":"entity.name.section.markdown","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown heading Punctuation Definition","scope":"punctuation.definition.heading.markdown","settings":{"foreground":"#e06c75"}},{"name":"punctuation.definition.list.begin.markdown","scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown heading setext","scope":"markup.heading.setext","settings":{"foreground":"#abb2bf"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition Bold","scope":"punctuation.definition.bold.markdown","settings":{"foreground":"#d19a66"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw","scope":"markup.inline.raw.markdown","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw","scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw punctuation","scope":"punctuation.definition.raw.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown List Punctuation Definition","scope":"punctuation.definition.list.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition String","scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown","punctuation.definition.metadata.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"beginning.punctuation.definition.list.markdown","scope":["beginning.punctuation.definition.list.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition Link","scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown Underline Link/Image","scope":"markup.underline.link.markdown,markup.underline.link.image.markdown","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Markdown Link Title/Description","scope":"string.other.link.title.markdown,string.other.link.description.markdown","settings":{"foreground":"#61afef"}},{"name":"[VSCODE-CUSTOM] Asciidoc Inline Raw","scope":"markup.raw.monospace.asciidoc","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Asciidoc Inline Raw Punctuation Definition","scope":"punctuation.definition.asciidoc","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Asciidoc List Punctuation Definition","scope":"markup.list.asciidoc","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Asciidoc underline link","scope":"markup.link.asciidoc,markup.other.url.asciidoc","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Asciidoc link name","scope":"string.unquoted.asciidoc,markup.other.url.asciidoc","settings":{"foreground":"#61afef"}},{"name":"Regular Expressions","scope":"string.regexp","settings":{"foreground":"#56b6c2"}},{"name":"Embedded","scope":"punctuation.section.embedded, variable.interpolation","settings":{"foreground":"#e06c75"}},{"name":"Embedded","scope":"punctuation.section.embedded.begin,punctuation.section.embedded.end","settings":{"foreground":"#c678dd"}},{"name":"illegal","scope":"invalid.illegal","settings":{"foreground":"#ffffff"}},{"name":"illegal","scope":"invalid.illegal.bad-ampersand.html","settings":{"foreground":"#abb2bf"}},{"scope":"invalid.illegal.unrecognized-tag.html","settings":{"foreground":"#e06c75"}},{"name":"Broken","scope":"invalid.broken","settings":{"foreground":"#ffffff"}},{"name":"Deprecated","scope":"invalid.deprecated","settings":{"foreground":"#ffffff"}},{"name":"html Deprecated","scope":"invalid.deprecated.entity.other.attribute-name.html","settings":{"foreground":"#d19a66"}},{"name":"Unimplemented","scope":"invalid.unimplemented","settings":{"foreground":"#ffffff"}},{"name":"Source Json Meta Structure Dictionary Json > String Quoted Json","scope":"source.json meta.structure.dictionary.json > string.quoted.json","settings":{"foreground":"#e06c75"}},{"name":"Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String","scope":"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string","settings":{"foreground":"#e06c75"}},{"name":"Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation","scope":"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation","settings":{"foreground":"#98c379"}},{"name":"Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json","scope":"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json","settings":{"foreground":"#56b6c2"}},{"name":"[VSCODE-CUSTOM] JSON Property Name","scope":"support.type.property-name.json","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] JSON Punctuation for Property Name","scope":"support.type.property-name.json punctuation","settings":{"foreground":"#e06c75"}},{"name":"laravel blade tag","scope":"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade","settings":{"foreground":"#c678dd"}},{"name":"laravel blade @","scope":"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade","settings":{"foreground":"#c678dd"}},{"name":"use statement for other classes","scope":"support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php","settings":{"foreground":"#e5c07b"}},{"name":"error suppression","scope":"keyword.operator.error-control.php","settings":{"foreground":"#c678dd"}},{"name":"php instanceof","scope":"keyword.operator.type.php","settings":{"foreground":"#c678dd"}},{"name":"style double quoted array index normal begin","scope":"punctuation.section.array.begin.php","settings":{"foreground":"#abb2bf"}},{"name":"style double quoted array index normal end","scope":"punctuation.section.array.end.php","settings":{"foreground":"#abb2bf"}},{"name":"php illegal.non-null-typehinted","scope":"invalid.illegal.non-null-typehinted.php","settings":{"foreground":"#f44747"}},{"name":"php types","scope":"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php","settings":{"foreground":"#e5c07b"}},{"name":"php call-function","scope":"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php","settings":{"foreground":"#61afef"}},{"name":"php function-resets","scope":"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php","settings":{"foreground":"#abb2bf"}},{"name":"support php constants","scope":"support.constant.core.rust","settings":{"foreground":"#d19a66"}},{"name":"support php constants","scope":"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php","settings":{"foreground":"#d19a66"}},{"name":"php goto","scope":"entity.name.goto-label.php,support.other.php","settings":{"foreground":"#61afef"}},{"name":"php logical/bitwise operator","scope":"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php","settings":{"foreground":"#56b6c2"}},{"name":"php regexp operator","scope":"keyword.operator.regexp.php","settings":{"foreground":"#c678dd"}},{"name":"php comparison","scope":"keyword.operator.comparison.php","settings":{"foreground":"#56b6c2"}},{"name":"php heredoc/nowdoc","scope":"keyword.operator.heredoc.php,keyword.operator.nowdoc.php","settings":{"foreground":"#c678dd"}},{"name":"python function decorator @","scope":"meta.function.decorator.python","settings":{"foreground":"#61afef"}},{"name":"python function support","scope":"support.token.decorator.python,meta.function.decorator.identifier.python","settings":{"foreground":"#56b6c2"}},{"name":"parameter function js/ts","scope":"function.parameter","settings":{"foreground":"#abb2bf"}},{"name":"brace function","scope":"function.brace","settings":{"foreground":"#abb2bf"}},{"name":"parameter function ruby cs","scope":"function.parameter.ruby, function.parameter.cs","settings":{"foreground":"#abb2bf"}},{"name":"constant.language.symbol.ruby","scope":"constant.language.symbol.ruby","settings":{"foreground":"#56b6c2"}},{"name":"constant.language.symbol.hashkey.ruby","scope":"constant.language.symbol.hashkey.ruby","settings":{"foreground":"#56b6c2"}},{"name":"rgb-value","scope":"rgb-value","settings":{"foreground":"#56b6c2"}},{"name":"rgb value","scope":"inline-color-decoration rgb-value","settings":{"foreground":"#d19a66"}},{"name":"rgb value less","scope":"less rgb-value","settings":{"foreground":"#d19a66"}},{"name":"sass selector","scope":"selector.sass","settings":{"foreground":"#e06c75"}},{"name":"ts primitive/builtin types","scope":"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx","settings":{"foreground":"#e5c07b"}},{"name":"block scope","scope":"block.scope.end,block.scope.begin","settings":{"foreground":"#abb2bf"}},{"name":"cs storage type","scope":"storage.type.cs","settings":{"foreground":"#e5c07b"}},{"name":"cs local variable","scope":"entity.name.variable.local.cs","settings":{"foreground":"#e06c75"}},{"scope":"token.info-token","settings":{"foreground":"#61afef"}},{"scope":"token.warn-token","settings":{"foreground":"#d19a66"}},{"scope":"token.error-token","settings":{"foreground":"#f44747"}},{"scope":"token.debug-token","settings":{"foreground":"#c678dd"}},{"name":"String interpolation","scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end","punctuation.section.embedded"],"settings":{"foreground":"#c678dd"}},{"name":"Reset JavaScript string interpolation expression","scope":["meta.template.expression"],"settings":{"foreground":"#abb2bf"}},{"name":"Import module JS","scope":["keyword.operator.module"],"settings":{"foreground":"#c678dd"}},{"name":"js Flowtype","scope":["support.type.type.flowtype"],"settings":{"foreground":"#61afef"}},{"name":"js Flow","scope":["support.type.primitive"],"settings":{"foreground":"#e5c07b"}},{"name":"js class prop","scope":["meta.property.object"],"settings":{"foreground":"#e06c75"}},{"name":"js func parameter","scope":["variable.parameter.function.js"],"settings":{"foreground":"#e06c75"}},{"name":"js template literals begin","scope":["keyword.other.template.begin"],"settings":{"foreground":"#98c379"}},{"name":"js template literals end","scope":["keyword.other.template.end"],"settings":{"foreground":"#98c379"}},{"name":"js template literals variable braces begin","scope":["keyword.other.substitution.begin"],"settings":{"foreground":"#98c379"}},{"name":"js template literals variable braces end","scope":["keyword.other.substitution.end"],"settings":{"foreground":"#98c379"}},{"name":"js operator.assignment","scope":["keyword.operator.assignment"],"settings":{"foreground":"#56b6c2"}},{"name":"go operator","scope":["keyword.operator.assignment.go"],"settings":{"foreground":"#e5c07b"}},{"name":"go operator","scope":["keyword.operator.arithmetic.go","keyword.operator.address.go"],"settings":{"foreground":"#c678dd"}},{"name":"Go package name","scope":["entity.name.package.go"],"settings":{"foreground":"#e5c07b"}},{"name":"elm prelude","scope":["support.type.prelude.elm"],"settings":{"foreground":"#56b6c2"}},{"name":"elm constant","scope":["support.constant.elm"],"settings":{"foreground":"#d19a66"}},{"name":"template literal","scope":["punctuation.quasi.element"],"settings":{"foreground":"#c678dd"}},{"name":"html/pug (jade) escaped characters and entities","scope":["constant.character.entity"],"settings":{"foreground":"#e06c75"}},{"name":"styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour","scope":["entity.other.attribute-name.pseudo-element","entity.other.attribute-name.pseudo-class"],"settings":{"foreground":"#56b6c2"}},{"name":"Clojure globals","scope":["entity.global.clojure"],"settings":{"foreground":"#e5c07b"}},{"name":"Clojure symbols","scope":["meta.symbol.clojure"],"settings":{"foreground":"#e06c75"}},{"name":"Clojure constants","scope":["constant.keyword.clojure"],"settings":{"foreground":"#56b6c2"}},{"name":"CoffeeScript Function Argument","scope":["meta.arguments.coffee","variable.parameter.function.coffee"],"settings":{"foreground":"#e06c75"}},{"name":"Ini Default Text","scope":["source.ini"],"settings":{"foreground":"#98c379"}},{"name":"Makefile prerequisities","scope":["meta.scope.prerequisites.makefile"],"settings":{"foreground":"#e06c75"}},{"name":"Makefile text colour","scope":["source.makefile"],"settings":{"foreground":"#e5c07b"}},{"name":"Groovy import names","scope":["storage.modifier.import.groovy"],"settings":{"foreground":"#e5c07b"}},{"name":"Groovy Methods","scope":["meta.method.groovy"],"settings":{"foreground":"#61afef"}},{"name":"Groovy Variables","scope":["meta.definition.variable.name.groovy"],"settings":{"foreground":"#e06c75"}},{"name":"Groovy Inheritance","scope":["meta.definition.class.inherited.classes.groovy"],"settings":{"foreground":"#98c379"}},{"name":"HLSL Semantic","scope":["support.variable.semantic.hlsl"],"settings":{"foreground":"#e5c07b"}},{"name":"HLSL Types","scope":["support.type.texture.hlsl","support.type.sampler.hlsl","support.type.object.hlsl","support.type.object.rw.hlsl","support.type.fx.hlsl","support.type.object.hlsl"],"settings":{"foreground":"#c678dd"}},{"name":"SQL Variables","scope":["text.variable","text.bracketed"],"settings":{"foreground":"#e06c75"}},{"name":"types","scope":["support.type.swift","support.type.vb.asp"],"settings":{"foreground":"#e5c07b"}},{"name":"heading 1, keyword","scope":["entity.name.function.xi"],"settings":{"foreground":"#e5c07b"}},{"name":"heading 2, callable","scope":["entity.name.class.xi"],"settings":{"foreground":"#56b6c2"}},{"name":"heading 3, property","scope":["constant.character.character-class.regexp.xi"],"settings":{"foreground":"#e06c75"}},{"name":"heading 4, type, class, interface","scope":["constant.regexp.xi"],"settings":{"foreground":"#c678dd"}},{"name":"heading 5, enums, preprocessor, constant, decorator","scope":["keyword.control.xi"],"settings":{"foreground":"#56b6c2"}},{"name":"heading 6, number","scope":["invalid.xi"],"settings":{"foreground":"#abb2bf"}},{"name":"string","scope":["beginning.punctuation.definition.quote.markdown.xi"],"settings":{"foreground":"#98c379"}},{"name":"comments","scope":["beginning.punctuation.definition.list.markdown.xi"],"settings":{"foreground":"#7f848e"}},{"name":"link","scope":["constant.character.xi"],"settings":{"foreground":"#61afef"}},{"name":"accent","scope":["accent.xi"],"settings":{"foreground":"#61afef"}},{"name":"wikiword","scope":["wikiword.xi"],"settings":{"foreground":"#d19a66"}},{"name":"language operators like \'+\', \'-\' etc","scope":["constant.other.color.rgb-value.xi"],"settings":{"foreground":"#ffffff"}},{"name":"elements to dim","scope":["punctuation.definition.tag.xi"],"settings":{"foreground":"#5c6370"}},{"name":"C++/C#","scope":["entity.name.label.cs","entity.name.scope-resolution.function.call","entity.name.scope-resolution.function.definition"],"settings":{"foreground":"#e5c07b"}},{"name":"Markdown underscore-style headers","scope":["entity.name.label.cs","markup.heading.setext.1.markdown","markup.heading.setext.2.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"meta.brace.square","scope":[" meta.brace.square"],"settings":{"foreground":"#abb2bf"}},{"name":"Comments","scope":"comment, punctuation.definition.comment","settings":{"foreground":"#7f848e","fontStyle":"italic"}},{"name":"[VSCODE-CUSTOM] Markdown Quote","scope":"markup.quote.markdown","settings":{"foreground":"#5c6370"}},{"name":"punctuation.definition.block.sequence.item.yaml","scope":"punctuation.definition.block.sequence.item.yaml","settings":{"foreground":"#abb2bf"}},{"scope":["constant.language.symbol.elixir","constant.language.symbol.double-quoted.elixir"],"settings":{"foreground":"#56b6c2"}},{"scope":["entity.name.variable.parameter.cs"],"settings":{"foreground":"#e5c07b"}},{"scope":["entity.name.variable.field.cs"],"settings":{"foreground":"#e06c75"}},{"name":"Deleted","scope":"markup.deleted","settings":{"foreground":"#e06c75"}},{"name":"Inserted","scope":"markup.inserted","settings":{"foreground":"#98c379"}},{"name":"Underline","scope":"markup.underline","settings":{"fontStyle":"underline"}},{"name":"punctuation.section.embedded.begin.php","scope":["punctuation.section.embedded.begin.php","punctuation.section.embedded.end.php"],"settings":{"foreground":"#BE5046"}},{"name":"support.other.namespace.php","scope":["support.other.namespace.php"],"settings":{"foreground":"#abb2bf"}},{"name":"variable.other.object","scope":["variable.other.object"],"settings":{"foreground":"#e5c07b"}},{"name":"variable.other.constant.property","scope":["variable.other.constant.property"],"settings":{"foreground":"#e06c75"}},{"name":"entity.other.inherited-class","scope":["entity.other.inherited-class"],"settings":{"foreground":"#e5c07b"}},{"name":"c variable readwrite","scope":"variable.other.readwrite.c","settings":{"foreground":"#e06c75"}},{"name":"php scope","scope":"entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php","settings":{"foreground":"#abb2bf"}},{"name":"Assembly","scope":["constant.numeric.decimal.asm.x86_64"],"settings":{"foreground":"#c678dd"}},{"scope":["support.other.parenthesis.regexp"],"settings":{"foreground":"#d19a66"}},{"scope":["constant.character.escape"],"settings":{"foreground":"#56b6c2"}},{"scope":["string.regexp"],"settings":{"foreground":"#e06c75"}},{"name":"js/ts italic","scope":"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super","settings":{"fontStyle":"italic"}},{"name":"comment","scope":"comment.line.double-slash,comment.block.documentation","settings":{"fontStyle":"italic"}},{"name":"Python Keyword Control","scope":"keyword.control.import.python,keyword.control.flow.python,keyword.operator.logical.python","settings":{"fontStyle":"italic"}},{"name":"markup.italic.markdown","scope":"markup.italic.markdown","settings":{"fontStyle":"italic"}}],"colors":{"activityBar.background":"#282c34","activityBar.foreground":"#d7dae0","activityBarBadge.background":"#4d78cc","activityBarBadge.foreground":"#f8fafd","badge.background":"#282c34","button.background":"#404754","button.secondaryBackground":"#30333d","button.secondaryForeground":"#c0bdbd","checkbox.border":"#404754","debugToolBar.background":"#21252b","descriptionForeground":"#abb2bf","diffEditor.insertedTextBackground":"#00809b33","dropdown.background":"#21252b","dropdown.border":"#21252b","editor.background":"#282c34","editor.findMatchBackground":"#42557b","editor.findMatchBorder":"#457dff","editor.findMatchHighlightBackground":"#6199ff2f","editor.foreground":"#abb2bf","editorBracketHighlight.foreground1":"#d19a66","editorBracketHighlight.foreground2":"#c678dd","editorBracketHighlight.foreground3":"#56b6c2","editorHoverWidget.highlightForeground":"#61afef","editorInlayHint.foreground":"#abb2bf","editorInlayHint.background":"#2c313c","editor.lineHighlightBackground":"#2c313c","editorLineNumber.activeForeground":"#abb2bf","editorGutter.addedBackground":"#109868","editorGutter.deletedBackground":"#9A353D","editorGutter.modifiedBackground":"#948B60","editorOverviewRuler.addedBackground":"#109868","editorOverviewRuler.deletedBackground":"#9A353D","editorOverviewRuler.modifiedBackground":"#948B60","editor.selectionBackground":"#67769660","editor.selectionHighlightBackground":"#ffffff10","editor.selectionHighlightBorder":"#dddddd","editor.wordHighlightBackground":"#d2e0ff2f","editor.wordHighlightBorder":"#7f848e","editor.wordHighlightStrongBackground":"#abb2bf26","editor.wordHighlightStrongBorder":"#7f848e","editorBracketMatch.background":"#515a6b","editorBracketMatch.border":"#515a6b","editorCursor.background":"#ffffffc9","editorCursor.foreground":"#528bff","editorError.foreground":"#c24038","editorGroup.background":"#181a1f","editorGroup.border":"#181a1f","editorGroupHeader.tabsBackground":"#21252b","editorHoverWidget.background":"#21252b","editorHoverWidget.border":"#181a1f","editorIndentGuide.activeBackground":"#c8c8c859","editorIndentGuide.background":"#3b4048","editorLineNumber.foreground":"#495162","editorMarkerNavigation.background":"#21252b","editorRuler.foreground":"#abb2bf26","editorSuggestWidget.background":"#21252b","editorSuggestWidget.border":"#181a1f","editorSuggestWidget.selectedBackground":"#2c313a","editorWarning.foreground":"#d19a66","editorWhitespace.foreground":"#ffffff1d","editorWidget.background":"#21252b","focusBorder":"#3e4452","gitDecoration.ignoredResourceForeground":"#636b78","input.background":"#1d1f23","input.foreground":"#abb2bf","list.activeSelectionBackground":"#2c313a","list.activeSelectionForeground":"#d7dae0","list.focusBackground":"#323842","list.focusForeground":"#f0f0f0","list.highlightForeground":"#ecebeb","list.hoverBackground":"#2c313a","list.hoverForeground":"#abb2bf","list.inactiveSelectionBackground":"#323842","list.inactiveSelectionForeground":"#d7dae0","list.warningForeground":"#d19a66","menu.foreground":"#abb2bf","menu.separatorBackground":"#343a45","minimapGutter.addedBackground":"#109868","minimapGutter.deletedBackground":"#9A353D","minimapGutter.modifiedBackground":"#948B60","panel.border":"#3e4452","panelSectionHeader.background":"#21252b","peekViewEditor.background":"#1b1d23","peekViewEditor.matchHighlightBackground":"#29244b","peekViewResult.background":"#22262b","scrollbar.shadow":"#23252c","scrollbarSlider.activeBackground":"#747d9180","scrollbarSlider.background":"#4e566660","scrollbarSlider.hoverBackground":"#5a637580","settings.focusedRowBackground":"#282c34","settings.headerForeground":"#fff","sideBar.background":"#21252b","sideBar.foreground":"#abb2bf","sideBarSectionHeader.background":"#282c34","sideBarSectionHeader.foreground":"#abb2bf","statusBar.background":"#21252b","statusBar.debuggingBackground":"#cc6633","statusBar.debuggingBorder":"#ff000000","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#9da5b4","statusBar.noFolderBackground":"#21252b","statusBarItem.remoteBackground":"#4d78cc","statusBarItem.remoteForeground":"#f8fafd","tab.activeBackground":"#282c34","tab.activeBorder":"#b4b4b4","tab.activeForeground":"#dcdcdc","tab.border":"#181a1f","tab.hoverBackground":"#323842","tab.inactiveBackground":"#21252b","tab.unfocusedHoverBackground":"#323842","terminal.ansiBlack":"#3f4451","terminal.ansiBlue":"#4aa5f0","terminal.ansiBrightBlack":"#4f5666","terminal.ansiBrightBlue":"#4dc4ff","terminal.ansiBrightCyan":"#4cd1e0","terminal.ansiBrightGreen":"#a5e075","terminal.ansiBrightMagenta":"#de73ff","terminal.ansiBrightRed":"#ff616e","terminal.ansiBrightWhite":"#e6e6e6","terminal.ansiBrightYellow":"#f0a45d","terminal.ansiCyan":"#42b3c2","terminal.ansiGreen":"#8cc265","terminal.ansiMagenta":"#c162de","terminal.ansiRed":"#e05561","terminal.ansiWhite":"#d7dae0","terminal.ansiYellow":"#d18f52","terminal.background":"#282c34","terminal.border":"#3e4452","terminal.foreground":"#abb2bf","terminal.selectionBackground":"#abb2bf30","textBlockQuote.background":"#2e3440","textBlockQuote.border":"#4b5362","textLink.foreground":"#61afef","textPreformat.foreground":"#d19a66","titleBar.activeBackground":"#282c34","titleBar.activeForeground":"#9da5b4","titleBar.inactiveBackground":"#21252b","titleBar.inactiveForeground":"#6b717d","tree.indentGuidesStroke":"#ffffff1d","walkThrough.embeddedEditorBackground":"#2e3440","welcomePage.buttonHoverBackground":"#404754"}}'),qc=JSON.parse('{"name":"One Dark Pro","type":"dark","semanticHighlighting":true,"semanticTokenColors":{"enumMember":{"foreground":"#56b6c2"},"variable.constant":{"foreground":"#d19a66"},"variable.defaultLibrary":{"foreground":"#e5c07b"},"variable:dart":{"foreground":"#d19a66"},"property:dart":{"foreground":"#d19a66"},"annotation:dart":{"foreground":"#d19a66"},"parameter.label:dart":{"foreground":"#abb2bf"},"macro":{"foreground":"#d19a66"},"tomlArrayKey":{"foreground":"#e5c07b"}},"tokenColors":[{"scope":"meta.embedded","settings":{"foreground":"#abb2bf"}},{"name":"unison punctuation","scope":"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison","settings":{"foreground":"#e06c75"}},{"name":"haskell variable generic-type","scope":"variable.other.generic-type.haskell","settings":{"foreground":"#c678dd"}},{"name":"haskell storage type","scope":"storage.type.haskell","settings":{"foreground":"#d19a66"}},{"name":"support.variable.magic.python","scope":"support.variable.magic.python","settings":{"foreground":"#e06c75"}},{"name":"punctuation.separator.parameters.python","scope":"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python","settings":{"foreground":"#abb2bf"}},{"name":"variable.parameter.function.language.special.self.python","scope":"variable.parameter.function.language.special.self.python","settings":{"foreground":"#e5c07b"}},{"name":"variable.parameter.function.language.special.cls.python","scope":"variable.parameter.function.language.special.cls.python","settings":{"foreground":"#e5c07b"}},{"name":"storage.modifier.lifetime.rust","scope":"storage.modifier.lifetime.rust","settings":{"foreground":"#abb2bf"}},{"name":"support.function.std.rust","scope":"support.function.std.rust","settings":{"foreground":"#61afef"}},{"name":"entity.name.lifetime.rust","scope":"entity.name.lifetime.rust","settings":{"foreground":"#e5c07b"}},{"name":"variable.language.rust","scope":"variable.language.rust","settings":{"foreground":"#e06c75"}},{"name":"support.constant.edge","scope":"support.constant.edge","settings":{"foreground":"#c678dd"}},{"name":"regexp constant character-class","scope":"constant.other.character-class.regexp","settings":{"foreground":"#e06c75"}},{"name":"keyword.operator","scope":["keyword.operator.word"],"settings":{"foreground":"#c678dd"}},{"name":"regexp operator.quantifier","scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"#d19a66"}},{"name":"Text","scope":"variable.parameter.function","settings":{"foreground":"#abb2bf"}},{"name":"Comment Markup Link","scope":"comment markup.link","settings":{"foreground":"#5c6370"}},{"name":"markup diff","scope":"markup.changed.diff","settings":{"foreground":"#e5c07b"}},{"name":"diff","scope":"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff","settings":{"foreground":"#61afef"}},{"name":"inserted.diff","scope":"markup.inserted.diff","settings":{"foreground":"#98c379"}},{"name":"deleted.diff","scope":"markup.deleted.diff","settings":{"foreground":"#e06c75"}},{"name":"c++ function","scope":"meta.function.c,meta.function.cpp","settings":{"foreground":"#e06c75"}},{"name":"c++ block","scope":"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c","settings":{"foreground":"#abb2bf"}},{"name":"js/ts punctuation separator key-value","scope":"punctuation.separator.key-value","settings":{"foreground":"#abb2bf"}},{"name":"js/ts import keyword","scope":"keyword.operator.expression.import","settings":{"foreground":"#61afef"}},{"name":"math js/ts","scope":"support.constant.math","settings":{"foreground":"#e5c07b"}},{"name":"math property js/ts","scope":"support.constant.property.math","settings":{"foreground":"#d19a66"}},{"name":"js/ts variable.other.constant","scope":"variable.other.constant","settings":{"foreground":"#e5c07b"}},{"name":"java type","scope":["storage.type.annotation.java","storage.type.object.array.java"],"settings":{"foreground":"#e5c07b"}},{"name":"java source","scope":"source.java","settings":{"foreground":"#e06c75"}},{"name":"java modifier.import","scope":"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java","settings":{"foreground":"#abb2bf"}},{"name":"java modifier.import","scope":"meta.method.java","settings":{"foreground":"#61afef"}},{"name":"java modifier.import","scope":"storage.modifier.import.java,storage.type.java,storage.type.generic.java","settings":{"foreground":"#e5c07b"}},{"name":"java instanceof","scope":"keyword.operator.instanceof.java","settings":{"foreground":"#c678dd"}},{"name":"java variable.name","scope":"meta.definition.variable.name.java","settings":{"foreground":"#e06c75"}},{"name":"operator logical","scope":"keyword.operator.logical","settings":{"foreground":"#56b6c2"}},{"name":"operator bitwise","scope":"keyword.operator.bitwise","settings":{"foreground":"#56b6c2"}},{"name":"operator channel","scope":"keyword.operator.channel","settings":{"foreground":"#56b6c2"}},{"name":"support.constant.property-value.scss","scope":"support.constant.property-value.scss,support.constant.property-value.css","settings":{"foreground":"#d19a66"}},{"name":"CSS/SCSS/LESS Operators","scope":"keyword.operator.css,keyword.operator.scss,keyword.operator.less","settings":{"foreground":"#56b6c2"}},{"name":"css color standard name","scope":"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss","settings":{"foreground":"#d19a66"}},{"name":"css comma","scope":"punctuation.separator.list.comma.css","settings":{"foreground":"#abb2bf"}},{"name":"css attribute-name.id","scope":"support.constant.color.w3c-standard-color-name.css","settings":{"foreground":"#d19a66"}},{"name":"css property-name","scope":"support.type.vendored.property-name.css","settings":{"foreground":"#56b6c2"}},{"name":"js/ts module","scope":"support.module.node,support.type.object.module,support.module.node","settings":{"foreground":"#e5c07b"}},{"name":"entity.name.type.module","scope":"entity.name.type.module","settings":{"foreground":"#e5c07b"}},{"name":"js variable readwrite","scope":"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node","settings":{"foreground":"#e06c75"}},{"name":"js/ts json","scope":"support.constant.json","settings":{"foreground":"#d19a66"}},{"name":"js/ts Keyword","scope":["keyword.operator.expression.instanceof","keyword.operator.new","keyword.operator.ternary","keyword.operator.optional","keyword.operator.expression.keyof"],"settings":{"foreground":"#c678dd"}},{"name":"js/ts console","scope":"support.type.object.console","settings":{"foreground":"#e06c75"}},{"name":"js/ts support.variable.property.process","scope":"support.variable.property.process","settings":{"foreground":"#d19a66"}},{"name":"js console function","scope":"entity.name.function,support.function.console","settings":{"foreground":"#61afef"}},{"name":"keyword.operator.misc.rust","scope":"keyword.operator.misc.rust","settings":{"foreground":"#abb2bf"}},{"name":"keyword.operator.sigil.rust","scope":"keyword.operator.sigil.rust","settings":{"foreground":"#c678dd"}},{"name":"operator","scope":"keyword.operator.delete","settings":{"foreground":"#c678dd"}},{"name":"js dom","scope":"support.type.object.dom","settings":{"foreground":"#56b6c2"}},{"name":"js dom variable","scope":"support.variable.dom,support.variable.property.dom","settings":{"foreground":"#e06c75"}},{"name":"keyword.operator","scope":"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational","settings":{"foreground":"#56b6c2"}},{"name":"C operator assignment","scope":"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp","settings":{"foreground":"#c678dd"}},{"name":"Punctuation","scope":"punctuation.separator.delimiter","settings":{"foreground":"#abb2bf"}},{"name":"Other punctuation .c","scope":"punctuation.separator.c,punctuation.separator.cpp","settings":{"foreground":"#c678dd"}},{"name":"C type posix-reserved","scope":"support.type.posix-reserved.c,support.type.posix-reserved.cpp","settings":{"foreground":"#56b6c2"}},{"name":"keyword.operator.sizeof.c","scope":"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp","settings":{"foreground":"#c678dd"}},{"name":"python parameter","scope":"variable.parameter.function.language.python","settings":{"foreground":"#d19a66"}},{"name":"python type","scope":"support.type.python","settings":{"foreground":"#56b6c2"}},{"name":"python logical","scope":"keyword.operator.logical.python","settings":{"foreground":"#c678dd"}},{"name":"pyCs","scope":"variable.parameter.function.python","settings":{"foreground":"#d19a66"}},{"name":"python block","scope":"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python","settings":{"foreground":"#abb2bf"}},{"name":"python function-call.generic","scope":"meta.function-call.generic.python","settings":{"foreground":"#61afef"}},{"name":"python placeholder reset to normal string","scope":"constant.character.format.placeholder.other.python","settings":{"foreground":"#d19a66"}},{"name":"Operators","scope":"keyword.operator","settings":{"foreground":"#abb2bf"}},{"name":"Compound Assignment Operators","scope":"keyword.operator.assignment.compound","settings":{"foreground":"#c678dd"}},{"name":"Compound Assignment Operators js/ts","scope":"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts","settings":{"foreground":"#56b6c2"}},{"name":"Keywords","scope":"keyword","settings":{"foreground":"#c678dd"}},{"name":"Namespaces","scope":"entity.name.namespace","settings":{"foreground":"#e5c07b"}},{"name":"Variables","scope":"variable","settings":{"foreground":"#e06c75"}},{"name":"Variables","scope":"variable.c","settings":{"foreground":"#abb2bf"}},{"name":"Language variables","scope":"variable.language","settings":{"foreground":"#e5c07b"}},{"name":"Java Variables","scope":"token.variable.parameter.java","settings":{"foreground":"#abb2bf"}},{"name":"Java Imports","scope":"import.storage.java","settings":{"foreground":"#e5c07b"}},{"name":"Packages","scope":"token.package.keyword","settings":{"foreground":"#c678dd"}},{"name":"Packages","scope":"token.package","settings":{"foreground":"#abb2bf"}},{"name":"Functions","scope":["entity.name.function","meta.require","support.function.any-method","variable.function"],"settings":{"foreground":"#61afef"}},{"name":"Classes","scope":"entity.name.type.namespace","settings":{"foreground":"#e5c07b"}},{"name":"Classes","scope":"support.class, entity.name.type.class","settings":{"foreground":"#e5c07b"}},{"name":"Class name","scope":"entity.name.class.identifier.namespace.type","settings":{"foreground":"#e5c07b"}},{"name":"Class name","scope":["entity.name.class","variable.other.class.js","variable.other.class.ts"],"settings":{"foreground":"#e5c07b"}},{"name":"Class name php","scope":"variable.other.class.php","settings":{"foreground":"#e06c75"}},{"name":"Type Name","scope":"entity.name.type","settings":{"foreground":"#e5c07b"}},{"name":"Keyword Control","scope":"keyword.control","settings":{"foreground":"#c678dd"}},{"name":"Control Elements","scope":"control.elements, keyword.operator.less","settings":{"foreground":"#d19a66"}},{"name":"Methods","scope":"keyword.other.special-method","settings":{"foreground":"#61afef"}},{"name":"Storage","scope":"storage","settings":{"foreground":"#c678dd"}},{"name":"Storage JS TS","scope":"token.storage","settings":{"foreground":"#c678dd"}},{"name":"Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void","scope":"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void","settings":{"foreground":"#c678dd"}},{"name":"Java Storage","scope":"token.storage.type.java","settings":{"foreground":"#e5c07b"}},{"name":"Support","scope":"support.function","settings":{"foreground":"#56b6c2"}},{"name":"Support type","scope":"support.type.property-name","settings":{"foreground":"#abb2bf"}},{"name":"[VSCODE-CUSTOM] toml support","scope":"support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml","settings":{"foreground":"#e06c75"}},{"name":"Support type","scope":"support.constant.property-value","settings":{"foreground":"#abb2bf"}},{"name":"Support type","scope":"support.constant.font-name","settings":{"foreground":"#d19a66"}},{"name":"Meta tag","scope":"meta.tag","settings":{"foreground":"#abb2bf"}},{"name":"Strings","scope":"string","settings":{"foreground":"#98c379"}},{"name":"Constant other symbol","scope":"constant.other.symbol","settings":{"foreground":"#56b6c2"}},{"name":"Integers","scope":"constant.numeric","settings":{"foreground":"#d19a66"}},{"name":"Constants","scope":"constant","settings":{"foreground":"#d19a66"}},{"name":"Constants","scope":"punctuation.definition.constant","settings":{"foreground":"#d19a66"}},{"name":"Tags","scope":"entity.name.tag","settings":{"foreground":"#e06c75"}},{"name":"Attributes","scope":"entity.other.attribute-name","settings":{"foreground":"#d19a66"}},{"name":"Attribute IDs","scope":"entity.other.attribute-name.id","settings":{"foreground":"#61afef"}},{"name":"Attribute class","scope":"entity.other.attribute-name.class.css","settings":{"foreground":"#d19a66"}},{"name":"Selector","scope":"meta.selector","settings":{"foreground":"#c678dd"}},{"name":"Headings","scope":"markup.heading","settings":{"foreground":"#e06c75"}},{"name":"Headings","scope":"markup.heading punctuation.definition.heading, entity.name.section","settings":{"foreground":"#61afef"}},{"name":"Units","scope":"keyword.other.unit","settings":{"foreground":"#e06c75"}},{"name":"Bold","scope":"markup.bold,todo.bold","settings":{"foreground":"#d19a66"}},{"name":"Bold","scope":"punctuation.definition.bold","settings":{"foreground":"#e5c07b"}},{"name":"markup Italic","scope":"markup.italic, punctuation.definition.italic,todo.emphasis","settings":{"foreground":"#c678dd"}},{"name":"emphasis md","scope":"emphasis md","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Markdown headings","scope":"entity.name.section.markdown","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown heading Punctuation Definition","scope":"punctuation.definition.heading.markdown","settings":{"foreground":"#e06c75"}},{"name":"punctuation.definition.list.begin.markdown","scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown heading setext","scope":"markup.heading.setext","settings":{"foreground":"#abb2bf"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition Bold","scope":"punctuation.definition.bold.markdown","settings":{"foreground":"#d19a66"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw","scope":"markup.inline.raw.markdown","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw","scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw punctuation","scope":"punctuation.definition.raw.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown List Punctuation Definition","scope":"punctuation.definition.list.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition String","scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown","punctuation.definition.metadata.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"beginning.punctuation.definition.list.markdown","scope":["beginning.punctuation.definition.list.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition Link","scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown Underline Link/Image","scope":"markup.underline.link.markdown,markup.underline.link.image.markdown","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Markdown Link Title/Description","scope":"string.other.link.title.markdown,string.other.link.description.markdown","settings":{"foreground":"#61afef"}},{"name":"[VSCODE-CUSTOM] Asciidoc Inline Raw","scope":"markup.raw.monospace.asciidoc","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Asciidoc Inline Raw Punctuation Definition","scope":"punctuation.definition.asciidoc","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Asciidoc List Punctuation Definition","scope":"markup.list.asciidoc","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Asciidoc underline link","scope":"markup.link.asciidoc,markup.other.url.asciidoc","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Asciidoc link name","scope":"string.unquoted.asciidoc,markup.other.url.asciidoc","settings":{"foreground":"#61afef"}},{"name":"Regular Expressions","scope":"string.regexp","settings":{"foreground":"#56b6c2"}},{"name":"Embedded","scope":"punctuation.section.embedded, variable.interpolation","settings":{"foreground":"#e06c75"}},{"name":"Embedded","scope":"punctuation.section.embedded.begin,punctuation.section.embedded.end","settings":{"foreground":"#c678dd"}},{"name":"illegal","scope":"invalid.illegal","settings":{"foreground":"#ffffff"}},{"name":"illegal","scope":"invalid.illegal.bad-ampersand.html","settings":{"foreground":"#abb2bf"}},{"scope":"invalid.illegal.unrecognized-tag.html","settings":{"foreground":"#e06c75"}},{"name":"Broken","scope":"invalid.broken","settings":{"foreground":"#ffffff"}},{"name":"Deprecated","scope":"invalid.deprecated","settings":{"foreground":"#ffffff"}},{"name":"html Deprecated","scope":"invalid.deprecated.entity.other.attribute-name.html","settings":{"foreground":"#d19a66"}},{"name":"Unimplemented","scope":"invalid.unimplemented","settings":{"foreground":"#ffffff"}},{"name":"Source Json Meta Structure Dictionary Json > String Quoted Json","scope":"source.json meta.structure.dictionary.json > string.quoted.json","settings":{"foreground":"#e06c75"}},{"name":"Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String","scope":"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string","settings":{"foreground":"#e06c75"}},{"name":"Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation","scope":"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation","settings":{"foreground":"#98c379"}},{"name":"Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json","scope":"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json","settings":{"foreground":"#56b6c2"}},{"name":"[VSCODE-CUSTOM] JSON Property Name","scope":"support.type.property-name.json","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] JSON Punctuation for Property Name","scope":"support.type.property-name.json punctuation","settings":{"foreground":"#e06c75"}},{"name":"laravel blade tag","scope":"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade","settings":{"foreground":"#c678dd"}},{"name":"laravel blade @","scope":"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade","settings":{"foreground":"#c678dd"}},{"name":"use statement for other classes","scope":"support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php","settings":{"foreground":"#e5c07b"}},{"name":"error suppression","scope":"keyword.operator.error-control.php","settings":{"foreground":"#c678dd"}},{"name":"php instanceof","scope":"keyword.operator.type.php","settings":{"foreground":"#c678dd"}},{"name":"style double quoted array index normal begin","scope":"punctuation.section.array.begin.php","settings":{"foreground":"#abb2bf"}},{"name":"style double quoted array index normal end","scope":"punctuation.section.array.end.php","settings":{"foreground":"#abb2bf"}},{"name":"php illegal.non-null-typehinted","scope":"invalid.illegal.non-null-typehinted.php","settings":{"foreground":"#f44747"}},{"name":"php types","scope":"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php","settings":{"foreground":"#e5c07b"}},{"name":"php call-function","scope":"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php","settings":{"foreground":"#61afef"}},{"name":"php function-resets","scope":"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php","settings":{"foreground":"#abb2bf"}},{"name":"support php constants","scope":"support.constant.core.rust","settings":{"foreground":"#d19a66"}},{"name":"support php constants","scope":"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php","settings":{"foreground":"#d19a66"}},{"name":"php goto","scope":"entity.name.goto-label.php,support.other.php","settings":{"foreground":"#61afef"}},{"name":"php logical/bitwise operator","scope":"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php","settings":{"foreground":"#56b6c2"}},{"name":"php regexp operator","scope":"keyword.operator.regexp.php","settings":{"foreground":"#c678dd"}},{"name":"php comparison","scope":"keyword.operator.comparison.php","settings":{"foreground":"#56b6c2"}},{"name":"php heredoc/nowdoc","scope":"keyword.operator.heredoc.php,keyword.operator.nowdoc.php","settings":{"foreground":"#c678dd"}},{"name":"python function decorator @","scope":"meta.function.decorator.python","settings":{"foreground":"#61afef"}},{"name":"python function support","scope":"support.token.decorator.python,meta.function.decorator.identifier.python","settings":{"foreground":"#56b6c2"}},{"name":"parameter function js/ts","scope":"function.parameter","settings":{"foreground":"#abb2bf"}},{"name":"brace function","scope":"function.brace","settings":{"foreground":"#abb2bf"}},{"name":"parameter function ruby cs","scope":"function.parameter.ruby, function.parameter.cs","settings":{"foreground":"#abb2bf"}},{"name":"constant.language.symbol.ruby","scope":"constant.language.symbol.ruby","settings":{"foreground":"#56b6c2"}},{"name":"constant.language.symbol.hashkey.ruby","scope":"constant.language.symbol.hashkey.ruby","settings":{"foreground":"#56b6c2"}},{"name":"rgb-value","scope":"rgb-value","settings":{"foreground":"#56b6c2"}},{"name":"rgb value","scope":"inline-color-decoration rgb-value","settings":{"foreground":"#d19a66"}},{"name":"rgb value less","scope":"less rgb-value","settings":{"foreground":"#d19a66"}},{"name":"sass selector","scope":"selector.sass","settings":{"foreground":"#e06c75"}},{"name":"ts primitive/builtin types","scope":"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx","settings":{"foreground":"#e5c07b"}},{"name":"block scope","scope":"block.scope.end,block.scope.begin","settings":{"foreground":"#abb2bf"}},{"name":"cs storage type","scope":"storage.type.cs","settings":{"foreground":"#e5c07b"}},{"name":"cs local variable","scope":"entity.name.variable.local.cs","settings":{"foreground":"#e06c75"}},{"scope":"token.info-token","settings":{"foreground":"#61afef"}},{"scope":"token.warn-token","settings":{"foreground":"#d19a66"}},{"scope":"token.error-token","settings":{"foreground":"#f44747"}},{"scope":"token.debug-token","settings":{"foreground":"#c678dd"}},{"name":"String interpolation","scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end","punctuation.section.embedded"],"settings":{"foreground":"#c678dd"}},{"name":"Reset JavaScript string interpolation expression","scope":["meta.template.expression"],"settings":{"foreground":"#abb2bf"}},{"name":"Import module JS","scope":["keyword.operator.module"],"settings":{"foreground":"#c678dd"}},{"name":"js Flowtype","scope":["support.type.type.flowtype"],"settings":{"foreground":"#61afef"}},{"name":"js Flow","scope":["support.type.primitive"],"settings":{"foreground":"#e5c07b"}},{"name":"js class prop","scope":["meta.property.object"],"settings":{"foreground":"#e06c75"}},{"name":"js func parameter","scope":["variable.parameter.function.js"],"settings":{"foreground":"#e06c75"}},{"name":"js template literals begin","scope":["keyword.other.template.begin"],"settings":{"foreground":"#98c379"}},{"name":"js template literals end","scope":["keyword.other.template.end"],"settings":{"foreground":"#98c379"}},{"name":"js template literals variable braces begin","scope":["keyword.other.substitution.begin"],"settings":{"foreground":"#98c379"}},{"name":"js template literals variable braces end","scope":["keyword.other.substitution.end"],"settings":{"foreground":"#98c379"}},{"name":"js operator.assignment","scope":["keyword.operator.assignment"],"settings":{"foreground":"#56b6c2"}},{"name":"go operator","scope":["keyword.operator.assignment.go"],"settings":{"foreground":"#e5c07b"}},{"name":"go operator","scope":["keyword.operator.arithmetic.go","keyword.operator.address.go"],"settings":{"foreground":"#c678dd"}},{"name":"Go package name","scope":["entity.name.package.go"],"settings":{"foreground":"#e5c07b"}},{"name":"elm prelude","scope":["support.type.prelude.elm"],"settings":{"foreground":"#56b6c2"}},{"name":"elm constant","scope":["support.constant.elm"],"settings":{"foreground":"#d19a66"}},{"name":"template literal","scope":["punctuation.quasi.element"],"settings":{"foreground":"#c678dd"}},{"name":"html/pug (jade) escaped characters and entities","scope":["constant.character.entity"],"settings":{"foreground":"#e06c75"}},{"name":"styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour","scope":["entity.other.attribute-name.pseudo-element","entity.other.attribute-name.pseudo-class"],"settings":{"foreground":"#56b6c2"}},{"name":"Clojure globals","scope":["entity.global.clojure"],"settings":{"foreground":"#e5c07b"}},{"name":"Clojure symbols","scope":["meta.symbol.clojure"],"settings":{"foreground":"#e06c75"}},{"name":"Clojure constants","scope":["constant.keyword.clojure"],"settings":{"foreground":"#56b6c2"}},{"name":"CoffeeScript Function Argument","scope":["meta.arguments.coffee","variable.parameter.function.coffee"],"settings":{"foreground":"#e06c75"}},{"name":"Ini Default Text","scope":["source.ini"],"settings":{"foreground":"#98c379"}},{"name":"Makefile prerequisities","scope":["meta.scope.prerequisites.makefile"],"settings":{"foreground":"#e06c75"}},{"name":"Makefile text colour","scope":["source.makefile"],"settings":{"foreground":"#e5c07b"}},{"name":"Groovy import names","scope":["storage.modifier.import.groovy"],"settings":{"foreground":"#e5c07b"}},{"name":"Groovy Methods","scope":["meta.method.groovy"],"settings":{"foreground":"#61afef"}},{"name":"Groovy Variables","scope":["meta.definition.variable.name.groovy"],"settings":{"foreground":"#e06c75"}},{"name":"Groovy Inheritance","scope":["meta.definition.class.inherited.classes.groovy"],"settings":{"foreground":"#98c379"}},{"name":"HLSL Semantic","scope":["support.variable.semantic.hlsl"],"settings":{"foreground":"#e5c07b"}},{"name":"HLSL Types","scope":["support.type.texture.hlsl","support.type.sampler.hlsl","support.type.object.hlsl","support.type.object.rw.hlsl","support.type.fx.hlsl","support.type.object.hlsl"],"settings":{"foreground":"#c678dd"}},{"name":"SQL Variables","scope":["text.variable","text.bracketed"],"settings":{"foreground":"#e06c75"}},{"name":"types","scope":["support.type.swift","support.type.vb.asp"],"settings":{"foreground":"#e5c07b"}},{"name":"heading 1, keyword","scope":["entity.name.function.xi"],"settings":{"foreground":"#e5c07b"}},{"name":"heading 2, callable","scope":["entity.name.class.xi"],"settings":{"foreground":"#56b6c2"}},{"name":"heading 3, property","scope":["constant.character.character-class.regexp.xi"],"settings":{"foreground":"#e06c75"}},{"name":"heading 4, type, class, interface","scope":["constant.regexp.xi"],"settings":{"foreground":"#c678dd"}},{"name":"heading 5, enums, preprocessor, constant, decorator","scope":["keyword.control.xi"],"settings":{"foreground":"#56b6c2"}},{"name":"heading 6, number","scope":["invalid.xi"],"settings":{"foreground":"#abb2bf"}},{"name":"string","scope":["beginning.punctuation.definition.quote.markdown.xi"],"settings":{"foreground":"#98c379"}},{"name":"comments","scope":["beginning.punctuation.definition.list.markdown.xi"],"settings":{"foreground":"#7f848e"}},{"name":"link","scope":["constant.character.xi"],"settings":{"foreground":"#61afef"}},{"name":"accent","scope":["accent.xi"],"settings":{"foreground":"#61afef"}},{"name":"wikiword","scope":["wikiword.xi"],"settings":{"foreground":"#d19a66"}},{"name":"language operators like \'+\', \'-\' etc","scope":["constant.other.color.rgb-value.xi"],"settings":{"foreground":"#ffffff"}},{"name":"elements to dim","scope":["punctuation.definition.tag.xi"],"settings":{"foreground":"#5c6370"}},{"name":"C++/C#","scope":["entity.name.label.cs","entity.name.scope-resolution.function.call","entity.name.scope-resolution.function.definition"],"settings":{"foreground":"#e5c07b"}},{"name":"Markdown underscore-style headers","scope":["entity.name.label.cs","markup.heading.setext.1.markdown","markup.heading.setext.2.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"meta.brace.square","scope":[" meta.brace.square"],"settings":{"foreground":"#abb2bf"}},{"name":"Comments","scope":"comment, punctuation.definition.comment","settings":{"foreground":"#7f848e"}},{"name":"[VSCODE-CUSTOM] Markdown Quote","scope":"markup.quote.markdown","settings":{"foreground":"#5c6370"}},{"name":"punctuation.definition.block.sequence.item.yaml","scope":"punctuation.definition.block.sequence.item.yaml","settings":{"foreground":"#abb2bf"}},{"scope":["constant.language.symbol.elixir","constant.language.symbol.double-quoted.elixir"],"settings":{"foreground":"#56b6c2"}},{"scope":["entity.name.variable.parameter.cs"],"settings":{"foreground":"#e5c07b"}},{"scope":["entity.name.variable.field.cs"],"settings":{"foreground":"#e06c75"}},{"name":"Deleted","scope":"markup.deleted","settings":{"foreground":"#e06c75"}},{"name":"Inserted","scope":"markup.inserted","settings":{"foreground":"#98c379"}},{"name":"Underline","scope":"markup.underline","settings":{"fontStyle":"underline"}},{"name":"punctuation.section.embedded.begin.php","scope":["punctuation.section.embedded.begin.php","punctuation.section.embedded.end.php"],"settings":{"foreground":"#BE5046"}},{"name":"support.other.namespace.php","scope":["support.other.namespace.php"],"settings":{"foreground":"#abb2bf"}},{"name":"variable.other.object","scope":["variable.other.object"],"settings":{"foreground":"#e5c07b"}},{"name":"variable.other.constant.property","scope":["variable.other.constant.property"],"settings":{"foreground":"#e06c75"}},{"name":"entity.other.inherited-class","scope":["entity.other.inherited-class"],"settings":{"foreground":"#e5c07b"}},{"name":"c variable readwrite","scope":"variable.other.readwrite.c","settings":{"foreground":"#e06c75"}},{"name":"php scope","scope":"entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php","settings":{"foreground":"#abb2bf"}},{"name":"Assembly","scope":["constant.numeric.decimal.asm.x86_64"],"settings":{"foreground":"#c678dd"}},{"scope":["support.other.parenthesis.regexp"],"settings":{"foreground":"#d19a66"}},{"scope":["constant.character.escape"],"settings":{"foreground":"#56b6c2"}},{"scope":["string.regexp"],"settings":{"foreground":"#e06c75"}}],"colors":{"activityBar.background":"#23272e","activityBar.foreground":"#d7dae0","activityBarBadge.background":"#4d78cc","activityBarBadge.foreground":"#f8fafd","badge.background":"#23272e","button.background":"#404754","button.secondaryBackground":"#30333d","button.secondaryForeground":"#c0bdbd","checkbox.border":"#404754","debugToolBar.background":"#1e2227","descriptionForeground":"#abb2bf","diffEditor.insertedTextBackground":"#00809b33","dropdown.background":"#1e2227","dropdown.border":"#1e2227","editor.background":"#23272e","editor.findMatchBackground":"#42557b","editor.findMatchBorder":"#457dff","editor.findMatchHighlightBackground":"#6199ff2f","editor.foreground":"#abb2bf","editorBracketHighlight.foreground1":"#d19a66","editorBracketHighlight.foreground2":"#c678dd","editorBracketHighlight.foreground3":"#56b6c2","editorHoverWidget.highlightForeground":"#61afef","editorInlayHint.foreground":"#abb2bf","editorInlayHint.background":"#2c313c","editor.lineHighlightBackground":"#2c313c","editorLineNumber.activeForeground":"#abb2bf","editorGutter.addedBackground":"#109868","editorGutter.deletedBackground":"#9A353D","editorGutter.modifiedBackground":"#948B60","editorOverviewRuler.addedBackground":"#109868","editorOverviewRuler.deletedBackground":"#9A353D","editorOverviewRuler.modifiedBackground":"#948B60","editor.selectionBackground":"#67769660","editor.selectionHighlightBackground":"#ffffff10","editor.selectionHighlightBorder":"#dddddd","editor.wordHighlightBackground":"#d2e0ff2f","editor.wordHighlightBorder":"#7f848e","editor.wordHighlightStrongBackground":"#abb2bf26","editor.wordHighlightStrongBorder":"#7f848e","editorBracketMatch.background":"#515a6b","editorBracketMatch.border":"#515a6b","editorCursor.background":"#ffffffc9","editorCursor.foreground":"#528bff","editorError.foreground":"#c24038","editorGroup.background":"#181a1f","editorGroup.border":"#181a1f","editorGroupHeader.tabsBackground":"#1e2227","editorHoverWidget.background":"#1e2227","editorHoverWidget.border":"#181a1f","editorIndentGuide.activeBackground":"#c8c8c859","editorIndentGuide.background":"#3b4048","editorLineNumber.foreground":"#495162","editorMarkerNavigation.background":"#1e2227","editorRuler.foreground":"#abb2bf26","editorSuggestWidget.background":"#1e2227","editorSuggestWidget.border":"#181a1f","editorSuggestWidget.selectedBackground":"#2c313a","editorWarning.foreground":"#d19a66","editorWhitespace.foreground":"#ffffff1d","editorWidget.background":"#1e2227","focusBorder":"#3e4452","gitDecoration.ignoredResourceForeground":"#636b78","input.background":"#1d1f23","input.foreground":"#abb2bf","list.activeSelectionBackground":"#2c313a","list.activeSelectionForeground":"#d7dae0","list.focusBackground":"#323842","list.focusForeground":"#f0f0f0","list.highlightForeground":"#ecebeb","list.hoverBackground":"#2c313a","list.hoverForeground":"#abb2bf","list.inactiveSelectionBackground":"#323842","list.inactiveSelectionForeground":"#d7dae0","list.warningForeground":"#d19a66","menu.foreground":"#abb2bf","menu.separatorBackground":"#343a45","minimapGutter.addedBackground":"#109868","minimapGutter.deletedBackground":"#9A353D","minimapGutter.modifiedBackground":"#948B60","panel.border":"#3e4452","panelSectionHeader.background":"#1e2227","peekViewEditor.background":"#1b1d23","peekViewEditor.matchHighlightBackground":"#29244b","peekViewResult.background":"#22262b","scrollbar.shadow":"#23252c","scrollbarSlider.activeBackground":"#747d9180","scrollbarSlider.background":"#4e566660","scrollbarSlider.hoverBackground":"#5a637580","settings.focusedRowBackground":"#23272e","settings.headerForeground":"#fff","sideBar.background":"#1e2227","sideBar.foreground":"#abb2bf","sideBarSectionHeader.background":"#23272e","sideBarSectionHeader.foreground":"#abb2bf","statusBar.background":"#1e2227","statusBar.debuggingBackground":"#cc6633","statusBar.debuggingBorder":"#ff000000","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#9da5b4","statusBar.noFolderBackground":"#1e2227","statusBarItem.remoteBackground":"#4d78cc","statusBarItem.remoteForeground":"#f8fafd","tab.activeBackground":"#23272e","tab.activeBorder":"#b4b4b4","tab.activeForeground":"#dcdcdc","tab.border":"#181a1f","tab.hoverBackground":"#323842","tab.inactiveBackground":"#1e2227","tab.unfocusedHoverBackground":"#323842","terminal.ansiBlack":"#3f4451","terminal.ansiBlue":"#4aa5f0","terminal.ansiBrightBlack":"#4f5666","terminal.ansiBrightBlue":"#4dc4ff","terminal.ansiBrightCyan":"#4cd1e0","terminal.ansiBrightGreen":"#a5e075","terminal.ansiBrightMagenta":"#de73ff","terminal.ansiBrightRed":"#ff616e","terminal.ansiBrightWhite":"#e6e6e6","terminal.ansiBrightYellow":"#f0a45d","terminal.ansiCyan":"#42b3c2","terminal.ansiGreen":"#8cc265","terminal.ansiMagenta":"#c162de","terminal.ansiRed":"#e05561","terminal.ansiWhite":"#d7dae0","terminal.ansiYellow":"#d18f52","terminal.background":"#23272e","terminal.border":"#3e4452","terminal.foreground":"#abb2bf","terminal.selectionBackground":"#abb2bf30","textBlockQuote.background":"#2e3440","textBlockQuote.border":"#4b5362","textLink.foreground":"#61afef","textPreformat.foreground":"#d19a66","titleBar.activeBackground":"#23272e","titleBar.activeForeground":"#9da5b4","titleBar.inactiveBackground":"#1e2227","titleBar.inactiveForeground":"#6b717d","tree.indentGuidesStroke":"#ffffff1d","walkThrough.embeddedEditorBackground":"#2e3440","welcomePage.buttonHoverBackground":"#404754"}}'),Jc=[{token:Uc.IDENTIFIER,foreground:"dcdcaa"},{token:Uc.NUMBER,foreground:"b5cea8"},{token:Uc.DATE,foreground:"b5cea8"},{token:Uc.COLOR,foreground:"b5cea8"},{token:Uc.PACKAGE,foreground:"808080"},{token:Uc.PARSER,foreground:"c586c0"},{token:Uc.LANGUAGE_STRUCT,foreground:"c586c0"},{token:Uc.MULTIPLICITY,foreground:"2d796b"},{token:Uc.GENERICS,foreground:"2d796b"},{token:Uc.PROPERTY,foreground:"9cdcfe"},{token:Uc.PARAMETER,foreground:"9cdcfe"},{token:Uc.VARIABLE,foreground:"4fc1ff"},{token:Uc.TYPE,foreground:"3dc9b0"},{token:`${Uc.STRING}.escape`,foreground:"d7ba7d"}];var zc;!function(e){e.DEFAULT_DARK="default-dark",e.GITHUB_DARK="github-dark",e.GITHUB_DARK_DIMMED="github-dark-dimmed",e.SOLARIZED_DARK="solarized-dark",e.ONE_DARK_PRO="one-dark-pro",e.ONE_DARK_PRO_DARKER="one-dark-pro-darker",e.MATERIAL_DEFAULT="material-default",e.MATERIAL_DARKER="material-darker",e.BUILT_IN__VSCODE_LIGHT="vs",e.BUILT_IN__VSCODE_DARK="vs-dark",e.BUILT_IN__VSCODE_HC_BLACK="hc-black",e.BUILT_IN__VSCODE_HC_LIGHT="hc-light"}(zc||(zc={}));const Qc={base:"vs-dark",inherit:!0,colors:{},rules:[...Jc,{token:"string.sql",foreground:"ce9178"},{token:"white.sql",foreground:"d4d4d4"},{token:"identifier.sql",foreground:"d4d4d4"},{token:"operator.sql",foreground:"d4d4d4"}]},Zc=Vc(Hc,zc.BUILT_IN__VSCODE_DARK,{},[]),eu=Vc(Yc,zc.BUILT_IN__VSCODE_DARK,{},[]),tu=Vc(Kc,zc.BUILT_IN__VSCODE_DARK,{},[]),nu=Vc($c,zc.BUILT_IN__VSCODE_DARK,{},[]),ou=Vc(Wc,zc.BUILT_IN__VSCODE_DARK,{},[]),ru=Vc(Xc,zc.BUILT_IN__VSCODE_DARK,{},[]),iu=Vc(qc,zc.BUILT_IN__VSCODE_DARK,{},[]);var au,su,cu,uu;!function(e){e.TEXT="plaintext",e.PURE="pure",e.JSON="json",e.JAVA="java",e.MARKDOWN="markdown",e.SQL="sql",e.XML="xml",e.YAML="yaml",e.GRAPHQL="graphql"}(au||(au={})),function(e){e.PROFILE="Profile",e.CLASS="Class",e.ENUMERATION="Enum",e.MEASURE="Measure",e.ASSOCIATION="Association",e.FUNCTION="function",e.MAPPING="Mapping",e.FLAT_DATA="FlatData",e.DATABASE="Database",e.SERVICE="Service",e.RUNTIME="Runtime",e.CONNECTION="Connection",e.FILE_GENERATION="FileGeneration",e.GENERATION_SPECIFICATION="GenerationSpecification",e.DATA_ELEMENT="Data",e.EXECUTION_ENVIRONMENT="ExecutionEnvironment"}(su||(su={})),function(e){e.JSON_MODEL_CONNECTION="JsonModelConnection",e.XML_MODEL_CONNECTION="XmlModelConnection",e.MODEL_CHAIN_CONNECTION="ModelChainConnection",e.RELATIONAL_DATABASE_CONNECTION="RelationalDatabaseConnection",e.FLAT_DATA_CONNECTION="FlatDataConnection"}(cu||(cu={})),function(e){e.PURE="Pure",e.CONNECTION="Connection",e.RUNTIME="Runtime",e.MAPPING="Mapping",e.SERVICE="Service",e.FLATDATA="FlatData",e.RELATIONAL="Relational",e.GENERATION_SPECIFICATION="GenerationSpecification",e.FILE_GENERATION_SPECIFICATION="FileGeneration",e.DATA="Data"}(uu||(uu={}));const du={wordPattern:/(-?\d*\.\d\w*)|([^`~!@#%^$&*()\-=+[{\]}\\|;:'",.<>/?\s][^`~!@#%^&*()\-=+[{\]}\\|;:'",.<>/?\s]*)/,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"},{open:"<<",close:">>"}],folding:{markers:{start:new RegExp("^\\s*//\\s*(?:(?:#?region\\b)|(?:<editor-fold\\b))"),end:new RegExp("^\\s*//\\s*(?:(?:#?endregion\\b)|(?:</editor-fold>))")}}};var lu=n(6557);class pu extends jc{static NAME=xc.XO.F;constructor(){super(pu.NAME,xc.rE)}getExtraApplicationSetups(){return[async e=>{var t,n;lu.syG.registerModules([sc.Q,uc.mZ]),await(async e=>{const t=`Monospaced font '${Ue}' has not been loaded properly, code editor might not display properly`;await Promise.all([400,700].map((e=>document.fonts.load(`${e} 1em ${Ue}`)))).then((()=>{document.fonts.check(`1em ${Ue}`)?Gc.editor.remeasureFonts():e.logService.error(u.create(ie.APPLICATION_SETUP__FAILURE),t)})).catch((()=>e.logService.error(u.create(ie.APPLICATION_SETUP__FAILURE),t)));const n="legend.code-editor.override-default-keybinding";Gc.editor.registerCommand(n,((t,...n)=>{e.keyboardShortcutsService.dispatch(n[0])}));const o=[[Gc.KeyCode.F1,"F1"],[Gc.KeyCode.F8,"F8"],[Gc.KeyCode.F9,"F9"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.KeyG,"Control+KeyG"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.KeyB,"Control+KeyB"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.KeyO,"Control+KeyO"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.KeyD,"Control+KeyD"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.KeyP,"Control+KeyP"],[Gc.KeyMod.Shift|Gc.KeyCode.F10,"Shift+F10"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.F2,"Control+F2"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.F12,"Control+F12"]];Gc.editor.addKeybindingRules(o.map((([e,t])=>({keybinding:e,command:n,commandArgs:t})))),Gc.editor.defineTheme(zc.DEFAULT_DARK,Qc),Gc.editor.defineTheme(zc.SOLARIZED_DARK,Zc),Gc.editor.defineTheme(zc.GITHUB_DARK,eu),Gc.editor.defineTheme(zc.GITHUB_DARK_DIMMED,tu),Gc.editor.defineTheme(zc.MATERIAL_DEFAULT,nu),Gc.editor.defineTheme(zc.MATERIAL_DARKER,ou),Gc.editor.defineTheme(zc.ONE_DARK_PRO,ru),Gc.editor.defineTheme(zc.ONE_DARK_PRO_DARKER,iu)})(e),Gc.languages.register({id:au.PURE}),Gc.languages.setLanguageConfiguration(au.PURE,du),Gc.languages.setMonarchTokensProvider(au.PURE,(n=t?.extraKeywords??[],{defaultToken:"invalid",tokenPostfix:".pure",keywords:[...n,"Schema","Table","Join","View","primaryKey","groupBy","mainTable","let","extends","true","false","projects",su.CLASS,su.ASSOCIATION,su.ENUMERATION,su.MEASURE,su.PROFILE,su.FUNCTION,su.MAPPING,su.RUNTIME,su.CONNECTION,su.FILE_GENERATION,su.GENERATION_SPECIFICATION,su.DATA_ELEMENT,cu.JSON_MODEL_CONNECTION,cu.MODEL_CHAIN_CONNECTION,cu.XML_MODEL_CONNECTION,"include","EnumerationMapping","Pure","AssociationMapping","XStore","AggregationAware",su.SERVICE,su.FLAT_DATA,su.DATABASE,cu.FLAT_DATA_CONNECTION,cu.RELATIONAL_DATABASE_CONNECTION,"Relational"],operators:["=",">","<","!","~","?",":","==","<=",">=","&&","||","++","--","+","-","*","/","&","|","^","%","->","#{","}#","@","<<",">>"],languageStructs:["import","native"],identifier:/[a-zA-Z_$][\w$]*/,symbols:/[=><!~?:&|+\-*/^%#@]+/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,digits:/\d+(_+\d+)*/,octaldigits:/[0-7]+(_+[0-7]+)*/,binarydigits:/[0-1]+(_+[0-1]+)*/,hexdigits:/[[0-9a-fA-F]+(_+[0-9a-fA-F]+)*/,multiplicity:/\[(?:[a-zA-Z0-9]+(?:\.\.(?:[a-zA-Z0-9]+|\*|))?|\*)\]/,package:/(?:[\w_]+::)+/,generics:/(?:(?:<\w+>)|(?:<[^:.@^()]+[^-]>))/,date:/%-?\d+(?:-\d+(?:-\d+(?:T(?:\d+(?::\d+(?::\d+(?:.\d+)?)?)?)(?:[+-][0-9]{4})?)))/,time:/%\d+(?::\d+(?::\d+(?:.\d+)?)?)?/,tokenizer:{root:[{include:"@pure"},{include:"@date"},{include:"@color"},[/^\s*###[\w]+/,Uc.PARSER],[/(@identifier)/,{cases:{"@languageStructs":Uc.LANGUAGE_STRUCT,"@keywords":`${Uc.KEYWORD}.$0`,"([a-zA-Z_$][\\w$]*)_((\\w+_(([a-zA-Z0-9]+)|(\\$[a-zA-Z0-9]+_[a-zA-Z0-9]+\\$)))__)*(\\w+_(([a-zA-Z0-9]+)|(\\$[a-zA-Z0-9]+_[a-zA-Z0-9]+\\$)))_":Uc.TYPE,"@default":Uc.IDENTIFIER}}],{include:"@whitespace"},[/[{}()[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":Uc.OPERATOR,"@default":Uc.IDENTIFIER}}],{include:"@number"},[/[;,.]/,Uc.DELIMITER],[/'([^'\\]|\\.)*$/,`${Uc.STRING}.invalid`],[/'/,Uc.STRING,"@string"],{include:"@characters"}],pure:[[/(@package\*)/,[Uc.PACKAGE]],[/(@package?)(@identifier)(@generics?)(\s*)(@multiplicity)/,[Uc.PACKAGE,Uc.TYPE,Uc.GENERICS,Uc.WHITESPACE,Uc.MULTIPLICITY]],[/(@package)(@identifier)(@generics?)/,[Uc.PACKAGE,Uc.TYPE,Uc.GENERICS]],[/([@^])(\s*)(@package?)(@identifier)(@generics?)(@multiplicity?)/,[`${Uc.TYPE}.operator`,Uc.WHITESPACE,Uc.PACKAGE,Uc.TYPE,Uc.GENERICS,Uc.MULTIPLICITY]],[/(\.\s*)(@identifier)/,[Uc.DELIMITER,Uc.PROPERTY]],[/(@identifier)(\s*=)/,[Uc.PROPERTY,Uc.OPERATOR]],[/(@identifier)(\.)(@identifier)/,[Uc.TYPE,Uc.OPERATOR,Uc.PROPERTY]],[/(@identifier)(\s*:)/,[Uc.PARAMETER,Uc.OPERATOR]],[/(let)(\s+)(@identifier)(\s*=)/,[Uc.KEYWORD,Uc.WHITESPACE,Uc.VARIABLE,Uc.OPERATOR]],[/(\$@identifier)/,[`${Uc.VARIABLE}.reference`]]],date:[[/(%latest)/,[`${Uc.DATE}.latest`]],[/(@date)/,[Uc.DATE]],[/(@time)/,[`${Uc.DATE}.time`]]],color:[[/(#[0-9a-fA-F]{6})/,[Uc.COLOR]]],number:[[/(@digits)[eE]([-+]?(@digits))?[fFdD]?/,`${Uc.NUMBER}.float`],[/(@digits)\.(@digits)([eE][-+]?(@digits))?[fFdD]?/,`${Uc.NUMBER}.float`],[/0[xX](@hexdigits)[Ll]?/,`${Uc.NUMBER}.hex`],[/0(@octaldigits)[Ll]?/,`${Uc.NUMBER}.octal`],[/0[bB](@binarydigits)[Ll]?/,`${Uc.NUMBER}.binary`],[/(@digits)[fFdD]/,`${Uc.NUMBER}.float`],[/(@digits)[lL]?/,Uc.NUMBER]],whitespace:[[/[ \t\r\n]+/,Uc.WHITESPACE],[/\/\*\*(?!\/)/,`${Uc.COMMENT}.doc`,"@doc"],[/\/\*/,Uc.COMMENT,"@comment"],[/\/\/.*$/,Uc.COMMENT]],comment:[[/[^/*]+/,Uc.COMMENT],[/\*\//,Uc.COMMENT,"@pop"],[/[/*]/,Uc.COMMENT]],doc:[[/[^/*]+/,`${Uc.COMMENT}.doc`],[/\/\*/,`${Uc.COMMENT}.doc.invalid`],[/\*\//,`${Uc.COMMENT}.doc`,"@pop"],[/[/*]/,`${Uc.COMMENT}.doc`]],string:[[/[^\\']+/,Uc.STRING],[/@escapes/,`${Uc.STRING}.escape`],[/\\./,`${Uc.STRING}.escape.invalid`],[/'/,Uc.STRING,"@pop"]],characters:[[/'[^\\']'/,Uc.STRING],[/(')(@escapes)(')/,[Uc.STRING,`${Uc.STRING}.escape`,Uc.STRING]],[/'/,`${Uc.STRING}.invalid`]]}}))}]}}class gu extends Ko{static create(){const e=new gu(Zo.create());return e.withBasePlugins([new qo,new pu]),e.withBasePresets([]),e}async configureApplication(e){return new zo(e)}async loadApplication(e){(0,b.H)((()=>{let e=document.getElementsByTagName($o).length?document.getElementsByTagName($o)[0]:void 0;return e||(e=document.createElement($o),document.body.appendChild(e)),e.setAttribute("style","height: 100%; width: 100%; display: block"),e})()).render((0,E.jsx)(Ft,{store:e,children:(0,E.jsx)(Mc,{baseUrl:this.baseAddress})}))}}class mu{static getPresetCollection(){return[]}static getPluginCollection(){return[new pu,new h]}static run(e){gu.create().setup({baseAddress:e}).withPresets(mu.getPresetCollection()).withPlugins(mu.getPluginCollection()).start().catch((e=>{throw e}))}}const fu=new URL("./",window.location.href).pathname;mu.run(fu)},5551:(e,t,n)=>{const o=n(1960),r=n(7002);e.exports={CreatableSelect:o,Select:r,SelectComponents:r.components}}},r={};function i(e){var t=r[e];if(void 0!==t)return t.exports;var n=r[e]={id:e,loaded:!1,exports:{}};return o[e].call(n.exports,n,n.exports,i),n.loaded=!0,n.exports}i.m=o,i.amdO={},e=[],i.O=(t,n,o,r)=>{if(!n){var a=1/0;for(d=0;d<e.length;d++){for(var[n,o,r]=e[d],s=!0,c=0;c<n.length;c++)(!1&r||a>=r)&&Object.keys(i.O).every((e=>i.O[e](n[c])))?n.splice(c--,1):(s=!1,r<a&&(a=r));if(s){e.splice(d--,1);var u=o();void 0!==u&&(t=u)}}return t}r=r||0;for(var d=e.length;d>0&&e[d-1][2]>r;d--)e[d]=e[d-1];e[d]=[n,o,r]},i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},n=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,i.t=function(e,o){if(1&o&&(e=this(e)),8&o)return e;if("object"==typeof e&&e){if(4&o&&e.__esModule)return e;if(16&o&&"function"==typeof e.then)return e}var r=Object.create(null);i.r(r);var a={};t=t||[null,n({}),n([]),n(n)];for(var s=2&o&&e;"object"==typeof s&&!~t.indexOf(s);s=n(s))Object.getOwnPropertyNames(s).forEach((t=>a[t]=()=>e[t]));return a.default=()=>e,i.d(r,a),r},i.d=(e,t)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.e=()=>Promise.resolve(),i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),i.p="./",(()=>{var e={57:0};i.O.j=t=>0===e[t];var t=(t,n)=>{var o,r,[a,s,c]=n,u=0;if(a.some((t=>0!==e[t]))){for(o in s)i.o(s,o)&&(i.m[o]=s[o]);if(c)var d=c(i)}for(t&&t(n);u<a.length;u++)r=a[u],i.o(e,r)&&e[r]&&e[r][0](),e[r]=0;return i.O(d)},n=globalThis.webpackChunk_finos_legend_application_repl_deployment=globalThis.webpackChunk_finos_legend_application_repl_deployment||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})();var a=i.O(void 0,[121],(()=>i(5912)));a=i.O(a)})();
2
- //# sourceMappingURL=index.b4bc1d59.js.map
1
+ (()=>{"use strict";var e,t,n,o={5912:(e,t,n)=>{const o=JSON.parse('{"rE":"10.0.39","XO":{"Z":"@finos/legend-logger-plugin-web-console"}}');var r,i=n(2964);class a{name;version;signature;uuid}class s{name;version;uuid=(0,i.A)();constructor(e,t){this.name=e,this.version=t}getName(){return this.name}getVersion(){return this.version}getSignature(){return`${this.getName()}@${this.getVersion()}`}getUUID(){return this.uuid}getInfo(){const e=new a;return e.name=this.getName(),e.version=this.getVersion(),e.signature=this.getSignature(),e.uuid=this.getUUID(),e}configure(e){return this}}class c{plugins=[];presets=[];usePlugins(e){return this.plugins=e,this}usePresets(e){return this.presets=e,this}configure(e){Object.keys(e).forEach((t=>{const n=e[t];this.presets.forEach((e=>{e.getName()===t&&e.configure(n)})),this.plugins.forEach((e=>{e.getName()===t&&e.configure(n)}))}))}install(){this.plugins.forEach((e=>e.install(this))),this.presets.forEach((e=>e.install(this)))}getInfo(){return{plugins:this.plugins.filter((e=>!this.getHiddenPluginNames().includes(e.getName()))).map((e=>e.getInfo())).sort(((e,t)=>e.name.localeCompare(t.name))),presets:this.presets.filter((e=>!this.getHiddenPresetNames().includes(e.getName()))).map((e=>e.getInfo())).sort(((e,t)=>e.name.localeCompare(t.name)))}}getHiddenPluginNames(){return[]}getHiddenPresetNames(){return[]}}!function(e){e[e.DEBUG=1]="DEBUG",e[e.INFO=2]="INFO",e[e.WARN=3]="WARN",e[e.ERROR=4]="ERROR",e[e.SILENT=5]="SILENT"}(r||(r={}));class u{channel;name;timestamp=Date.now();static create(e){const t=new u;return t.name=e,t}}class d extends s{level=r.DEBUG;setLevel(e){this.level=e}install(e){e.registerLoggerPlugin(this)}debug(e,...t){this.level<=r.DEBUG&&this._debug(e,...t)}info(e,...t){this.level<=r.INFO&&this._info(e,...t)}warn(e,...t){this.level<=r.WARN&&this._warn(e,...t)}error(e,...t){this.level<=r.ERROR&&this._error(e,...t)}}class l{loggers=[];registerPlugins(e){this.loggers=e}debug(e,...t){this.loggers.forEach((n=>n.debug(e,...t)))}info(e,...t){this.loggers.forEach((n=>n.info(e,...t)))}warn(e,...t){this.loggers.forEach((n=>n.warn(e,...t)))}error(e,...t){this.loggers.forEach((n=>n.error(e,...t)))}}const{debug:p,info:g,warn:m,error:f}=console;class h extends d{constructor(){super(o.XO.Z,o.rE)}_debug(e,...t){p(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}_info(e,...t){g(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}_warn(e,...t){m(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}_error(e,...t){f(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}}var E=n(1085),b=n(5873),_=n(4417),N=n(4365);const A=()=>()=>{};class T extends Error{uuid=(0,i.A)();constructor(e){super(),this.message=void 0===e||""===e?"(no error message)":e}get detail(){return this.message}}class v extends Error{constructor(e,t,n){if(super(n||(t instanceof Error?t.message:t)),this.name=e,t instanceof Error){const e=(this.message.match(/\n/g)??[]).length+1;this.stack=`${(this.stack??"").split("\n").slice(0,e+1).join("\n")}\nCaused by: ${t.stack}`}else"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(t).stack}}class y extends v{constructor(e){super("Illegal State Error [PLEASE NOTIFY DEVELOPER]",e)}}class C extends v{constructor(e,t){super("Unsupported Operation Error",e||t?`${e}${t?`\n${((e,t)=>{const n=(o={printFunctionName:!1,maxDepth:t?.deep?void 0:1},(0,_.A)(o,(e=>void 0!==e)));var o;return(0,N.GP)(e,n).replace(/.*\s\{/g,"{").replace(/\[.*\]/g,(e=>["[Array]","[Function]"].includes(e)?e:"[Object]"))})(t)}`:""}`:void 0)}}function S(e){if(!(e instanceof Error))throw new y("Expected error to be thrown")}const I=e=>{try{return e()}catch{return}};class k extends v{constructor(e,t){super("Assertion Error",e,t)}}const R=e=>null!=e;function O(e,t=""){if(null==e)throw new k(t||"Value is nullable")}const F=(e,t="")=>(O(e,t),e);function B(e,t,n=""){if(!(e instanceof t))throw new k(n||`Value is expected to be of type '${t.name}'`)}function L(e,t=""){return function(e,t=""){if(""===F(e,t))throw new k(t||"Expected string value to be non-empty")}(e,t),e}function D(e,t=""){if(!e)throw new k(t||"Expected predicate to be truthy")}const P=e=>"string"==typeof e,w=e=>"number"==typeof e&&!isNaN(e),M=e=>"boolean"==typeof e,x=e=>"object"==typeof e&&null!==e,j=e=>x(e)&&"Object"===e.constructor.name,U=(e,t="")=>(function(e,t=""){if(!P(e))throw new k(t||"Value is expected to be a string")}(e,t),e),G=(e,t="")=>(function(e,t=""){if(!w(e))throw new k(t||"Value is expected to be a number")}(e,t),e),V=(e,t="")=>(function(e,t=""){if(!M(e))throw new k(t||"Value is expected to be a boolean")}(e,t),e);var H=n(6651),Y=n(6046),K=n(6451),$=n(8041);const W=H.v,X="charset=utf-8";var q,J,z;!function(e){e.CONTENT_TYPE="Content-Type",e.ACCEPT="Accept"}(q||(q={})),function(e){e.APPLICATION_JSON="application/json",e.APPLICATION_XML="application/xml",e.APPLICATION_ZLIB="application/zlib",e.TEXT_PLAIN="text/plain",e.TEXT_CSV="text/csv",e.ALL="*/*"}(J||(J={})),function(e){e.GET="GET",e.PUT="PUT",e.POST="POST",e.DELETE="DELETE"}(z||(z={}));const Q={mode:"cors",credentials:"include",redirect:"follow"},Z=(e,t)=>{const n={};return e&&Object.entries(e).forEach((([e,t])=>{n[e]=t})),t&&Object.entries(t).forEach((([e,t])=>{n[e]=t})),n};class ee extends Error{response;payload;constructor(e,t){super(),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.name="Network Client Error",this.response=e;const{status:n,statusText:o,url:r}=e,i=`Received response with status ${n} (${o}) for ${r}`;this.message=(t?(e=>{if(x(e))return P(e.message)?e.message:JSON.stringify(e);let t;try{t=JSON.parse(e)}catch{}return t&&P(t.message)?t.message:e})(t).substring(0,5e3):"")||i,this.payload=t}}const te=async(e,t,n)=>{if(n?.preprocess?.(e),!e.ok){let t;try{t=await e.text(),t=JSON.parse(t)}catch{}return Promise.reject(new ee(e,t))}if(n?.skipProcessing)return Promise.resolve(e);if(e.status===W.NO_CONTENT)return Promise.resolve(void 0);const o=t.headers.Accept;switch(o){case J.APPLICATION_JSON:return e.json();case J.TEXT_PLAIN:return e.text();default:return Promise.reject(new ee(e,`Can't process response for request with Content-Type '${o}'`))}},ne=(e,t)=>{const n={};return n.Accept=J.APPLICATION_JSON,e!==z.GET&&(n[q.CONTENT_TYPE]=`${J.APPLICATION_JSON};${X}`),Z(n,t)};class oe{options={};baseUrl;constructor(e){this.baseUrl=e?.baseUrl,this.options={...Q,...e?.options??{}}}async get(e,t={},n,o,r,i){return this.request(z.GET,e,void 0,t,n,o,r,i)}async put(e,t={},n={},o,r,i,a){return this.request(z.PUT,e,t,n,o,r,i,a)}async post(e,t={},n={},o,r,i,a){return this.request(z.POST,e,t,n,o,r,i,a)}async delete(e,t={},n={},o,r,i,a){return this.request(z.DELETE,e,t,n,o,r,i,a)}async request(e,t,n,o,r,i,a,s){const c=((e,t,n)=>{if(!e&&!I((()=>new URL(t))))throw new Error(`Can't build URL string: base URL is not specified and the provided URL '${t}' is not absolute`);const o=new URL(t,e);return n instanceof Object&&Object.entries(n).forEach((([e,t])=>{void 0!==t&&(Array.isArray(t)?t.filter(R).forEach((t=>o.searchParams.append(e,t.toString()))):o.searchParams.append(e,t.toString()))})),o.toString()})(this.baseUrl,t,i??{});let u;if((P(n)||x(n))&&a?.enableCompression&&(D(e!==z.GET," GET request should not have any request payload"),n=(e=>new Blob([(0,Y.Kc)(x(e)?JSON.stringify(e):e)]))(n),r=Z(r,{[q.CONTENT_TYPE]:`${J.APPLICATION_ZLIB};${X}`})),void 0!==n)if(P(n)||n instanceof Blob)u=n;else{if(!x(n))throw new k("Request body can only be either a 'string' or an 'object'");u=JSON.stringify(n)}const d={...this.options,...o,method:e,body:u,headers:ne(e,r)};return fetch(c,d).then((e=>0===e.status||e.status===W.UNAUTHORIZED?s?.autoReAuthenticateUrl?(e=>new Promise((t=>{const n="AUTO_AUTHENTICATION_IFRAME",o=document.getElementById(n);o?.remove();const r=document.createElement("iframe");r.id=n,r.src=e,r.style.display="none",r.addEventListener("load",(()=>{r.remove(),t()})),document.body.appendChild(r)})))(s.autoReAuthenticateUrl).then((()=>fetch(c,d))).then((e=>te(e,d,s))):fetch(c,d).then((e=>te(e,d,s))):te(e,d,s))).catch((e=>(e=>e instanceof TypeError&&"Failed to fetch"===e.message)(e)?fetch(c,d).then((e=>te(e,d,s))):Promise.reject(e)))}}const re=(e,t,n)=>{const o=new Blob([t],{type:n}),r=URL.createObjectURL(o),i=document.createElement("a");"string"==typeof i.download?(document.body.appendChild(i),i.download=e,i.href=r,i.click(),document.body.removeChild(i)):location.replace(r)};var ie;!function(e){e.APPLICATION_SETUP__FAILURE="application.setup.failure",e.APPLICATION_LOAD__SUCCESS="application.load.success",e.APPLICATION_LOAD__FAILURE="application.load.failure",e.ILLEGAL_APPLICATION_STATE_OCCURRED="application.error.illegal-state",e.APPLICATION_CONFIGURATION__FAILURE="application.configuration.failure",e.IDENTITY_AUTO_FETCH__FAILURE="application.identity.auto-fetch.failure",e.DOCUMENTATION_FETCH__FAILURE="application.documentation.fetch.failure",e.DOCUMENTATION_LOAD__SKIP="application.documentation.load.skip",e.DOCUMENTATION_REQUIREMENT_CHECK__FAILURE="application.documentation.requirement-check.failure",e.CONTEXTUAL_DOCUMENTATION_LOAD__SKIP="application.virtual-assistant.contextual-documentation-load.skip",e.VIRTUAL_ASSISTANT_DOCUMENTATION_ENTRY__ACCESS="application.virtual-assistant.documentation-entry.access",e.TERMINAL_COMMAND_CONFIGURATION_CHECK__FAILURE="application.load.terminal-command.configuration-check.failure",e.COLOR_THEME_CONFIGURATION_CHECK__FAILURE="application.layout.color-theme.configuration-check.failure",e.SETTING_CONFIGURATION_CHECK__FAILURE="application.setting.configuration-check.failure",e.SETTING_RETRIVE_FAILURE="application.setting.retrieve.failure",e.USER_DATA_RETRIEVE_FAILURE="application.user-data.retrieve.failure",e.COMMAND_CENTER_REGISTRATION__FAILURE="application.command.registration.failure",e.DEVELOPMENT_ISSUE="development.issue",e.APPLICATION_CONTEXT__ACCESS="application.context.access",e.APPLICATION_USAGE__INTERRUPT="application.usage.interrupt",e.APPLICATION_TELEMETRY_EVENT__FAILURE="application.telemetry-event.failure"}(ie||(ie={}));var ae=n(7542);class se{schema;deserializeNullAsUndefined;constructor(e,t){this.schema=e,this.deserializeNullAsUndefined=Boolean(t?.deserializeNullAsUndefined)}toJson(e){return(0,ae.lK)(this.schema,e)}fromJson(e){return(0,ae.iu)(this.schema,this.deserializeNullAsUndefined?(t=e,(0,_.A)(t,(e=>null!==e))):e);var t}}const ce=e=>(0,ae.Ie)((t=>void 0===t?ae._Z:(0,ae.lK)(e,t)),(t=>(0,ae.iu)(e,t))),ue=e=>(0,ae.Ie)((()=>e),(()=>e)),de=e=>(0,ae.Ie)((t=>t?(0,ae.lK)(e,t):ae._Z),(t=>t?(0,ae.iu)(e,t):ae._Z));var le=n(6696);class pe{key;markdownText;title;text;url;related;static serialization=new se((0,ae.PL)(pe,{markdownText:(0,ae.Ie)((e=>e),(e=>e.value?e:void 0)),related:(0,ae.lq)((0,ae.p_)((0,ae.MY)())),title:(0,ae.lq)((0,ae.MY)()),text:(0,ae.lq)((0,ae.MY)()),url:(0,ae.lq)((0,ae.MY)())}));static create(e,t){const n=pe.serialization.fromJson(e);return n.key=t,n}}const ge=e=>Object.entries(e).map((e=>({key:e[0],content:pe.create(e[1],e[0])})));class me{url;links;docRegistry=new Map;contextualDocIndex=new Map;constructor(e){this.url=e.config.documentationUrl,this.links=e.config.documentationLinkEntries,e.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraKeyedDocumentationEntries?.()??[])).forEach((t=>{this.hasDocEntry(t.key)?e.logService.warn(u.create(ie.DOCUMENTATION_LOAD__SKIP),t.key):this.docRegistry.set(t.key,t.content)})),e.config.keyedDocumentationEntries.forEach((e=>this.docRegistry.set(e.key,e.content)));const t=e.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraContextualDocumentationEntries?.()??[])),n=[];(0,le.A)(e.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraRequiredDocumentationKeys?.()??[])).concat(t.map((e=>e.documentationKey)))).forEach((e=>{this.docRegistry.has(e)||n.push(e)})),n.length&&e.logService.warn(u.create(ie.DOCUMENTATION_REQUIREMENT_CHECK__FAILURE),`Can't find corresponding documentation entry for keys:\n${n.map((e=>`- ${e}`)).join("\n")}`),t.forEach((t=>{if(this.hasContextualDocEntry(t.context))e.logService.warn(u.create(ie.CONTEXTUAL_DOCUMENTATION_LOAD__SKIP),t.context);else{const e=this.getDocEntry(t.documentationKey);e&&this.contextualDocIndex.set(t.context,e)}})),e.config.contextualDocEntries.forEach((e=>{const t=this.getDocEntry(e.documentationKey);t&&this.contextualDocIndex.set(e.context,t)}))}getDocEntry(e){return this.docRegistry.get(e)}hasDocEntry(e){return this.docRegistry.has(e)}getContextualDocEntry(e){return this.contextualDocIndex.get(e)}hasContextualDocEntry(e){return this.contextualDocIndex.has(e)}getAllDocEntries(){return Array.from(this.docRegistry.values())}publishDocRegistry(){const e={};return this.docRegistry.forEach(((t,n)=>{e[n]=pe.serialization.toJson(t)})),e}publishContextualDocIndex(){const e={};return this.contextualDocIndex.forEach(((t,n)=>{e[n]=t.key})),e}}var fe,he,Ee=n(3794);!function(e){e.INITIAL="INITIAL",e.IN_PROGRESS="IN_PROGRESS",e.SUCCEEDED="SUCEEDED",e.FAILED="FAILED"}(fe||(fe={}));class be{state;_message;_messageFormatter;constructor(){this.state=fe.INITIAL}setMessage(e){this._message=e}setMessageFormatter(e){this._messageFormatter=e}reset(){return this.state=fe.INITIAL,this}inProgress(){return this.state=fe.IN_PROGRESS,this}fail(){return this.state=fe.FAILED,this}pass(){return this.state=fe.SUCCEEDED,this}complete(e=!0){return e?this.pass():this.fail(),this}sync(e){const t=e.exportData();this.state=t.state,this._message=t.message}exportData(){return{state:this.state,message:this._message}}get isInInitialState(){return this.state===fe.INITIAL}get isInProgress(){return this.state===fe.IN_PROGRESS}get hasFailed(){return this.state===fe.FAILED}get hasSucceeded(){return this.state===fe.SUCCEEDED}get message(){return this._message?this._messageFormatter?this._messageFormatter(this._message):this._message:void 0}get hasCompleted(){return this.hasFailed||this.hasSucceeded}static create(){return(0,Ee.Gn)(new be,{state:Ee.sH,_message:Ee.sH,reset:Ee.XI,inProgress:Ee.XI,pass:Ee.XI,fail:Ee.XI,complete:Ee.XI,setMessage:Ee.XI,sync:Ee.XI,isInInitialState:Ee.EW,isInProgress:Ee.EW,hasFailed:Ee.EW,hasSucceeded:Ee.EW,hasCompleted:Ee.EW,message:Ee.EW})}}!function(e){e.USER="user",e.ENV="env",e.RESULT="result",e.ERROR="error",e.HTTP_STATUS="status",e.HTTP_REQUEST_METHOD="method",e.HTTP_REQUEST_URL="url"}(he||(he={}));class _e{traceEntries=[];setup(e){this.traceEntries=e}bootstrap(e){this.traceEntries.forEach((t=>{t.plugin.bootstrap(t.clientSpan,e)}))}reportSuccess(){this.traceEntries.forEach((e=>{e.plugin.concludeClientSpan(e.clientSpan,void 0)}))}reportError(e){this.traceEntries.forEach((t=>{t.plugin.concludeClientSpan(t.clientSpan,e)}))}close(){this.traceEntries.forEach((e=>{e.plugin.concludeServerSpan(e.serverSpan)}))}}class Ne{plugins=[];registerPlugins(e){this.plugins=e}createTrace(e,t,n,o){const r=new _e;return e&&r.setup(this.plugins.map((r=>{const i=r.createClientSpan(e);return{clientSpan:i,serverSpan:r.createServerSpan(i,t,n,o),plugin:r}}))),r}}const Ae=n(7102).A;var Te,ve;!function(e){e.STANDARD="standard",e.INCLUDE="include match",e.EXACT="exact match",e.INVERSE="excludes exact match"}(Te||(Te={}));class ye{currentMode=Te.STANDARD;onSearchModeChange;constructor(e){(0,Ee.Gn)(this,{currentMode:Ee.sH,isAdvancedSearchActive:Ee.EW,setCurrentMode:Ee.XI}),this.onSearchModeChange=e}get isAdvancedSearchActive(){return this.currentMode!==Te.STANDARD}generateSearchText(e){switch(this.currentMode){case Te.INCLUDE:return`'"${e}"`;case Te.EXACT:return`="${e}"`;case Te.INVERSE:return`!"${e}"`;default:return e}}setCurrentMode(e){this.currentMode=e,this.onSearchModeChange()}}!function(e){e.SEARCH="SEARCH",e.CONTEXTUAL_SUPPORT="CONTEXTUAL_SUPPORT"}(ve||(ve={}));class Ce{uuid=(0,i.A)();documentationKey;title;content;url;isOpen=!1;constructor(e){(0,Ee.Gn)(this,{isOpen:Ee.sH,setIsOpen:Ee.XI}),this.documentationKey=e.key,this.title=L(e.title),this.content=e.markdownText??e.text,this.url=e.url}setIsOpen(e){this.isOpen=e}}class Se{uuid=(0,i.A)();context;title;content;url;related;constructor(e,t,n){this.context=e,this.title=t.title,this.content=t.markdownText??t.text,this.url=t.url,this.related=n}}const Ie=e=>Boolean(e.title&&(e.url??e.text??e.markdownText));class ke{applicationStore;panelRenderingKey=(0,i.A)();isHidden=!0;isOpen=!1;isPanelMaximized=!1;selectedTab=ve.SEARCH;currentDocumentationEntry;searchEngine;searchConfigurationState;searchState=be.create();searchText="";searchResults=[];showSearchConfigurationMenu=!1;isOverSearchLimit=!1;constructor(e){(0,Ee.Gn)(this,{isHidden:Ee.sH,isOpen:Ee.sH,isPanelMaximized:Ee.sH,panelRenderingKey:Ee.sH,isOverSearchLimit:Ee.sH,selectedTab:Ee.sH,searchText:Ee.sH,searchResults:Ee.sH,currentDocumentationEntry:Ee.sH,showSearchConfigurationMenu:Ee.sH,currentContextualDocumentationEntry:Ee.EW,setIsHidden:Ee.XI,setIsOpen:Ee.XI,setIsPanelMaximized:Ee.XI,setSelectedTab:Ee.XI,setSearchText:Ee.XI,resetSearch:Ee.XI,search:Ee.XI,openDocumentationEntry:Ee.XI,refreshPanelRendering:Ee.XI,setShowSearchConfigurationMenu:Ee.XI}),this.applicationStore=e,this.searchEngine=new Ae(this.applicationStore.documentationService.getAllDocEntries().filter(Ie),{includeScore:!0,shouldSort:!0,ignoreLocation:!0,threshold:.2,keys:[{name:"title",weight:4},{name:"text",weight:1},{name:"markdownText.value",weight:1}],useExtendedSearch:!0}),this.searchConfigurationState=new ye((()=>{this.search()}))}get currentContextualDocumentationEntry(){if(!this.applicationStore.navigationContextService.currentContext)return;const e=this.applicationStore.navigationContextService.currentContext.key,t=this.applicationStore.documentationService.getContextualDocEntry(e);return t?new Se(e,t,(t.related??[]).map((e=>this.applicationStore.documentationService.getDocEntry(e))).filter(R).filter(Ie).map((e=>new Ce(e)))):void 0}openDocumentationEntry(e){const t=this.applicationStore.documentationService.getDocEntry(e);t&&(this.setIsOpen(!0),this.setIsHidden(!1),this.currentDocumentationEntry=new Ce(t),this.currentDocumentationEntry.setIsOpen(!0),this.resetSearch())}openDocumentationEntryLink(e){const t=this.applicationStore.documentationService.getDocEntry(e);t&&((e=>Ie(e)&&Boolean(e.text??e.markdownText))(t)?this.openDocumentationEntry(t.key):t.url&&this.applicationStore.navigationService.navigator.visitAddress(t.url))}setIsHidden(e){this.isHidden=e}setIsPanelMaximized(e){this.isPanelMaximized=e}hideAssistant(){this.setIsHidden(!0),this.setIsOpen(!1)}toggleAssistant(){this.isHidden?this.setIsHidden(!1):this.hideAssistant()}setIsOpen(e){this.isOpen=e}setSelectedTab(e){this.selectedTab=e}refreshPanelRendering(){this.panelRenderingKey=(0,i.A)()}setSearchText(e){this.searchText=e}resetSearch(){this.searchText="",this.searchResults=[],this.searchState.complete()}search(){this.searchText?(this.currentDocumentationEntry=void 0,this.searchState.inProgress(),this.searchResults=Array.from(this.searchEngine.search(this.searchConfigurationState.generateSearchText(this.searchText),{limit:101}).values()).map((e=>new Ce(e.item))),this.searchResults.length>100?(this.isOverSearchLimit=!0,this.searchResults=this.searchResults.slice(0,100)):this.isOverSearchLimit=!1,this.searchState.complete()):this.searchResults=[]}setShowSearchConfigurationMenu(e){this.showSearchConfigurationMenu=e}}class Re{notifierPlugins=[];registerEventNotifierPlugins(e){this.notifierPlugins=e}notify(e,t){this.notifierPlugins.forEach((n=>n.notify(e,t)))}}class Oe{static logEvent_ApplicationInitializationSucceeded(e,t){e.logEvent(ie.APPLICATION_LOAD__SUCCESS,{application:{name:t.config.appName,version:t.config.appVersion,env:t.config.env},browser:{userAgent:navigator.userAgent},screen:{height:window.screen.height,width:window.screen.width}})}static logEvent_ApplicationContextAccessed(e,t){e.logEvent(ie.APPLICATION_CONTEXT__ACCESS,t)}static logEvent_VirtualAssistantDocumentationEntryAccessed(e,t){e.logEvent(ie.VIRTUAL_ASSISTANT_DOCUMENTATION_ENTRY__ACCESS,t)}static logEvent_ApplicationUsageInterrupted(e){e.logEvent(ie.APPLICATION_USAGE__INTERRUPT,{})}}class Fe{applicationStore;contextStack=[];constructor(e){(0,Ee.Gn)(this,{contextStack:Ee.sH,currentContext:Ee.EW,push:Ee.XI,pop:Ee.XI}),this.applicationStore=e}get currentContext(){return this.contextStack.length?this.contextStack[this.contextStack.length-1]:void 0}push(e){const t=this.contextStack.filter((e=>!e.isTransient));if(t.find((t=>t.key===e.key)))throw new y(`Found multiple context '${e.key}' in application navigation context stack`);t.push(e),this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraAccessEventLoggingApplicationContextKeys?.()??[])).includes(e.key)&&Oe.logEvent_ApplicationContextAccessed(this.applicationStore.telemetryService,{key:e.key}),this.contextStack=t}pop(e){const t=this.contextStack.find((t=>t.key===e.key));if(!t)return;const n=this.contextStack.indexOf(t);-1!==n&&(this.contextStack=this.contextStack.slice(0,n).filter((e=>!e.isTransient)))}}class Be{applicationStore;commandRegistry=new Map;constructor(e){(0,Ee.Gn)(this,{commandRegistry:Ee.sH,registerCommand:Ee.XI,deregisterCommand:Ee.XI}),this.applicationStore=e}registerCommand(e){const t=e.key;this.commandRegistry.has(t)?this.applicationStore.logService.warn(u.create(ie.COMMAND_CENTER_REGISTRATION__FAILURE),"Can't register command: command is already registered"):this.commandRegistry.set(t,e)}deregisterCommand(e){this.commandRegistry.delete(e)}runCommand(e,t){const n=this.commandRegistry.get(e);return!(!n||n.trigger&&!n.trigger()||(n.action?.(t),0))}}class Le{applicationStore;keyMap=new Map;commandKeyMap=new Map;isHotkeysBlocked=!1;constructor(e){(0,Ee.Gn)(this,{keyMap:Ee.sH,commandKeyMap:Ee.sH,isHotkeysBlocked:Ee.sH,addHotkey:Ee.XI,blockGlobalHotkeys:Ee.XI,unblockGlobalHotkeys:Ee.XI}),this.applicationStore=e,this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraKeyedCommandConfigEntries?.()??[])).forEach((e=>{const t=[e.content.defaultKeyboardShortcut,...e.content.additionalKeyboardShortcuts??[]].filter(R);t.length?t.forEach((t=>this.addHotkey(e.key,t))):this.commandKeyMap.has(e.key)||this.commandKeyMap.set(e.key,[])}))}blockGlobalHotkeys(){this.isHotkeysBlocked=!0}unblockGlobalHotkeys(){this.isHotkeysBlocked=!1}addHotkey(e,t){this.commandKeyMap.set(e,[...this.commandKeyMap.get(e)??[],t]),this.keyMap.set(t,[...(this.keyMap.get(t)??[]).filter((t=>t!==e)),e])}dispatch(e){if(this.isHotkeysBlocked)return;const t=this.keyMap.get(e)??[];for(const e of t)if(this.applicationStore.commandService.runCommand(e))return}}var De=n(4594),Pe=n(2338),we=n(4462),Me=n(720),xe=n(5974),je=n(382);const Ue="Roboto Mono",Ge="yyyy-MM-dd'T'HH:mm:ss";var Ve;!function(e){e.RESET="",e.BOLD="",e.DIM="",e.ITALIC="",e.UNDERLINE="",e.BLINKING="",e.STRIKETHROUGH="",e.BLACK="",e.RED="",e.GREEN="",e.YELLOW="",e.BLUE="",e.MAGENTA="",e.CYAN="",e.WHITE="",e.BRIGHT_BLACK="",e.BRIGHT_RED="",e.BRIGHT_GREEN="",e.BRIGHT_YELLOW="",e.BRIGHT_BLUE="",e.BRIGHT_MAGENTA="",e.BRIGHT_CYAN="",e.BRIGHT_WHITE="",e.DIMMED_BLACK="",e.DIMMED_RED="",e.DIMMED_GREEN="",e.DIMMED_YELLOW="",e.DIMMED_BLUE="",e.DIMMED_MAGENTA="",e.DIMMED_CYAN="",e.DIMMED_WHITE="",e.BLACK_BG="",e.RED_BG="",e.GREEN_BG="",e.YELLOW_BG="",e.BLUE_BG="",e.MAGENTA_BG="",e.CYAN_BG="",e.WHITE_BG="",e.BRIGHT_BLACK_BG="",e.BRIGHT_RED_BG="",e.BRIGHT_GREEN_BG="",e.BRIGHT_YELLOW_BG="",e.BRIGHT_BLUE_BG="",e.BRIGHT_MAGENTA_BG="",e.BRIGHT_CYAN_BG="",e.BRIGHT_WHITE_BG="",e.DIMMED_BLACK_BG="",e.DIMMED_RED_BG="",e.DIMMED_GREEN_BG="",e.DIMMED_YELLOW_BG="",e.DIMMED_BLUE_BG="",e.DIMMED_MAGENTA_BG="",e.DIMMED_CYAN_BG="",e.DIMMED_WHITE_BG=""}(Ve||(Ve={}));const He=(e,t)=>`[${e};${t}H`;class Ye{searchInput;searchText="";useRegex=!1;matchWholeWord=!1;matchCaseSensitive=!1;resultCount;currentResultIndex;constructor(){(0,Ee.Gn)(this,{searchText:Ee.sH,useRegex:Ee.sH,matchWholeWord:Ee.sH,matchCaseSensitive:Ee.sH,resultCount:Ee.sH,currentResultIndex:Ee.sH})}setSearchInput(e){this.searchInput=e}focus(){this.searchInput?.focus()}}class Ke{applicationStore;searchConfig=new Ye;constructor(e){(0,Ee.Gn)(this,{setSearchText:Ee.XI,setSearchRegex:Ee.XI,setSearchWholeWord:Ee.XI,setSearchCaseSensitive:Ee.XI,setSearchResultCount:Ee.XI,setSearchCurrentResultIndex:Ee.XI}),this.applicationStore=e}setSearchText(e){this.searchConfig.searchText=e}setSearchRegex(e){this.searchConfig.useRegex=e}setSearchWholeWord(e){this.searchConfig.matchWholeWord=e}setSearchCaseSensitive(e){this.searchConfig.matchCaseSensitive=e}setSearchResultCount(e){this.searchConfig.resultCount=e}setSearchCurrentResultIndex(e){this.searchConfig.currentResultIndex=e}}class $e extends Ke{preserveLog=!1;commandRegistry=new Map;constructor(e){super(e),(0,Ee.Gn)(this,{preserveLog:Ee.sH,setPreserveLog:Ee.XI})}setPreserveLog(e){this.preserveLog=e}showHelp(){}showCommonANSIEscapeSequences(){}}var We=n(9481);n(4404),n(1880);const Xe=e=>e.length>=1?`${e[0].toUpperCase()}${e.substring(1,e.length)}`:e,qe=["a","an","the","but","by","nor","and","or","so","as","yet","for","in","nor","of","on","at","out","to","up"],Je=e=>(e??"").trim().replace(/\b(?:\w+)\b/gu,(e=>qe.includes(e.toLowerCase())?e.toLowerCase():Xe(e))).replace(/^(?:\w+)\b/u,(e=>Xe(e))).replace(/\b(?:\w+)$/u,(e=>Xe(e))),ze=e=>e?e.trim().match(/^[A-Z_]+$/)?Je(e.trim().replace(/_+/gu," ").toLowerCase()):Xe(e.trim()).split(/(?<chunk>[A-Z][a-z]+|[0-9]+)/).map((e=>e.toUpperCase()===e?e:e.charAt(0).toUpperCase()+e.slice(1).toLowerCase())).filter(Boolean).join(" ").replace(/_+/gu," ").replace(/\s+/gu," "):"";var Qe;function Ze(e){return e.trim().split(" ").map((e=>{const t=e.split(/\b\+/),n=F(t.pop(),"Can't parse key binding: last part must be a non-modifier key");return{modifiers:t,key:n}}))}!function(e){e.TAB="Tab",e.CAPSLOCK="CapsLock",e.SHIFT="Shift",e.META="Meta",e.ALT="Alt",e.CONTROL="Control",e.SPACE="Space",e.ESC="Escape",e.LEFT="ArrowLeft",e.RIGHT="ArrowRight",e.UP="ArrowUp",e.DOWN="ArrowDown",e.ENTER="Enter",e.DELETE="Delete",e.BACKSPACE="Backspace",e.BACKQUOTE="Backquote"}(Qe||(Qe={}));const et=(e,t)=>t.key===e.code&&t.modifiers.every((t=>e.getModifierState(t)))&&![Qe.SHIFT,Qe.META,Qe.ALT,Qe.CONTROL].find((n=>t.key!==n&&e.getModifierState(n)&&!t.modifiers.includes(n))),tt=(e,t)=>et(e,F(Ze(t)[0]));var nt=n(2207),ot=n(7063),rt=n(2285),it=n(5844);const at="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/utils/LegendStyleProvider.tsx",st=(0,ot.A)({transitions:{create:()=>"none"}}),ct=e=>{const{children:t}=e;return(0,nt.jsxDEV)(rt.A,{injectFirst:!0,children:(0,nt.jsxDEV)(it.A,{theme:st,children:t},void 0,!1,{fileName:at,lineNumber:42,columnNumber:7},void 0)},void 0,!1,{fileName:at,lineNumber:37,columnNumber:11},void 0)};var ut=n(6112),dt=n(3432),lt=n(5150),pt=n(306),gt=n(692),mt=n(3416),ft=n(4357);const ht=(e,t)=>{const n=e=>{const{children:n,className:o}=e;return(0,nt.jsxDEV)("div",{className:(0,ft.$)(t,o),"data-testid":e["data-testid"],children:n},void 0,!1,{fileName:"/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/utils/ComponentCreatorUtils.tsx",lineNumber:32,columnNumber:13},void 0)};return n.displayName=e,n},Et="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/dialog/Modal.tsx",bt=e=>{const{children:t,darkMode:n,className:o}=e;return(0,nt.jsxDEV)("div",{className:(0,ft.$)("modal",{"modal--dark":n},o),children:t},void 0,!1,{fileName:Et,lineNumber:27,columnNumber:11},void 0)},_t=e=>{const{title:t,icon:n,className:o}=e;return(0,nt.jsxDEV)("div",{className:(0,ft.$)("modal__title",o),children:[n&&(0,nt.jsxDEV)("div",{className:"modal__title__icon",children:n},void 0,!1,{fileName:Et,lineNumber:42,columnNumber:15},void 0),(0,nt.jsxDEV)("div",{className:"modal__title__label",children:Je(t)},void 0,!1,{fileName:Et,lineNumber:43,columnNumber:7},void 0)]},void 0,!0,{fileName:Et,lineNumber:40,columnNumber:11},void 0)},Nt=e=>{const{title:t,children:n,className:o}=e;return!n&&t?(0,nt.jsxDEV)("div",{className:(0,ft.$)("modal__header",o),children:(0,nt.jsxDEV)(_t,{title:t},void 0,!1,{fileName:Et,lineNumber:58,columnNumber:9},void 0)},void 0,!1,{fileName:Et,lineNumber:56,columnNumber:13},void 0):(0,nt.jsxDEV)("div",{className:(0,ft.$)("modal__header",o),children:n},void 0,!1,{fileName:Et,lineNumber:62,columnNumber:9},void 0)},At=ht("ModalHeaderActions","modal__header__actions"),Tt=ht("ModalBody","modal__body"),vt=ht("ModalFooter","modal__footer"),yt=(ht("ModalFooterStatus","modal__footer__status"),e=>{const{onClick:t,inProgressText:n,text:o,title:r,children:i,disabled:a,className:s,darkMode:c,formatText:u,type:d,preventFormSubmit:l}=e,p=c??!0,g=u??!0,m="secondary"===d,f=l??!1;return(0,nt.jsxDEV)("button",{className:(0,ft.$)("btn","modal__footer__btn",{"btn--dark":p,"btn--light":!p,"modal__footer__btn--primary":!m,"modal__footer__btn--secondary":m},s),title:r,onClick:t,disabled:Boolean(n)||a,type:f?"button":void 0,children:[n?ze(n):g?ze(o):o,i]},void 0,!0,{fileName:Et,lineNumber:113,columnNumber:11},void 0)});var Ct,St;!function(e){e.STANDARD="STANDARD",e.CAUTION="CAUTION"}(Ct||(Ct={})),function(e){e.STANDARD="STANDARD",e.PROCEED_WITH_CAUTION="PROCEED_WITH_CAUTION",e.PROCEED="PROCEED"}(St||(St={}));class It{applicationStore;blockingAlertInfo;actionAlertInfo;constructor(e){(0,Ee.Gn)(this,{blockingAlertInfo:Ee.sH,actionAlertInfo:Ee.sH,setBlockingAlert:Ee.XI,setActionAlertInfo:Ee.XI}),this.applicationStore=e}setBlockingAlert(e){e?this.applicationStore.keyboardShortcutsService.blockGlobalHotkeys():this.applicationStore.keyboardShortcutsService.unblockGlobalHotkeys(),this.blockingAlertInfo=e}setActionAlertInfo(e){this.actionAlertInfo&&e&&this.applicationStore.notificationService.notifyIllegalState("Action alert is stacked: new alert is invoked while another one is being displayed"),e?this.applicationStore.keyboardShortcutsService.blockGlobalHotkeys():this.applicationStore.keyboardShortcutsService.unblockGlobalHotkeys(),this.actionAlertInfo=e}}var kt=n(4041);const Rt=(0,kt.createContext)(void 0),Ot=()=>F((0,kt.useContext)(Rt),"Can't find application store in context"),Ft=({children:e,store:t})=>{const n=(0,lt.iz)((()=>t));return(0,nt.jsxDEV)(Rt.Provider,{value:n,children:e},void 0,!1,{fileName:"/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/ApplicationStoreProvider.tsx",lineNumber:52,columnNumber:11},void 0)},Bt="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/ActionAlert.tsx",Lt=e=>{switch(e){case St.PROCEED_WITH_CAUTION:return"btn--caution";case St.PROCEED:case St.STANDARD:default:return"btn--dark"}},Dt=(0,lt.PA)((e=>{const{info:t}=e,n=Ot(),{title:o,message:r,prompt:i,type:a,onClose:s,onEnter:c,actions:u}=t,d=()=>{s?.(),n.alertService.setActionAlertInfo(void 0)};return(0,nt.jsxDEV)(mt.A,{open:Boolean(n.alertService.actionAlertInfo),onClose:A,TransitionProps:{onEnter:()=>c?.()},children:(0,nt.jsxDEV)("form",{onSubmit:e=>{e.preventDefault(),u.find((e=>e.default))?.handler?.(),d()},className:`modal search-modal modal--dark blocking-alert blocking-alert--${(a??Ct.STANDARD).toLowerCase()}`,children:[o&&(0,nt.jsxDEV)(Nt,{title:o},void 0,!1,{fileName:Bt,lineNumber:69,columnNumber:18},void 0),(0,nt.jsxDEV)(Tt,{children:[(0,nt.jsxDEV)("div",{className:"blocking-alert__summary-text",children:r},void 0,!1,{fileName:Bt,lineNumber:71,columnNumber:11},void 0),(0,nt.jsxDEV)("div",{className:"blocking-alert__prompt-text",children:i},void 0,!1,{fileName:Bt,lineNumber:72,columnNumber:11},void 0)]},void 0,!0,{fileName:Bt,lineNumber:70,columnNumber:9},void 0),(0,nt.jsxDEV)(vt,{children:[u.map(((e,t)=>(0,nt.jsxDEV)("button",{type:e.default?"submit":"button",className:`btn btn--dark ${Lt(e.type??St.STANDARD)}`,onClick:t=>{t.preventDefault(),e.handler?.(),d()},autoFocus:Boolean(e.default),children:e.label},t,!1,{fileName:Bt,lineNumber:86,columnNumber:21},void 0))),!u.length&&(0,nt.jsxDEV)("button",{type:"button",className:"btn btn--dark blocking-alert__action--standard",onClick:d,children:"Cancel"},void 0,!1,{fileName:Bt,lineNumber:102,columnNumber:32},void 0)]},void 0,!0,{fileName:Bt,lineNumber:74,columnNumber:9},void 0)]},void 0,!0,{fileName:Bt,lineNumber:60,columnNumber:7},void 0)},void 0,!1,{fileName:Bt,lineNumber:52,columnNumber:11},void 0)})),Pt=(0,lt.PA)((()=>{const e=Ot().alertService.actionAlertInfo;return e?(0,nt.jsxDEV)(Dt,{info:e},void 0,!1,{fileName:Bt,lineNumber:124,columnNumber:9},void 0):null})),wt=e=>{const{isLoading:t,className:n}=e,o=(0,kt.useRef)(null);return(0,kt.useEffect)((()=>{o.current&&(t?o.current.parentElement?.classList.add("panel-loading-indicator__container"):o.current.parentElement?.classList.remove("panel-loading-indicator__container"))}),[t]),(0,nt.jsxDEV)("div",{ref:o,className:(0,ft.$)(n,"panel-loading-indicator"+(t?"":"--disabled"))},void 0,!1,{fileName:"/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/panel/PanelLoadingIndicator.tsx",lineNumber:41,columnNumber:11},void 0)},Mt="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/BlockingAlert.tsx",xt=(0,lt.PA)((()=>{const e=Ot(),t=e.alertService.blockingAlertInfo;return t?(0,nt.jsxDEV)(mt.A,{open:Boolean(t),onClose:A,classes:{root:"blocking-alert__root-container",container:"blocking-alert__container"},children:(0,nt.jsxDEV)(bt,{darkMode:!e.layoutService.TEMPORARY__isLightColorThemeEnabled,className:"blocking-alert",children:[(0,nt.jsxDEV)(wt,{isLoading:Boolean(t.showLoading)},void 0,!1,{fileName:Mt,lineNumber:54,columnNumber:9},void 0),(0,nt.jsxDEV)(Tt,{children:[(0,nt.jsxDEV)("div",{className:"blocking-alert__message",children:t.message},void 0,!1,{fileName:Mt,lineNumber:56,columnNumber:11},void 0),t.prompt&&(0,nt.jsxDEV)("div",{className:"blocking-alert__message__prompt",children:t.prompt},void 0,!1,{fileName:Mt,lineNumber:57,columnNumber:28},void 0)]},void 0,!0,{fileName:Mt,lineNumber:55,columnNumber:9},void 0)]},void 0,!0,{fileName:Mt,lineNumber:48,columnNumber:7},void 0)},void 0,!1,{fileName:Mt,lineNumber:39,columnNumber:11},void 0):null}));var jt=n(4269),Ut=n(9896),Gt=n(6750),Vt=n(7997),Ht=n(6819);const Yt=jt.RQJ,Kt=Ut.QRP,$t=Gt.QCr,Wt=Gt._Hm,Xt=Gt.OiG,qt=Gt.Pcn,Jt=Gt.z44,zt=Gt.gZZ,Qt=Gt.__w,Zt=Gt.KSO,en=Gt.UnJ,tn=Gt.A7C,nn=Gt.BS8,on=Gt.KRc,rn=Gt.q7G,an=Gt.Su4,sn=Gt.kxO,cn=Gt.vq8,un=Gt.GfC,dn=Gt.SoL,ln=Gt.Wx3,pn=Vt.f7n,gn=Vt.Lun,mn=Ht.oss,fn=Ht.Br,hn=Ht.B13,En=Ht.YZI;var bn=n(5473),_n=n(8960);const Nn=6e3;var An;!function(e){e.ILEGAL_STATE="ILEGAL_STATE",e.ERROR="ERROR",e.WARNING="WARNING",e.SUCCESS="SUCCESS",e.INFO="INFO"}(An||(An={}));class Tn{severity;message;actions;autoHideDuration;constructor(e,t,n,o){this.severity=e,this.message=t,this.actions=n,this.autoHideDuration=o}}class vn{notification;constructor(){(0,Ee.Gn)(this,{notification:Ee.sH,setNotification:Ee.XI,notify:Ee.XI,notifySuccess:Ee.XI,notifyWarning:Ee.XI,notifyIllegalState:Ee.XI,notifyError:Ee.XI})}setNotification(e){this.notification=e}notify(e,t,n){this.setNotification(new Tn(An.INFO,e,t??[],null===n?void 0:n??Nn))}notifySuccess(e,t,n){this.setNotification(new Tn(An.SUCCESS,e,t??[],null===n?void 0:n??Nn))}notifyWarning(e,t,n){this.setNotification(new Tn(An.WARNING,e instanceof Error?e.message:e,t??[],null===n?void 0:n??Nn))}notifyError(e,t){let n;e instanceof T?n=e.detail:e instanceof Error?n=e.message:(D(P(e),"Can't display error"),n=e),n&&this.setNotification(new Tn(An.ERROR,n,t??[],void 0))}notifyIllegalState(e,t,n){this.setNotification(new Tn(An.ILEGAL_STATE,P(e)?`[PLEASE NOTIFY DEVELOPER] ${e}`:e,t??[],null===n?void 0:n??Nn))}notifyUnsupportedFeature(e){this.notifyWarning(`Unsupported feature: ${e}`)}notifyAndReturnAlternativeOnError=(e,t)=>{try{return e()}catch(e){return S(e),this.notifyIllegalState(e.message),t}}}const yn="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/NotificationManager.tsx",Cn=(0,lt.PA)((()=>{const e=Ot(),t=e.notificationService.notification,n=Boolean(t),o=t?.message??"",r=t?.severity??An.INFO,[i,a]=(0,kt.useState)(!1);let s=(0,nt.jsxDEV)("div",{className:"notification__message__content__icon notification__message__content__icon--info",children:(0,nt.jsxDEV)(Qt,{},void 0,!1,{fileName:yn,lineNumber:48,columnNumber:7},void 0)},void 0,!1,{fileName:yn,lineNumber:46,columnNumber:27},void 0);switch(r){case An.ILEGAL_STATE:s=(0,nt.jsxDEV)("div",{className:"notification__message__content__icon notification__message__content__icon--error",children:(0,nt.jsxDEV)(on,{},void 0,!1,{fileName:yn,lineNumber:55,columnNumber:11},void 0)},void 0,!1,{fileName:yn,lineNumber:53,columnNumber:27},void 0);break;case An.ERROR:s=(0,nt.jsxDEV)("div",{className:"notification__message__content__icon notification__message__content__icon--error",children:(0,nt.jsxDEV)(Wt,{},void 0,!1,{fileName:yn,lineNumber:62,columnNumber:11},void 0)},void 0,!1,{fileName:yn,lineNumber:60,columnNumber:27},void 0);break;case An.WARNING:s=(0,nt.jsxDEV)("div",{className:"notification__message__content__icon notification__message__content__icon--warning",children:(0,nt.jsxDEV)(nn,{},void 0,!1,{fileName:yn,lineNumber:69,columnNumber:11},void 0)},void 0,!1,{fileName:yn,lineNumber:67,columnNumber:27},void 0);break;case An.SUCCESS:s=(0,nt.jsxDEV)("div",{className:"notification__message__content__icon notification__message__content__icon--success",children:(0,nt.jsxDEV)(tn,{},void 0,!1,{fileName:yn,lineNumber:76,columnNumber:11},void 0)},void 0,!1,{fileName:yn,lineNumber:74,columnNumber:27},void 0)}const c=()=>{e.notificationService.setNotification(void 0),a(!1)},u=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(o)));return(0,nt.jsxDEV)(bn.A,{classes:{root:"notification",anchorOriginBottomRight:"notification__position"},anchorOrigin:{vertical:"bottom",horizontal:"right"},open:n,autoHideDuration:t?t.autoHideDuration??null:Nn,onClose:(e,t)=>{"timeout"===t&&c()},children:(0,nt.jsxDEV)(_n.A,{classes:{root:"notification__content",message:"notification__message",action:"notification__actions"},message:(0,nt.jsxDEV)("div",{className:"notification__message__content",children:[s,(0,nt.jsxDEV)("div",{className:(0,ft.$)("notification__message__content__text",{"notification__message__content__text--expanded":i}),onClick:u,title:"Click to Copy",children:o},void 0,!1,{fileName:yn,lineNumber:140,columnNumber:13},void 0)]},void 0,!0,{fileName:yn,lineNumber:137,columnNumber:18},void 0),action:[(0,nt.jsxDEV)("button",{className:"notification__action",onClick:()=>a(!i),tabIndex:-1,title:i?"Collapse":"Expand",children:i?(0,nt.jsxDEV)(mn,{},void 0,!1,{fileName:yn,lineNumber:159,columnNumber:26},void 0):(0,nt.jsxDEV)(fn,{},void 0,!1,{fileName:yn,lineNumber:159,columnNumber:48},void 0)},"expand",!1,{fileName:yn,lineNumber:151,columnNumber:18},void 0),(0,nt.jsxDEV)("button",{className:"notification__action",onClick:c,tabIndex:-1,title:"Dismiss",children:(0,nt.jsxDEV)($t,{},void 0,!1,{fileName:yn,lineNumber:168,columnNumber:13},void 0)},"close",!1,{fileName:yn,lineNumber:160,columnNumber:21},void 0)]},void 0,!1,{fileName:yn,lineNumber:131,columnNumber:7},void 0)},"string"==typeof o||"number"==typeof o?o:"",!1,{fileName:yn,lineNumber:104,columnNumber:11},void 0)}));var Sn=n(1218);const In=e=>{const{children:t,classes:n,...o}=e;return(0,nt.jsxDEV)(Sn.A,{classes:{...n??{},paper:"mui-menu__paper",list:"mui-menu__list"},transitionDuration:0,...o,children:e.children},void 0,!1,{fileName:"/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/menu/BaseMenu.tsx",lineNumber:22,columnNumber:11},void 0)},kn="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/menu/ContextMenu.tsx",Rn=e=>{const{className:t,children:n,menuProps:o,content:r,disabled:i,onClose:a,onOpen:s}=e,c=(0,kt.useRef)(null),[u,d]=(0,kt.useState)(!1),[l,p]=(0,kt.useState)(),[g,m]=(0,kt.useState)(0),[f,h]=(0,kt.useState)(0),E=()=>{p(void 0),d(!1),h(0),m(0)},b=e=>{e.stopPropagation(),e.preventDefault(),E(),a?.()},_=e=>{if(e.stopPropagation(),e.preventDefault(),!i&&(s?.(),c.current)){const t=c.current.getBoundingClientRect(),n=t.left+(window.scrollX||document.documentElement.scrollLeft),o=t.top+(window.scrollY||document.documentElement.scrollTop),{clientX:r,clientY:i,target:s}=e,u=s;if(l!==u&&!(document.elementsFromPoint(r,i).some((e=>e===u))&&n<=r&&r<=n+t.width&&o<=i&&i<=o+t.height))return E(),void a?.();p(u),d(!0),h(i),m(r)}};return(0,nt.jsxDEV)("div",{ref:c,className:t,onContextMenu:_,children:[n,(0,nt.jsxDEV)(In,{open:u,anchorPosition:{left:g,top:f},onClose:b,anchorReference:"anchorPosition",BackdropProps:{invisible:!0,onContextMenu:_},disableRestoreFocus:!0,transitionDuration:0,onClick:b,...o,children:u&&r},`${g}, ${f}`,!1,{fileName:kn,lineNumber:103,columnNumber:7},void 0)]},void 0,!0,{fileName:kn,lineNumber:96,columnNumber:11},void 0)},On="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/menu/MenuContent.tsx",Fn=(0,kt.forwardRef)((function(e,t){const{className:n,children:o,...r}=e;return(0,nt.jsxDEV)("div",{ref:t,className:(0,ft.$)("menu",n),...r,children:o},void 0,!1,{fileName:On,lineNumber:26,columnNumber:11},this)})),Bn=e=>{const{className:t,onClick:n,title:o,disabled:r,children:i,...a}=e;return(0,nt.jsxDEV)("button",{className:(0,ft.$)("menu__item",t),disabled:Boolean(r),title:o,onClick:n,...a,children:i},void 0,!1,{fileName:On,lineNumber:42,columnNumber:11},void 0)};ht("MenuContentDivider","menu__divider"),ht("MenuContentItemIcon","menu__item__icon"),ht("MenuContentItemLabel","menu__item__label");var Ln=n(2973),Dn=n(3310),Pn=n(3927);const wn="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/markdown/MarkdownTextViewer.tsx",Mn=e=>((0,kt.useEffect)((()=>{Pn.N.initialize({startOnLoad:!0,theme:"dark"}),Pn.N.contentLoaded()}),[e.value]),(0,nt.jsxDEV)(Ln.o,{className:(0,ft.$)("markdown-content",e.className),remarkPlugins:[Dn.A],components:e.components??{code:e=>{const{children:t,className:n,node:o,...r}=e,i=/language-(?<language>\w+)/.exec(n??"");return i?.groups?.language?(0,nt.jsxDEV)("code",{...r,className:(0,ft.$)(i.groups.language),children:t},void 0,!1,{fileName:wn,lineNumber:46,columnNumber:47},void 0):(0,nt.jsxDEV)("code",{...r,className:n,children:t},void 0,!1,{fileName:wn,lineNumber:50,columnNumber:18},void 0)}},children:e.value.value},void 0,!1,{fileName:wn,lineNumber:35,columnNumber:11},void 0));var xn=n(5143);const jn="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/panel/BlankPanelContent.tsx",Un=e=>{const{children:t}=e,{ref:n,width:o,height:r}=(0,xn.u)({refreshMode:"throttle",refreshRate:50,refreshOptions:{trailing:!0}}),[i,a]=(0,kt.useState)(!1),{ref:s,width:c,height:u}=(0,xn.u)({refreshMode:"throttle",refreshRate:50,refreshOptions:{trailing:!0}});return(0,kt.useEffect)((()=>{a((c??0)>(o??0)+40&&(u??0)>(r??0)+40)}),[c,u,o,r]),(0,nt.jsxDEV)("div",{ref:s,className:"panel__content__blank",children:(0,nt.jsxDEV)("div",{ref:n,className:(0,ft.$)("panel__content__blank__content",{"panel__content__blank__content--hide":!i}),children:t},void 0,!1,{fileName:jn,lineNumber:62,columnNumber:7},void 0)},void 0,!1,{fileName:jn,lineNumber:60,columnNumber:11},void 0)};var Gn=n(1122),Vn=n(7143),Hn=n(4904);const Yn="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/radio-group/BaseRadioGroup.tsx",Kn=e=>{const{children:t,options:n,size:o,className:r,...i}=e,a=((e,t)=>{const n=[];for(let o=0;o<e.length;o+=t)n.push(e.slice(o,o+t));return n})(n,o);return(0,nt.jsxDEV)("div",{className:(0,ft.$)("mui-radio-group",r),children:[a.map(((e,t)=>(0,nt.jsxDEV)("div",{children:(0,nt.jsxDEV)(Gn.A,{className:"mui-radio-group__group",...i,children:e.map((e=>(0,nt.jsxDEV)(Vn.A,{className:"mui-radio-group__group__column",style:{width:100/o+"%"},value:e,control:(0,nt.jsxDEV)(Hn.A,{className:"mui-radio-group__group__item__radio-btn"},void 0,!1,{fileName:Yn,lineNumber:62,columnNumber:26},void 0),label:(0,nt.jsxDEV)("div",{className:"mui-radio-group__group__item__label",children:e},void 0,!1,{fileName:Yn,lineNumber:65,columnNumber:24},void 0)},e,!1,{fileName:Yn,lineNumber:56,columnNumber:31},void 0)))},void 0,!1,{fileName:Yn,lineNumber:55,columnNumber:11},void 0)},t,!1,{fileName:Yn,lineNumber:52,columnNumber:55},void 0))),t]},void 0,!0,{fileName:Yn,lineNumber:50,columnNumber:11},void 0)};var $n=n(7669);const Wn=e=>{const{children:t,...n}=e;return(0,nt.jsxDEV)($n.Ay,{classes:{paper:"mui-popover__paper"},transitionDuration:0,...n,children:e.children},void 0,!1,{fileName:"/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/popover/BasePopover.tsx",lineNumber:25,columnNumber:11},void 0)};var Xn,qn=n(9463),Jn=n(5318),zn=n(5461);!function(e){e.QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX="question.how-to-use-advanced-search-syntax"}(Xn||(Xn={}));const Qn="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/VirtualAssistant.tsx",Zn=(0,lt.PA)((e=>{const{entry:t}=e,n=Ot(),o=()=>{t.isOpen||Oe.logEvent_VirtualAssistantDocumentationEntryAccessed(n.telemetryService,{key:t.documentationKey}),t.setIsOpen(!t.isOpen)},r=n.guardUnhandledError((()=>n.clipboardService.copyTextToClipboard(t.documentationKey)));return(0,nt.jsxDEV)(Rn,{className:"virtual-assistant__doc-entry",menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,nt.jsxDEV)(Fn,{children:(0,nt.jsxDEV)(Bn,{onClick:r,children:"Copy Documentation Key"},void 0,!1,{fileName:Qn,lineNumber:111,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:109,columnNumber:18},void 0),children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__doc-entry",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__doc-entry__header",children:[(0,nt.jsxDEV)("button",{className:(0,ft.$)("virtual-assistant__doc-entry__expand-icon",{"virtual-assistant__doc-entry__expand-icon--disabled":!t.content}),disabled:!t.content,tabIndex:-1,onClick:o,children:t.isOpen?(0,nt.jsxDEV)(mn,{},void 0,!1,{fileName:Qn,lineNumber:128,columnNumber:30},void 0):(0,nt.jsxDEV)(En,{},void 0,!1,{fileName:Qn,lineNumber:128,columnNumber:52},void 0)},void 0,!1,{fileName:Qn,lineNumber:119,columnNumber:13},void 0),t.url?(0,nt.jsxDEV)("a",{className:"virtual-assistant__doc-entry__title virtual-assistant__doc-entry__title--link",rel:"noopener noreferrer",target:"_blank",href:t.url,onClick:()=>{Oe.logEvent_VirtualAssistantDocumentationEntryAccessed(n.telemetryService,{key:t.documentationKey})},title:"Click to see external documentation",children:t.title},void 0,!1,{fileName:Qn,lineNumber:130,columnNumber:27},void 0):(0,nt.jsxDEV)("div",{className:"virtual-assistant__doc-entry__title",onClick:o,children:t.title},void 0,!1,{fileName:Qn,lineNumber:141,columnNumber:18},void 0)]},void 0,!0,{fileName:Qn,lineNumber:118,columnNumber:11},void 0),t.isOpen&&t.content&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__doc-entry__content",children:P(t.content)?(0,nt.jsxDEV)("div",{className:"virtual-assistant__doc-entry__content__text",children:t.content},void 0,!1,{fileName:Qn,lineNumber:152,columnNumber:43},void 0):(0,nt.jsxDEV)(Mn,{className:"virtual-assistant__doc-entry__content__markdown-text",value:t.content},void 0,!1,{fileName:Qn,lineNumber:156,columnNumber:20},void 0)},void 0,!1,{fileName:Qn,lineNumber:150,columnNumber:46},void 0)]},void 0,!0,{fileName:Qn,lineNumber:117,columnNumber:9},void 0)},void 0,!1,{fileName:Qn,lineNumber:100,columnNumber:13},void 0)})),eo=(0,lt.PA)((()=>{const e=Ot(),t=e.assistantService.currentContextualDocumentationEntry,n=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(t?.context??""))),o=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(e.navigationContextService.currentContext?.key??""))),r=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(e.navigationContextService.contextStack.map((e=>e.key)).join(" > "))));return(0,nt.jsxDEV)(Rn,{className:"virtual-assistant__contextual-support",disabled:!t,menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,nt.jsxDEV)(Fn,{children:[(0,nt.jsxDEV)(Bn,{onClick:n,children:"Copy Context ID"},void 0,!1,{fileName:Qn,lineNumber:205,columnNumber:11},void 0),(0,nt.jsxDEV)(Bn,{onClick:o,children:"Copy Current Context ID"},void 0,!1,{fileName:Qn,lineNumber:208,columnNumber:11},void 0),(0,nt.jsxDEV)(Bn,{onClick:r,children:"Copy Context Stack"},void 0,!1,{fileName:Qn,lineNumber:211,columnNumber:11},void 0)]},void 0,!0,{fileName:Qn,lineNumber:203,columnNumber:16},void 0),children:[t&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__contextual-support__content",children:[t.title&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__contextual-support__title",children:t.title},void 0,!1,{fileName:Qn,lineNumber:219,columnNumber:38},void 0),t.content&&(0,nt.jsxDEV)(nt.Fragment,{children:P(t.content)?(0,nt.jsxDEV)("div",{className:"virtual-assistant__contextual-support__text",children:t.content},void 0,!1,{fileName:Qn,lineNumber:226,columnNumber:53},void 0):(0,nt.jsxDEV)(Mn,{className:"virtual-assistant__contextual-support__markdown-text",value:t.content},void 0,!1,{fileName:Qn,lineNumber:230,columnNumber:20},void 0)},void 0,!1,{fileName:Qn,lineNumber:224,columnNumber:40},void 0),t.related.length&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__contextual-support__relevant-entries",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__contextual-support__relevant-entries__title",children:["Related entries (",t.related.length,")"]},void 0,!0,{fileName:Qn,lineNumber:240,columnNumber:15},void 0),t.related.map((e=>(0,nt.jsxDEV)(Zn,{entry:e},e.uuid,!1,{fileName:Qn,lineNumber:243,columnNumber:56},void 0)))]},void 0,!0,{fileName:Qn,lineNumber:238,columnNumber:47},void 0)]},void 0,!0,{fileName:Qn,lineNumber:217,columnNumber:28},void 0),!t&&(0,nt.jsxDEV)(Un,{children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__placeholder",children:[(0,nt.jsxDEV)(dn,{className:"virtual-assistant__panel__placeholder__icon"},void 0,!1,{fileName:Qn,lineNumber:256,columnNumber:13},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__placeholder__message",children:"No contextual documentation found!"},void 0,!1,{fileName:Qn,lineNumber:257,columnNumber:13},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__placeholder__instruction",children:"Keep using the app. When contextual help is available, we will let you know!"},void 0,!1,{fileName:Qn,lineNumber:260,columnNumber:13},void 0)]},void 0,!0,{fileName:Qn,lineNumber:255,columnNumber:11},void 0)},void 0,!1,{fileName:Qn,lineNumber:253,columnNumber:29},void 0)]},void 0,!0,{fileName:Qn,lineNumber:193,columnNumber:11},void 0)})),to=(0,lt.PA)((()=>{const e=Ot(),t=(0,kt.useRef)(null),n=e.assistantService,o=n.searchText,r=(0,kt.useMemo)((()=>(0,Jn.A)((()=>n.search()),100)),[n]);return(0,kt.useEffect)((()=>{t.current?.focus()}),[]),(0,nt.jsxDEV)("div",{className:"virtual-assistant__search",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__header",children:[(0,nt.jsxDEV)("input",{ref:t,onClick:()=>{document.querySelectorAll('[role="dialog"]').length&&t.current!==document.activeElement&&n.refreshPanelRendering()},className:(0,ft.$)("virtual-assistant__search__input input--dark",{"virtual-assistant__search__input--searching":o}),spellCheck:!1,onChange:e=>{n.setSearchText(e.target.value),r()},value:o,placeholder:"Ask me a question"},void 0,!1,{fileName:Qn,lineNumber:334,columnNumber:9},void 0),o&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__input__search__count",children:n.searchResults.length+(n.isOverSearchLimit?"+":"")},void 0,!1,{fileName:Qn,lineNumber:375,columnNumber:25},void 0),(0,nt.jsxDEV)("button",{className:(0,ft.$)("virtual-assistant__search__input__config__trigger",{"virtual-assistant__search__input__config__trigger--toggled":n.showSearchConfigurationMenu,"virtual-assistant__search__input__config__trigger--active":n.searchConfigurationState.isAdvancedSearchActive}),tabIndex:-1,onClick:()=>n.setShowSearchConfigurationMenu(!n.showSearchConfigurationMenu),title:(n.searchConfigurationState.isAdvancedSearchActive?"Advanced search is currently active\n":"")+"Click to toggle search config menu",children:(0,nt.jsxDEV)(qt,{},void 0,!1,{fileName:Qn,lineNumber:396,columnNumber:11},void 0)},void 0,!1,{fileName:Qn,lineNumber:381,columnNumber:9},void 0),o?(0,nt.jsxDEV)("button",{className:"virtual-assistant__search__input__clear-btn",tabIndex:-1,onClick:()=>{n.resetSearch(),n.currentDocumentationEntry=void 0,t.current?.focus()},title:"Clear",children:(0,nt.jsxDEV)($t,{},void 0,!1,{fileName:Qn,lineNumber:409,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:402,columnNumber:14},void 0):(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__input__search__icon",children:(0,nt.jsxDEV)(Zt,{},void 0,!1,{fileName:Qn,lineNumber:400,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:398,columnNumber:25},void 0)]},void 0,!0,{fileName:Qn,lineNumber:333,columnNumber:7},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__content",children:[(0,nt.jsxDEV)(wt,{isLoading:n.searchState.isInProgress},void 0,!1,{fileName:Qn,lineNumber:414,columnNumber:9},void 0),(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__search__input__config__panel",{"virtual-assistant__search__input__config__panel--toggled":n.showSearchConfigurationMenu}),children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__input__advanced-config__panel",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__input__advanced-config__panel__header__label",children:["search config",e.documentationService.hasDocEntry(Xn.QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX)&&(0,nt.jsxDEV)("div",{onClick:()=>n.openDocumentationEntryLink(Xn.QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX),title:"Click to see documentation",className:"virtual-assistant__search__input__advanced-config__panel__header__label__hint",children:(0,nt.jsxDEV)(zt,{},void 0,!1,{fileName:Qn,lineNumber:438,columnNumber:19},void 0)},void 0,!1,{fileName:Qn,lineNumber:428,columnNumber:21},void 0)]},void 0,!0,{fileName:Qn,lineNumber:424,columnNumber:13},void 0),(0,nt.jsxDEV)("div",{children:(0,nt.jsxDEV)(Kn,{value:n.searchConfigurationState.currentMode,onChange:e=>{const t=e.target.value;n.searchConfigurationState.setCurrentMode(t)},row:!1,options:[Te.STANDARD,Te.INCLUDE,Te.EXACT,Te.INVERSE],size:1},void 0,!1,{fileName:Qn,lineNumber:443,columnNumber:15},void 0)},void 0,!1,{fileName:Qn,lineNumber:442,columnNumber:13},void 0)]},void 0,!0,{fileName:Qn,lineNumber:423,columnNumber:11},void 0)},void 0,!1,{fileName:Qn,lineNumber:417,columnNumber:9},void 0),n.currentDocumentationEntry&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__results",children:(0,nt.jsxDEV)(Zn,{entry:n.currentDocumentationEntry},n.currentDocumentationEntry.uuid,!1,{fileName:Qn,lineNumber:466,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:464,columnNumber:57},void 0),!n.currentDocumentationEntry&&(0,nt.jsxDEV)(nt.Fragment,{children:[Boolean(n.searchResults.length)&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__search__results",children:n.searchResults.map((e=>(0,nt.jsxDEV)(Zn,{entry:e},e.uuid,!1,{fileName:Qn,lineNumber:476,columnNumber:66},void 0)))},void 0,!1,{fileName:Qn,lineNumber:474,columnNumber:65},void 0),o&&!n.searchResults.length&&(0,nt.jsxDEV)(Un,{children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__placeholder",children:[(0,nt.jsxDEV)(ln,{className:"virtual-assistant__panel__placeholder__icon"},void 0,!1,{fileName:Qn,lineNumber:487,columnNumber:19},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__placeholder__message",children:"No result..."},void 0,!1,{fileName:Qn,lineNumber:488,columnNumber:19},void 0)]},void 0,!0,{fileName:Qn,lineNumber:486,columnNumber:17},void 0)},void 0,!1,{fileName:Qn,lineNumber:484,columnNumber:71},void 0),!o&&!n.searchResults.length&&(0,nt.jsxDEV)(Rn,{className:"virtual-assistant__character__container",menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,nt.jsxDEV)(Fn,{children:[(0,nt.jsxDEV)(Bn,{onClick:()=>{re(`documentation-registry_${(0,zn.GP)(new Date(Date.now()),Ge)}.json`,JSON.stringify(e.documentationService.publishDocRegistry(),void 0,2),J.APPLICATION_JSON)},children:"Download documentation registry"},void 0,!1,{fileName:Qn,lineNumber:511,columnNumber:21},void 0),(0,nt.jsxDEV)(Bn,{onClick:()=>{re(`documentation-registry_${(0,zn.GP)(new Date(Date.now()),Ge)}.json`,JSON.stringify(e.documentationService.publishContextualDocIndex(),void 0,2),J.APPLICATION_JSON)},children:"Download contextual documentation mapping"},void 0,!1,{fileName:Qn,lineNumber:514,columnNumber:21},void 0)]},void 0,!0,{fileName:Qn,lineNumber:509,columnNumber:26},void 0),children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__character",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__character__figure",children:[(0,nt.jsxDEV)(un,{className:"virtual-assistant__character__hat"},void 0,!1,{fileName:Qn,lineNumber:522,columnNumber:21},void 0),(0,nt.jsxDEV)(gn,{className:"virtual-assistant__character__glasses"},void 0,!1,{fileName:Qn,lineNumber:523,columnNumber:21},void 0),(0,nt.jsxDEV)(pn,{className:"virtual-assistant__character__beard"},void 0,!1,{fileName:Qn,lineNumber:524,columnNumber:21},void 0)]},void 0,!0,{fileName:Qn,lineNumber:521,columnNumber:19},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__character__greeting",children:"Bonjour, It's Pierre!"},void 0,!1,{fileName:Qn,lineNumber:526,columnNumber:19},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__character__question",children:"How can I help today?"},void 0,!1,{fileName:Qn,lineNumber:529,columnNumber:19},void 0)]},void 0,!0,{fileName:Qn,lineNumber:520,columnNumber:17},void 0)},void 0,!1,{fileName:Qn,lineNumber:500,columnNumber:72},void 0)]},void 0,!0,{fileName:Qn,lineNumber:472,columnNumber:58},void 0)]},void 0,!0,{fileName:Qn,lineNumber:413,columnNumber:7},void 0)]},void 0,!0,{fileName:Qn,lineNumber:331,columnNumber:11},void 0)})),no=(0,lt.PA)((e=>{const{triggerElement:t}=e,n=Ot(),o=n.assistantService,r=o.currentContextualDocumentationEntry,i=o.selectedTab,a=n.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraVirtualAssistantViewConfigurations?.()??[])),s=a.find((e=>e.key===i));return(0,nt.jsxDEV)(Wn,{open:o.isOpen,className:"virtual-assistant__panel__container",anchorEl:t,hideBackdrop:!0,PaperProps:{classes:{root:"virtual-assistant__panel__container__root"}},disableEnforceFocus:!0,anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"bottom",horizontal:"right"},children:(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__panel",{"virtual-assistant__panel--maximized":o.isPanelMaximized}),tabIndex:0,onKeyDown:e=>{"Tab"===e.key&&(e.preventDefault(),e.stopPropagation())},children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header",children:[(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__tabs",children:[(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__panel__header__tab",{"virtual-assistant__panel__header__tab--active":i===ve.SEARCH}),onClick:()=>o.setSelectedTab(ve.SEARCH),title:"Search",children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__tab__content",children:(0,nt.jsxDEV)(Zt,{},void 0,!1,{fileName:Qn,lineNumber:644,columnNumber:19},void 0)},void 0,!1,{fileName:Qn,lineNumber:643,columnNumber:17},void 0)},void 0,!1,{fileName:Qn,lineNumber:635,columnNumber:15},void 0),(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__panel__header__tab",{"virtual-assistant__panel__header__tab--active":i===ve.CONTEXTUAL_SUPPORT}),onClick:()=>o.setSelectedTab(ve.CONTEXTUAL_SUPPORT),title:"Contextual Support",children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__tab__content",children:[(0,nt.jsxDEV)(cn,{},void 0,!1,{fileName:Qn,lineNumber:656,columnNumber:19},void 0),r&&(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__tab__indicator",title:"Contextual support available"},void 0,!1,{fileName:Qn,lineNumber:657,columnNumber:60},void 0)]},void 0,!0,{fileName:Qn,lineNumber:655,columnNumber:17},void 0)},void 0,!1,{fileName:Qn,lineNumber:647,columnNumber:15},void 0),a.map((e=>(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__panel__header__tab",{"virtual-assistant__panel__header__tab--active":i===e.key}),onClick:()=>{o.setSelectedTab(e.key),e.autoExpandOnOpen&&o.setIsPanelMaximized(!0)},title:e.title,children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__tab__content",children:e.icon??(0,nt.jsxDEV)(zt,{},void 0,!1,{fileName:Qn,lineNumber:681,columnNumber:36},void 0)},void 0,!1,{fileName:Qn,lineNumber:680,columnNumber:19},void 0)},e.key,!1,{fileName:Qn,lineNumber:665,columnNumber:57},void 0)))]},void 0,!0,{fileName:Qn,lineNumber:634,columnNumber:13},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__header__actions",children:[(0,nt.jsxDEV)("button",{className:"virtual-assistant__panel__header__action",tabIndex:-1,onClick:()=>o.setIsPanelMaximized(!o.isPanelMaximized),title:o.isPanelMaximized?"Minimize":"Maximize",children:o.isPanelMaximized?(0,nt.jsxDEV)(an,{},void 0,!1,{fileName:Qn,lineNumber:695,columnNumber:55},void 0):(0,nt.jsxDEV)(sn,{},void 0,!1,{fileName:Qn,lineNumber:697,columnNumber:22},void 0)},void 0,!1,{fileName:Qn,lineNumber:687,columnNumber:15},void 0),(0,nt.jsxDEV)("button",{className:"virtual-assistant__panel__header__action",tabIndex:-1,onClick:()=>o.setIsOpen(!1),title:"Close",children:(0,nt.jsxDEV)(Yt,{className:"virtual-assistant__panel__icon__close"},void 0,!1,{fileName:Qn,lineNumber:707,columnNumber:17},void 0)},void 0,!1,{fileName:Qn,lineNumber:701,columnNumber:15},void 0)]},void 0,!0,{fileName:Qn,lineNumber:686,columnNumber:13},void 0)]},void 0,!0,{fileName:Qn,lineNumber:633,columnNumber:11},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__panel__content",children:[i===ve.SEARCH&&(0,nt.jsxDEV)(to,{},void 0,!1,{fileName:Qn,lineNumber:712,columnNumber:63},void 0),i===ve.CONTEXTUAL_SUPPORT&&(0,nt.jsxDEV)(eo,{},void 0,!1,{fileName:Qn,lineNumber:715,columnNumber:75},void 0),s?.renderer()]},void 0,!0,{fileName:Qn,lineNumber:711,columnNumber:11},void 0)]},void 0,!0,{fileName:Qn,lineNumber:608,columnNumber:9},void 0)},o.panelRenderingKey,!1,{fileName:Qn,lineNumber:568,columnNumber:13},void 0)})),oo=(0,lt.PA)((()=>{const[e,t]=(0,kt.useState)(!1),[n,o]=(0,kt.useState)((0,i.A)()),r=Ot(),a=(0,kt.useRef)(null),s=r.assistantService,c=s.currentContextualDocumentationEntry,u=()=>{!s.isOpen&&c&&s.setSelectedTab(ve.CONTEXTUAL_SUPPORT),s.setIsOpen(!s.isOpen)};return(0,kt.useEffect)((()=>{s.isHidden&&o((0,i.A)())}),[s.isHidden]),(0,nt.jsxDEV)(qn,{bounds:"parent",onStart:()=>t(!0),onStop:()=>t(!1),nodeRef:a,handle:".virtual-assistant__station__drag-handle",children:(0,nt.jsxDEV)("div",{className:"virtual-assistant",ref:a,children:[(0,nt.jsxDEV)("div",{className:(0,ft.$)("virtual-assistant__station",{"virtual-assistant__station--hidden":s.isHidden,"virtual-assistant__station--active":Boolean(c)}),children:[(0,nt.jsxDEV)("button",{className:"virtual-assistant__station__hide-button",title:"Hide assistant",onClick:()=>{r.assistantService.toggleAssistant()},children:(0,nt.jsxDEV)(en,{},void 0,!1,{fileName:Qn,lineNumber:802,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:795,columnNumber:11},void 0),(0,nt.jsxDEV)("button",{className:"virtual-assistant__station__trigger",tabIndex:-1,onClick:u,title:s.isOpen?"Click to close assistant panel":(c?"Contextual support available.\n":"")+"Click to open Assistant...",children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__station__character",children:[(0,nt.jsxDEV)(un,{className:"virtual-assistant__station__character__hat"},void 0,!1,{fileName:Qn,lineNumber:819,columnNumber:15},void 0),(0,nt.jsxDEV)(gn,{className:"virtual-assistant__station__character__glasses"},void 0,!1,{fileName:Qn,lineNumber:820,columnNumber:15},void 0),(0,nt.jsxDEV)(pn,{className:"virtual-assistant__station__character__beard"},void 0,!1,{fileName:Qn,lineNumber:821,columnNumber:15},void 0)]},void 0,!0,{fileName:Qn,lineNumber:818,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:804,columnNumber:11},void 0),(0,nt.jsxDEV)("div",{className:"virtual-assistant__station__label",onClick:u,children:"Assistant"},void 0,!1,{fileName:Qn,lineNumber:824,columnNumber:11},void 0),(0,nt.jsxDEV)(Rn,{className:(0,ft.$)("virtual-assistant__station__drag-handle",{"virtual-assistant__station__drag-handle--dragging":e}),menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,nt.jsxDEV)(Fn,{children:[(0,nt.jsxDEV)(Bn,{onClick:()=>{s.setIsOpen(!1),o((0,i.A)())},children:"Reset Position"},void 0,!1,{fileName:Qn,lineNumber:842,columnNumber:17},void 0),(0,nt.jsxDEV)(Bn,{onClick:()=>r.assistantService.hideAssistant(),children:"Hide Assistant"},void 0,!1,{fileName:Qn,lineNumber:845,columnNumber:17},void 0)]},void 0,!0,{fileName:Qn,lineNumber:840,columnNumber:22},void 0),children:(0,nt.jsxDEV)("div",{className:"virtual-assistant__station__drag-handle__content",title:e?void 0:"Grab to drag assistant",children:(0,nt.jsxDEV)(Kt,{},void 0,!1,{fileName:Qn,lineNumber:855,columnNumber:15},void 0)},void 0,!1,{fileName:Qn,lineNumber:851,columnNumber:13},void 0)},void 0,!1,{fileName:Qn,lineNumber:830,columnNumber:11},void 0)]},c?.uuid??"",!0,{fileName:Qn,lineNumber:784,columnNumber:9},void 0),!e&&s.isOpen&&!s.isHidden&&a.current&&(0,nt.jsxDEV)(no,{triggerElement:a.current},void 0,!1,{fileName:Qn,lineNumber:863,columnNumber:36},void 0)]},void 0,!0,{fileName:Qn,lineNumber:777,columnNumber:7},void 0)},n,!1,{fileName:Qn,lineNumber:762,columnNumber:11},void 0)})),ro="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/ApplicationComponentFrameworkProvider.tsx";var io;!function(e){e.TOP_LEVEL_CONTAINER="application.top-level-container",e.BACKDROP_CONTAINER="application.backdrop-container"}(io||(io={}));const ao=["Meta+KeyP","Control+KeyP","Meta+KeyS","Control+KeyS","F8","F10","F11","Meta+Shift+KeyP","Control+Backquote","Control+Shift+KeyN","Control+Shift+KeyP","Meta+KeyB","Control+KeyB","F7","Alt+F7","Control+Shift+KeyB","Alt+KeyZ"],so=e=>(0,nt.jsxDEV)("div",{className:"backdrop__container","data-elementid":e.elementId},void 0,!1,{fileName:ro,lineNumber:113,columnNumber:79},void 0),co=(0,lt.PA)((e=>{const{children:t}=e,n=Ot(),o=((e,t)=>{const n={};return e.forEach(((e,o)=>{e.length&&(n[o]={combinations:e,handler:t})})),n.INTERNAL__PLATFORM_NATIVE_KEYBOARD_COMMAND={combinations:ao,handler:(e,t)=>{t.preventDefault()}},n})(n.keyboardShortcutsService.commandKeyMap,((e,t)=>{ao.includes(e)&&t.preventDefault(),n.keyboardShortcutsService.dispatch(e)}));return(0,kt.useEffect)((()=>{const e=function(e){const t=new Map;let n=null;return o=>{o instanceof KeyboardEvent&&((0,We.A)(Object.values(e).flatMap((e=>e.combinations.map((t=>({combination:t,handler:e.handler}))))).filter((e=>e.combination.length)),(e=>e.combination)).forEach((e=>{const n=e.combination,r=Ze(e.combination);if(!r.length)return;const i=t.get(n)??r,a=F(i[0]);et(o,a)?i.length>1?t.set(n,i.slice(1)):(t.delete(n),e.handler(n,o)):o.getModifierState(o.key)||t.delete(n)})),n&&clearTimeout(n),n=setTimeout(t.clear.bind(t),1e3))}}(o);return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}}),[o]),(0,kt.useEffect)((()=>{const e=()=>{document.hidden&&(Oe.logEvent_ApplicationUsageInterrupted(n.telemetryService),n.timeService.recordUsageInterruption())};return document.addEventListener("visibilitychange",e),()=>{document.removeEventListener("visibilitychange",e)}}),[n]),(0,nt.jsxDEV)(ct,{children:[(0,nt.jsxDEV)(xt,{},void 0,!1,{fileName:ro,lineNumber:174,columnNumber:9},void 0),(0,nt.jsxDEV)(Pt,{},void 0,!1,{fileName:ro,lineNumber:175,columnNumber:9},void 0),(0,nt.jsxDEV)(Cn,{},void 0,!1,{fileName:ro,lineNumber:176,columnNumber:9},void 0),(0,nt.jsxDEV)(oo,{},void 0,!1,{fileName:ro,lineNumber:177,columnNumber:9},void 0),n.layoutService.showBackdrop&&(0,nt.jsxDEV)(ut.Z,{container:n.layoutService.getElementByID(n.layoutService.backdropContainerElementID??io.BACKDROP_CONTAINER)??null,children:(0,nt.jsxDEV)(dt.A,{className:"backdrop",open:n.layoutService.showBackdrop},void 0,!1,{fileName:ro,lineNumber:193,columnNumber:13},void 0)},void 0,!1,{fileName:ro,lineNumber:178,columnNumber:58},void 0),(0,nt.jsxDEV)(pt.Q,{backend:gt.t2,children:(0,nt.jsxDEV)("div",{className:"app__container","data-elementid":io.TOP_LEVEL_CONTAINER,onContextMenu:e=>{e.stopPropagation(),e.preventDefault()},children:[(0,nt.jsxDEV)(so,{elementId:io.BACKDROP_CONTAINER},void 0,!1,{fileName:ro,lineNumber:210,columnNumber:13},void 0),t]},void 0,!0,{fileName:ro,lineNumber:200,columnNumber:11},void 0)},void 0,!1,{fileName:ro,lineNumber:199,columnNumber:9},void 0)]},void 0,!0,{fileName:ro,lineNumber:172,columnNumber:13},void 0)})),uo={foreground:"#cccccc",background:"#1e1e1e",cursor:"#cccccc",selectionBackground:"#264f78",black:"#000000",red:"#cd3131",green:"#0dbc79",yellow:"#e5e510",blue:"#2472c8",magenta:"#bc3fbc",cyan:"#11a8cd",white:"#e5e5e5",brightBlack:"#666666",brightRed:"#f14c4c",brightGreen:"#23d18b",brightYellow:"#f5f543",brightBlue:"#3b8eea",brightMagenta:"#d670d6",brightCyan:"#29b8db",brightWhite:"#e5e5e5"},lo={matchOverviewRuler:"#d186167e",activeMatchColorOverviewRuler:"#A0A0A0CC",matchBackground:"#62331c",activeMatchBackground:"#515C6A"},po=`\n${Ve.BOLD}${Ve.BRIGHT_BLUE}$purist${Ve.RESET}\n${Ve.BOLD}${Ve.MAGENTA}❯${Ve.RESET} `,go="❯ ";class mo extends $e{instance;resizer;renderer;searcher;webLinkProvider;_TEMPORARY__onKeyListener;_TEMPORARY__onDataListener;command="";commandHistory=[];currentCommandSearchString="";commandHistoryNavigationIdx=void 0;isRunningCommand=!1;setupState=be.create();constructor(e){super(e),this.instance=new De.Terminal({allowProposedApi:!0,fontSize:12,letterSpacing:2,fontWeight:400,fontWeightBold:700,fontFamily:`"${Ue}", Menlo, Consolas, monospace`,tabStopWidth:2,theme:uo,overviewRulerWidth:14,scrollback:1e5,convertEol:!0,scrollOnUserInput:!1}),this.resizer=new we.FitAddon,this.searcher=new Me.SearchAddon,this.renderer=new je.WebglAddon}setup(e){if(this.setupState.hasCompleted)throw new y("Terminal is already set up");this.setupState.complete(),this.renderer.onContextLoss((()=>{this.renderer.dispose()})),this.instance.loadAddon(this.resizer),this.instance.loadAddon(this.searcher),this.instance.loadAddon(this.renderer),this.instance.loadAddon(new xe.Unicode11Addon),this.instance.unicode.activeVersion="11",this.instance.attachCustomKeyEventHandler((e=>tt(e,"Control+KeyF")||tt(e,"Meta+KeyF")?(e.preventDefault(),e.stopPropagation(),this.searchConfig.focus(),!1):!(tt(e,"Control+KeyC")&&this.instance.hasSelection()||tt(e,"Control+KeyV")))),this.webLinkProvider=e?.webLinkProvider?new Pe.WebLinksAddon(e.webLinkProvider.handler,{urlRegex:e.webLinkProvider.regex}):new Pe.WebLinksAddon,this.instance.loadAddon(this.webLinkProvider),(e?.commands??[]).forEach((e=>{[e.command,...e.aliases??[]].forEach((t=>{this.commandRegistry.has(t)?this.applicationStore.logService.warn(u.create(ie.TERMINAL_COMMAND_CONFIGURATION_CHECK__FAILURE),`Found multiple duplicated terminal commands '${t}'`):this.commandRegistry.set(t,e)}))})),this.searcher.onDidChangeResults((e=>{this.setSearchResultCount(e.resultCount),this.setSearchCurrentResultIndex(e.resultIndex)})),this._TEMPORARY__onKeyListener=this.instance.onKey((({key:e,domEvent:t})=>{var n,o;if("ArrowUp"!==t.code)if("ArrowDown"!==t.code)if(this.commandHistoryNavigationIdx=void 0,"Enter"===t.code){if(this.command.trim()){const e=this.command,[t,...n]=e.replaceAll(/\s+/g," ").split(" ");if(this.addCommandToHistory(this.command),!t)return;const o=this.commandRegistry.get(t);if(!o)return void this.fail(`command not found: ${t}`);if(this.isRunningCommand)return;this.isRunningCommand=!0,o.handler(n.map((e=>e.trim())),t,e).catch((()=>{})).finally((()=>{this.isRunningCommand=!1,this.isFlushed||this.abort()}))}}else if(tt(t,"Control+KeyD")||tt(t,"Control+KeyC")&&!this.instance.hasSelection())this.abort();else if("Backspace"===t.code)this.deleteFromCommand(t.altKey||t.ctrlKey?this.computeCursorJumpMovement(!0):-1);else if("Delete"===t.code)this.deleteFromCommand(t.altKey||t.ctrlKey?this.computeCursorJumpMovement(!1):1);else if("ArrowLeft"===t.code){const e=this.computeCursorMovement(t.altKey||t.ctrlKey?this.computeCursorJumpMovement(!0):-1);this.instance.scrollLines(e.scroll),this.instance.write(e.seq)}else if("ArrowRight"===t.code){const e=this.computeCursorMovement(t.altKey||t.ctrlKey?this.computeCursorJumpMovement(!1):1);this.instance.scrollLines(e.scroll),this.instance.write(e.seq)}else e.match(/^[A-Za-z0-9!@#$%^&*()\-_=+"':;,.<>/?[\]{}|\\~` ]$/)?this.writeToCommand(e):(n=t,o=this.applicationStore,o.layoutService.getElementByID(io.TOP_LEVEL_CONTAINER)?.dispatchEvent(new KeyboardEvent(n.type,n)));else void 0!==this.commandHistoryNavigationIdx&&this.setCommandFromHistory(0===this.commandHistoryNavigationIdx?void 0:this.commandHistoryNavigationIdx-1);else this.setCommandFromHistory(void 0!==this.commandHistoryNavigationIdx?this.commandHistoryNavigationIdx+1:0)})),this._TEMPORARY__onDataListener=this.instance.onData((e=>{e.length>1&&!e.startsWith("")&&this.writeToCommand(e.replaceAll(/[^A-Za-z0-9!@#$%^&*()\-_=+"':;,.<>/?[\]{}|\\~` ]/g,"").trimEnd())}))}getCommandRange(){const e=this.instance.buffer.active,t=this.instance.cols,n=`${go}${this.command}`,o=`${go}${this.command.substring(0,t-2)}${this.command.length<t-2?" ".repeat(t-this.command.length-2):""}`;let r=0,i=0;for(let n=e.baseY+e.cursorY;n>-1;--n){if(F(e.getLine(n)).translateToString()===o){r=n,i+=(n===e.baseY+e.cursorY?e.cursorX:t)-2;break}i+=n===e.baseY+e.cursorY?e.cursorX:t}return{startY:r,startX:2,endY:r+(n.length-n.length%t)/t,endX:n.length%t,cursorIdx:i}}computeCursorJumpMovement(e){const t=this.getCommandRange();let n,o=!1;if(e){for(let e=t.cursorIdx-1;e>-1;--e)if(this.command.charAt(e).match(/\w/))o||(o=!0);else if(o){n=t.cursorIdx-e-1;break}}else for(let e=t.cursorIdx+1;e<this.command.length;++e)if(this.command.charAt(e).match(/\w/))o||(o=!0);else if(o){n=e-t.cursorIdx-1;break}return void 0===n&&(n=e?t.cursorIdx:this.command.length-t.cursorIdx),e?-n:n}computeCursorMovement(e,t=!0){const n=this.instance.buffer.active,o=this.instance.cols,r=this.instance.rows,i=this.getCommandRange(),a=t?e<0?i.cursorIdx:this.command.length-i.cursorIdx:e,s=Math.min(Math.abs(e),a);let c=n.cursorX,u=n.cursorY,d=n.baseY+n.cursorY;e<0?(c=(o+(n.cursorX-s)%o)%o,u=n.cursorY-(s>n.cursorX?Math.ceil(s/o):0),d=u+n.baseY,u=Math.max(u,-1)):e>0&&(c=(n.cursorX+s)%o,u=n.cursorY+(n.cursorX+s>=o?Math.floor((n.cursorX+s)/o):0),d=u+n.baseY,u=Math.min(u,r-1));const l=d>n.viewportY+r?d-(n.viewportY+r):d<n.viewportY?d-n.viewportY:0;return{seq:He(u+1,c+1),scroll:l}}writeToCommand(e){const t=this.getCommandRange(),n=this.command.slice(0,t.cursorIdx),o=this.command.slice(t.cursorIdx),r=this.computeCursorMovement(e.length,!1);this.instance.scrollLines(r.scroll),this.instance.write(e+o+r.seq),this.setCommand(n+e+o)}deleteFromCommand(e){const t=this.getCommandRange(),n=e<0?t.cursorIdx:this.command.length-t.cursorIdx,o=Math.min(Math.abs(e),n);let r,i,a;if(0===e)return;e<0?(r=this.command.slice(0,t.cursorIdx-o),i=this.command.slice(t.cursorIdx,this.command.length),a=-o):(r=this.command.slice(0,t.cursorIdx),i=this.command.slice(t.cursorIdx+o,this.command.length),a=0);const s=this.computeCursorMovement(a);this.instance.scrollLines(s.scroll),this.instance.write(He(t.startY+1,t.startX+1)+r+i+" ".repeat(o)+s.seq),this.setCommand(r+i)}get isSetup(){return this.setupState.hasCompleted}isFocused(){return document.activeElement===this.instance.textarea}mount(e){if(!this.setupState.hasCompleted)throw new y("XTerm terminal has not been set up yet");this.instance.open(e)}dispose(){this.searcher.dispose(),this.resizer.dispose(),this.renderer.dispose(),this.webLinkProvider?.dispose(),this._TEMPORARY__onKeyListener?.dispose(),this._TEMPORARY__onDataListener?.dispose(),this.instance.dispose()}autoResize(){this.resizer.fit()}focus(){this.instance.focus()}addCommandToHistory(e){e!==this.commandHistory.at(0)&&this.commandHistory.unshift(e)}setCommandFromHistory(e){const t=void 0===e?this.currentCommandSearchString:this.commandHistory.filter((e=>e.startsWith(this.currentCommandSearchString))).at(e);if(void 0!==t){let n=this.getCommandRange();this.instance.write(He(n.startY+1,n.startX+1)+t.padEnd(this.command.length)),this.command=t,n=this.getCommandRange(),this.instance.write(He(n.endY+1,n.endX+1)),this.commandHistoryNavigationIdx=e}}setCommand(e){this.command=e,this.currentCommandSearchString=e,this.commandHistoryNavigationIdx=void 0}newCommand(){this.instance.write(po),this.setCommand("")}newSystemCommand(e){this.isRunningCommand||(this.command&&(this.abort(),this.newCommand()),this.instance.write(`${Ve.DIM}(system: ${e})\n${Ve.RESET}`))}flushScreen(){this.instance.write("c"),this.instance.reset()}get isFlushed(){const e=this.instance.buffer.active;let t=!0;for(let n=e.baseY+e.cursorY;n>-1;--n){const o=F(e.getLine(n)).translateToString();if(o.trim()){t=o!==go;break}}return""===this.command&&t}clear(){this.flushScreen(),this.instance.scrollToTop(),this.newCommand()}resetANSIStyling(){this.instance.write(Ve.RESET)}showHelp(){var e;this.resetANSIStyling(),this.instance.scrollToBottom(),this.isFlushed||this.isRunningCommand||this.abort(),this.instance.write((e=this.commandRegistry,`\n${Ve.BRIGHT_BLACK}+-------------------------------------------------------+${Ve.RESET}\n${Ve.BRIGHT_BLACK}|${Ve.RESET} ${Ve.BRIGHT_GREEN}[@@]${Ve.RESET} "Hi! Welcome to the HELP menu of Pure IDE" ${Ve.BRIGHT_BLACK}|${Ve.RESET}\n${Ve.BRIGHT_BLACK}|${Ve.RESET} ${Ve.BRIGHT_GREEN}/|__|\\${Ve.RESET} ${Ve.BRIGHT_BLACK}|${Ve.RESET}\n${Ve.BRIGHT_BLACK}+--${Ve.RESET} ${Ve.BRIGHT_GREEN}d b${Ve.RESET} ${Ve.BRIGHT_BLACK}-----------------------------------------------+${Ve.RESET}\n\nFollowing is the list of supported commands:\n\n${(0,We.A)(Array.from(e.values()),(e=>e.command)).map((e=>`${Ve.BRIGHT_GREEN}${e.command.padEnd(30)}${Ve.RESET}${e.description}${e.aliases?.length?`\n${"".padEnd(30)}Aliases: ${e.aliases.join(", ")}`:""}\n${"".padEnd(30)}Usage: ${Ve.DIM}${e.usage}${Ve.RESET}`)).join("\n")}`)),this.abort()}showCommonANSIEscapeSequences(){this.resetANSIStyling(),this.instance.scrollToBottom(),this.isFlushed||this.isRunningCommand||this.abort(),this.instance.write(`\nCommon ANSI Escape Sequences for Styling:\n\n${Object.entries(Ve).map((([e,t])=>`${t}${ze(e).padEnd(20)}${Ve.RESET} ${t.replace("","\\u001b")}`)).join("\n")}`),this.abort()}abort(){this.resetANSIStyling(),this.instance.write("\n"),this.newCommand(),this.instance.scrollToBottom(),this.isRunningCommand=!1}fail(e,t){t?.systemCommand&&this.newSystemCommand(t.systemCommand),this.instance.write(`\n${Ve.RED}${e}${Ve.RED}`),this.abort()}output(e,t){this.resetANSIStyling(),t?.clear&&!this.preserveLog||!t?.systemCommand||this.newSystemCommand(t.systemCommand),!this.preserveLog&&t?.clear?this.flushScreen():(this.preserveLog||this.isRunningCommand)&&this.instance.write("\n"),this.instance.write(e),this.resetANSIStyling(),this.instance.write("\n"),this.instance.scrollToBottom(),this.newCommand()}search(e){this.searcher.findNext(e,{decorations:lo,regex:this.searchConfig.useRegex,wholeWord:this.searchConfig.matchWholeWord,caseSensitive:this.searchConfig.matchCaseSensitive,incremental:!0})}clearSearch(){this.searcher.clearDecorations(),this.instance.clearSelection(),this.setSearchText(""),this.setSearchResultCount(void 0),this.setSearchCurrentResultIndex(void 0)}findPrevious(){this.searcher.findPrevious(this.searchConfig.searchText,{decorations:lo,regex:this.searchConfig.useRegex,wholeWord:this.searchConfig.matchWholeWord,caseSensitive:this.searchConfig.matchCaseSensitive})}findNext(){this.searcher.findNext(this.searchConfig.searchText,{decorations:lo,regex:this.searchConfig.useRegex,wholeWord:this.searchConfig.matchWholeWord,caseSensitive:this.searchConfig.matchCaseSensitive})}getContent(){const e=this.instance.buffer.active,t=[];for(let n=0;n<e.length;++n){const o=F(e.getLine(n));t.push(o.translateToString())}return t.join("\n").trimEnd()}copy(){this.instance.hasSelection()?this.applicationStore.clipboardService.copyTextToClipboard(this.instance.getSelection()).catch(this.applicationStore.alertUnhandledError):this.applicationStore.notificationService.notifyWarning("Ther terminal has no selection to copy")}copyAll(){this.applicationStore.clipboardService.copyTextToClipboard(this.getContent()).catch(this.applicationStore.alertUnhandledError)}}class fo{applicationStore;terminal;constructor(e){this.applicationStore=e,this.terminal=new mo(e)}}const ho="(unknown)";class Eo{applicationStore;currentUser=ho;constructor(e){(0,Ee.Gn)(this,{currentUser:Ee.sH,setCurrentUser:Ee.XI}),this.applicationStore=e}get isAnonymous(){return this.currentUser===ho}setCurrentUser(e){this.currentUser=e}}var bo,_o=n(5992);class No{get localStorage(){return F(window.localStorage,"'window.localStorage' object is not available in non-web environment")}setItem(e,t){this.localStorage.setItem(e,t)}getItem(e){return this.localStorage.getItem(e)}removeItem(e){this.localStorage.removeItem(e)}clear(){this.localStorage.clear()}hasItem(e){return this.localStorage.hasItem(e)}}class Ao{storeIndex;storageService;data;constructor(e,t){this.storageService=e,this.storeIndex=t,this.data=this.storageService.getIndex(this.storeIndex)??{}}getValue(e){return this.data[e]}getNumericValue(e){const t=this.getValue(e);return void 0!==t?G(t):void 0}getStringValue(e){const t=this.getValue(e);return void 0!==t?U(t):void 0}getBooleanValue(e){const t=this.getValue(e);return void 0!==t?V(t):void 0}getObjectValue(e){const t=this.getValue(e);return void 0!==t?((e,t="")=>(function(e,t=""){if(!x(e))throw new k(t||"Value is expected to be a object")}(e,t),e))(t):void 0}hasValue(e){return R(this.data[e])}persistValue(e,t){void 0!==t?this.data[e]=t:delete this.data[e],this.storageService.updateIndex(this.storeIndex,this.data)}}class To{applicationStore;storage;data;constructor(e){this.applicationStore=e,this.storage=new No;const t=this.storage.getItem(e.config.applicationStorageKey);this.data=t?I((()=>JSON.parse(t)))??{}:{}}getIndex(e){return this.data[e]}updateIndex(e,t){(0,_o.A)(t)?delete this.data[e]:this.data[e]=t,this.storage.setItem(this.applicationStore.config.applicationStorageKey,JSON.stringify(this.data))}}class vo{applicationStore;plugins=[];constructor(e){this.applicationStore=e}registerPlugins(e){this.plugins=e}setup(){const e={userId:this.applicationStore.identityService.currentUser,appName:this.applicationStore.config.appName,appEnv:this.applicationStore.config.env,appVersion:this.applicationStore.config.appVersion,appSessionId:this.applicationStore.uuid,appStartTime:this.applicationStore.timeService.timestamp};this.plugins.forEach((t=>t.setup(e)))}logEvent(e,t){this.plugins.forEach((n=>n.logEvent(e,t)))}}class yo{timestamp=Date.now();interruptions=[];recordUsageInterruption(){this.interruptions.push(Date.now())}finalizeTimingsRecord(e,t){const n=e.elapsed,o=e.startTime,r=o+n,i={...t??{},...Object.fromEntries(e.records),total:n};let a=0;for(const e of this.interruptions)if(e>=o&&e<=r)a++;else if(e>r)break;return a>0?{...i,__numberOfInteruptions:a}:i}}!function(e){e.DEFAULT_DARK="default-dark",e.LEGACY_LIGHT="legacy-light",e.HIGH_CONTRAST_LIGHT="hc-light"}(bo||(bo={}));const Co={name:"Default Dark (default)",key:bo.DEFAULT_DARK,TEMPORARY__globalCSSClassName:"theme__default-dark",colors:{"data-access-overview.chart.access-granted":"#6a9955","data-access-overview.chart.access-approved":"#007acc","data-access-overview.chart.access-requested":"#fbbc05","data-access-overview.chart.access-not-granted":"#ea4646","data-access-overview.chart.unsupported-access":"#2d2d2d"}},So={name:"Legacy Light",key:bo.LEGACY_LIGHT,TEMPORARY__globalCSSClassName:"theme__legacy-light"},Io={name:"High-Contrast Light",key:bo.HIGH_CONTRAST_LIGHT,TEMPORARY__globalCSSClassName:"theme__hc-light",colors:{"data-access-overview.chart.access-granted":"#52a31d","data-access-overview.chart.access-approved":"#3d8df5","data-access-overview.chart.access-requested":"#f5c518","data-access-overview.chart.access-not-granted":"#fa5343","data-access-overview.chart.unsupported-access":"#e1e7ea"}};var ko;!function(e){e.COLOR_THEME="application.layout.colorTheme"}(ko||(ko={}));const Ro={[ko.COLOR_THEME]:{defaultValue:bo.DEFAULT_DARK}};class Oo{applicationStore;backdropContainerElementID;showBackdrop=!1;colorThemeRegistry=new Map;currentColorTheme;constructor(e){(0,Ee.Gn)(this,{currentColorTheme:Ee.sH.ref,TEMPORARY__isLightColorThemeEnabled:Ee.EW,backdropContainerElementID:Ee.sH,showBackdrop:Ee.sH,setBackdropContainerElementID:Ee.XI,setShowBackdrop:Ee.XI,setColorTheme:Ee.XI}),this.applicationStore=e,this.colorThemeRegistry.set(bo.DEFAULT_DARK,Co),this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraColorThemes?.()??[])).forEach((e=>{this.colorThemeRegistry.has(e.key)?this.applicationStore.logService.warn(u.create(ie.COLOR_THEME_CONFIGURATION_CHECK__FAILURE),`Found duplicated color themes with key '${e.key}'`):this.colorThemeRegistry.set(e.key,e)}));const t=this.applicationStore.settingService.getStringValue(ko.COLOR_THEME)??bo.DEFAULT_DARK;this.currentColorTheme=F(this.colorThemeRegistry.get(t)),this.TEMPORARY__syncGlobalCSSClassName(this.currentColorTheme,void 0)}getElementByID(e){return document.querySelector(`[data-elementid='${e}']`)??void 0}setBackdropContainerElementID(e){this.backdropContainerElementID=e}setShowBackdrop(e){this.showBackdrop=e}get TEMPORARY__isLightColorThemeEnabled(){return this.currentColorTheme.key!==bo.DEFAULT_DARK}TEMPORARY__syncGlobalCSSClassName(e,t){t&&document.body.classList.remove(t.TEMPORARY__globalCSSClassName),document.body.classList.add(e.TEMPORARY__globalCSSClassName)}setColorTheme(e,t){const n=this.colorThemeRegistry.get(e);if(e===this.currentColorTheme.key||!n)return;const o=this.currentColorTheme;this.currentColorTheme=n,this.TEMPORARY__syncGlobalCSSClassName(n,o),t?.persist&&this.applicationStore.settingService.persistValue(ko.COLOR_THEME,e)}getColor(e){return this.currentColorTheme.colors?.[e]??F(this.colorThemeRegistry.get(bo.DEFAULT_DARK)).colors?.[e]??"transparent"}}class Fo{applicationStore;constructor(e){this.applicationStore=e}async copyTextToClipboard(e,t){await navigator.clipboard.writeText(e).catch((e=>{this.applicationStore.notificationService.notifyError(e)})).finally((()=>{t?.notifySuccessMessage&&this.applicationStore.notificationService.notifySuccess(t.notifySuccessMessage)}))}}class Bo{navigator;constructor(e){this.navigator=e}}var Lo=n(2853);class Do{applicationStore;storage;registry=new Map;constructor(e){this.applicationStore=e,this.storage=new Ao(this.applicationStore.storageService,"application-settings-storage"),this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraSettingConfigurationEntries?.()??[])).forEach((e=>{this.registry.has(e.key)?this.applicationStore.logService.warn(u.create(ie.SETTING_CONFIGURATION_CHECK__FAILURE),`Found duplicated setting with key '${e.key}'`):this.registry.set(e.key,e)}))}getNumericValue(e){const t=this.storage.getValue(e)??this.registry.get(e)?.defaultValue;if(w(t))return t;this.applicationStore.logService.warn(u.create(ie.SETTING_RETRIVE_FAILURE),`Can't retrieve numeric value for setting '${e}'`)}getStringValue(e){const t=this.storage.getValue(e)??this.registry.get(e)?.defaultValue;if(P(t))return t;this.applicationStore.logService.warn(u.create(ie.SETTING_RETRIVE_FAILURE),`Can't retrieve string value for setting '${e}'`)}getBooleanValue(e){const t=this.storage.getValue(e)??this.registry.get(e)?.defaultValue;if(M(t))return t;this.applicationStore.logService.warn(u.create(ie.SETTING_RETRIVE_FAILURE),`Can't retrieve boolean value for setting '${e}'`)}getObjectValue(e){const t=this.storage.getValue(e)??this.registry.get(e)?.defaultValue;if(x(t))return t;this.applicationStore.logService.warn(u.create(ie.SETTING_RETRIVE_FAILURE),`Can't retrieve object value for setting '${e}'`)}persistValue(e,t){const n=this.registry.get(e)?.defaultValue;this.storage.persistValue(e,void 0!==n&&(0,Lo.A)(n,t)?void 0:t)}}class Po{goToLocation(e,t){throw new C("Navigator does not support this operation")}reload(e){throw new C("Navigator does not support this operation")}goToAddress(e,t){throw new C("Navigator does not support this operation")}visitAddress(e){throw new C("Navigator does not support this operation")}generateAddress(e){throw new C("Navigator does not support this operation")}updateCurrentLocation(e){throw new C("Navigator does not support this operation")}updateCurrentZone(e){throw new C("Navigator does not support this operation")}resetZone(){throw new C("Navigator does not support this operation")}getCurrentBaseAddress(e){throw new C("Navigator does not support this operation")}getCurrentAddress(){throw new C("Navigator does not support this operation")}getCurrentLocation(){throw new C("Navigator does not support this operation")}getCurrentLocationParameters(){throw new C("Navigator does not support this operation")}getCurrentLocationParameterValue(e){throw new C("Navigator does not support this operation")}getCurrentZone(){throw new C("Navigator does not support this operation")}blockNavigation(e,t,n){throw new C("Navigator does not support this operation")}unblockNavigation(){throw new C("Navigator does not support this operation")}get isNavigationBlocked(){throw new C("Navigator does not support this operation")}INTERNAL__internalizeTransientParameter(e){throw new C("Navigator does not support this operation")}}class wo{applicationStore;storage;constructor(e){this.applicationStore=e,this.storage=new Ao(this.applicationStore.storageService,"application-user-data-storage")}getNumericValue(e){const t=this.storage.getValue(e);if(w(t))return t;this.applicationStore.logService.warn(u.create(ie.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve numeric value for user data '${e}'`)}getStringValue(e){const t=this.storage.getValue(e);if(P(t))return t;this.applicationStore.logService.warn(u.create(ie.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve string value for user data '${e}'`)}getBooleanValue(e){const t=this.storage.getValue(e);if(M(t))return t;this.applicationStore.logService.warn(u.create(ie.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve boolean value for user data '${e}'`)}getObjectValue(e){const t=this.storage.getValue(e);if(x(t))return t;this.applicationStore.logService.warn(u.create(ie.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve object value for user data '${e}'`)}persistValue(e,t){this.storage.persistValue(e,t)}}const Mo=e=>/^(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)(?:-(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*)?(?:\+[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*)?$/.test(e);var xo;!function(e){e.BUG_FIX="BUG_FIX",e.ENHANCEMENT="ENHANCEMENT"}(xo||(xo={}));const jo="application.lastOpenedVersion";class Uo{applicationStore;releaseNotes;showCurrentReleaseModal=!0;showReleaseLog=!1;isConfigured=!1;constructor(e){(0,Ee.Gn)(this,{showCurrentReleaseModal:Ee.sH,showReleaseLog:Ee.sH,isConfigured:Ee.sH,setShowCurrentRelease:Ee.XI,configure:Ee.XI,setReleaseLog:Ee.XI}),this.applicationStore=e}configure(e){this.isConfigured=!0,this.releaseNotes=(e=>e.map((e=>(L(e.version,"Release notes 'version' is missing"),e.notes?.map((e=>(L(e.type,"Release note 'type' is missing"),L(e.description,"Release note 'description' is missing"),e))),e))))(e)}setShowCurrentRelease(e){this.showCurrentReleaseModal=e}setReleaseLog(e){this.showReleaseLog=e}getViewedVersion(){return this.applicationStore.userDataService.getStringValue(jo)}updateViewedVersion(){this.applicationStore.userDataService.persistValue(jo,this.applicationStore.config.appVersion)}showVersion(e,t){const n=e.version;return!(!Mo(n)||!Mo(t)||1!==(o=t,n.localeCompare(o,void 0,{numeric:!0})));var o}showableVersions(){const e=this.getViewedVersion();if(e)return this.releaseNotes?.filter((t=>this.showVersion(t,e)))}}class Go{uuid=(0,i.A)();extensionStates=[];config;pluginManager;initState=be.create();platform;timeService;logService;storageService;userDataService;settingService;alertService;notificationService;identityService;commandService;keyboardShortcutsService;layoutService;clipboardService;terminalService;navigationService;navigationContextService;documentationService;assistantService;releaseNotesService;eventService;telemetryService;tracerService;constructor(e,t){this.config=e,this.pluginManager=t,this.timeService=new yo,this.logService=new l,this.logService.registerPlugins(t.getLoggerPlugins()),this.storageService=new To(this),this.settingService=new Do(this),this.userDataService=new wo(this),this.alertService=new It(this),this.notificationService=new vn,this.identityService=new Eo(this),this.layoutService=new Oo(this),this.clipboardService=new Fo(this),this.terminalService=new fo(this),this.commandService=new Be(this),this.keyboardShortcutsService=new Le(this),this.navigationService=new Bo(new Po),this.navigationContextService=new Fe(this),this.documentationService=new me(this),this.assistantService=new ke(this),this.releaseNotesService=new Uo(this),this.eventService=new Re,this.eventService.registerEventNotifierPlugins(t.getEventNotifierPlugins()),this.telemetryService=new vo(this),this.telemetryService.registerPlugins(t.getTelemetryServicePlugins()),this.telemetryService.setup(),this.tracerService=new Ne,this.tracerService.registerPlugins(t.getTracerServicePlugins()),this.extensionStates=this.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraApplicationExtensionStateBuilders?.()??[])).map((e=>e(this))).filter(R)}async initialize(e){if(this.initState.isInInitialState){this.initState.inProgress();try{if(this.platform)throw new y("Platform is already configured");this.platform=e,this.navigationService=new Bo(e.getNavigator()),await e.initialize(),this.initState.pass()}catch(e){S(e),this.notificationService.notifyError(e),this.logService.error(u.create(ie.APPLICATION_LOAD__FAILURE),"Failed to load Legend application"),this.initState.fail()}}else this.notificationService.notifyIllegalState("Application store is re-initialized")}alertUnhandledError=e=>{this.logService.error(u.create(ie.ILLEGAL_APPLICATION_STATE_OCCURRED),"Encountered unhandled error in component tree",e),this.notificationService.notifyIllegalState(e.message)};guardUnhandledError=e=>()=>{e().catch(this.alertUnhandledError)}}var Vo;!function(e){e.TAG_REQUEST="download-request",e.TAG_RESPONSE="download-response",e.STREAM_CLOSED="#stream-closed",e.STREAM_ABORTED="#stream-aborted"}(Vo||(Vo={}));class Ho{}class Yo extends Ho{debug(e,...t){console.debug(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}info(e,...t){console.info(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}warn(e,...t){console.warn(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}error(e,...t){console.error(`[${e.timestamp}] ${e.name} ${t.length?":":""}`,...t)}}class Ko{config;logger;pluginManager;basePresets=[];basePlugins=[];baseAddress;pluginRegister;_isConfigured=!1;downloadHelperServiceWorkerPath;downloadHelper=!1;releaseNotes;constructor(e){this.pluginManager=e,this.logger=new Yo}setup(e){return this.baseAddress=L(e.baseAddress,"Can't setup application: 'baseAddress' is missing or empty"),this.pluginRegister=e.pluginRegister,this._isConfigured=!0,this}withBasePresets(e){return this.basePresets=e,this.withPresets([])}withBasePlugins(e){return this.basePlugins=e,this.withPlugins([])}withPresets(e){return this.pluginManager.usePresets([...this.basePresets,...e]),this}withPlugins(e){return this.pluginManager.usePlugins([...this.basePlugins,...e]),this}withDownloadHelper(e){return this.downloadHelper=!0,this.downloadHelperServiceWorkerPath=e,this}withReleaseNotes(e){return this.releaseNotes=e,this}setupApplicationStore(e){this.releaseNotes&&e.releaseNotesService.configure(this.releaseNotes)}async fetchApplicationConfiguration(e){const t=new oe;let n,o;try{n=await t.get(`${window.location.origin}${e}config.json`)}catch(e){S(e),this.logger.error(u.create(ie.APPLICATION_CONFIGURATION__FAILURE),e)}O(n,"Can't fetch Legend application configuration");try{o=await t.get(`${window.location.origin}${e}version.json`)}catch(e){S(e),this.logger.error(u.create(ie.APPLICATION_CONFIGURATION__FAILURE),e)}return O(o,"Can't fetch Legend application version"),[await this.configureApplication({configData:n,versionData:o,baseAddress:e}),n.extensions??{}]}async loadDocumentationRegistryData(e){const t={};await Promise.all([...e.documentationRegistryEntries,...this.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraDocumentationRegistryEntries?.()??[]))].map((async e=>{try{const n=new oe(e.simple?{options:{credentials:"omit"}}:{}),o=await n.get(L(e.url,"Can't load documentation registry: 'url' field is missing or empty"));O(o.entries,"Can't load documentation registry data: 'entries' field is missing");const r=e.includes?.map((e=>new RegExp(`^${e.trim().replace(/[\^$\\.+?()[\]{}|]/g,"\\$&").replace(/\*/g,".*")}$`)));Object.entries(o.entries).forEach((([e,n])=>{r&&!r.some((t=>t.test(e)))||t[e]||(t[e]=n)}))}catch(e){S(e),this.logger.warn(u.create(ie.DOCUMENTATION_FETCH__FAILURE),e)}}))),e.keyedDocumentationEntries=[...ge(t),...e.keyedDocumentationEntries]}async start(){O(this._isConfigured,"Legend application has not been configured properly. Make sure to run setup() before start()");try{const[e,t]=await this.fetchApplicationConfiguration(this.baseAddress);this.config=e,this.pluginRegister?.(this.pluginManager,this.config),this.pluginManager.configure(t),this.pluginManager.install(),await Promise.all([this.loadDocumentationRegistryData(e)]);const n=new Go(this.config,this.pluginManager);await Promise.all(this.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraApplicationSetups?.()??[])).map((e=>e(n)))),this.setupApplicationStore(n),await this.loadApplication(n),this.logger.info(u.create(ie.APPLICATION_LOAD__SUCCESS),"Legend application loaded"),this.downloadHelper&&function(e){if("serviceWorker"in navigator){const t=e??"/ServiceWorker.js";navigator.serviceWorker.register(t).then((e=>{console.debug(`register service worker success with path: ${t}`,e)})).catch((e=>{console.debug(`register service worker error with path: ${t}`,e)}))}}(this.downloadHelperServiceWorkerPath)}catch(e){throw S(e),this.logger.error(u.create(ie.APPLICATION_LOAD__FAILURE),"Failed to load Legend application"),e}}}const $o="legend-application-root",Wo=JSON.parse('{"rE":"15.1.9","XO":{"c":"@finos/legend-application-plugin-core"}}');class Xo extends s{}class qo extends Xo{static NAME=Wo.XO.c;constructor(){super(qo.NAME,Wo.rE)}install(e){e.registerApplicationPlugin(this)}getExtraApplicationSetups(){return[async e=>{(0,Ee.jK)({enforceActions:"observed"})}]}getExtraColorThemes(){return[So,Io]}getExtraSettingConfigurationEntries(){return e=Ro,Object.entries(e).map((e=>({key:e[0],...e[1]})));var e}}class Jo{appName;baseAddress;env;applicationStorageKey;documentationUrl;documentationLinkEntries=[];documentationRegistryEntries=[];keyedDocumentationEntries=[];contextualDocEntries=[];appVersion;appVersionBuildTime;appVersionCommitId;constructor(e){var t,n;this.baseAddress=e.baseAddress,this.appName=L(e.configData.appName,"Can't configure application: 'appName' field is missing or empty"),this.env=L(e.configData.env,"Can't configure application: 'env' field is missing or empty"),this.applicationStorageKey=e.configData.application?.storageKey??this.getDefaultApplicationStorageKey(),this.documentationUrl=e.configData.documentation?.url,this.documentationLinkEntries=(t=e.configData.documentation?.links??{},Object.entries(t).map((e=>({key:L(e[0],"Documentation link 'key' is missing"),label:L(e[1].label,"Documentation link 'label' is missing"),url:L(e[1].url,"Documentation link 'url' is missing")})))),this.documentationRegistryEntries=e.configData.documentation?.registry??[],this.keyedDocumentationEntries=ge(e.configData.documentation?.entries??{}),this.contextualDocEntries=(n=e.configData.documentation?.contextualEntries??{},Object.entries(n).map((e=>({context:e[0],documentationKey:e[1]})))),this.appVersion=F(e.versionData.version,"Can't collect application version: 'version' field is missing"),this.appVersionBuildTime=F(e.versionData.buildTime,"Can't collect application version: 'buildTime' field is missing"),this.appVersionCommitId=F(e.versionData.commitSHA,"Can't collect application version: 'commitSHA' field is missing")}static resolveAbsoluteUrl(e){return e.trim().startsWith("/")?window.location.origin+e:e}}class zo extends Jo{replUrl;useDynamicREPLServer=!1;constructor(e){super(e),O(e.configData.repl,"Can't configure application: 'repl' field is missing"),this.replUrl=Jo.resolveAbsoluteUrl(L(e.configData.repl.url,"Can't configure application: 'repl.url' field is missing or empty")),void 0!==e.configData.repl.dynamic&&(this.useDynamicREPLServer=Boolean(e.configData.repl.dynamic))}getDefaultApplicationStorageKey(){return"legend-repl"}}class Qo extends c{loggerPlugins=[];telemetryServicePlugins=[];tracerServicePlugins=[];eventNotifierPlugins=[];applicationPlugins=[];registerLoggerPlugin(e){this.loggerPlugins.push(e)}registerTelemetryServicePlugin(e){this.telemetryServicePlugins.push(e)}registerTracerServicePlugin(e){this.tracerServicePlugins.push(e)}registerEventNotifierPlugin(e){this.eventNotifierPlugins.push(e)}registerApplicationPlugin(e){this.applicationPlugins.push(e)}getLoggerPlugins(){return[...this.loggerPlugins]}getTelemetryServicePlugins(){return[...this.telemetryServicePlugins]}getTracerServicePlugins(){return[...this.tracerServicePlugins]}getEventNotifierPlugins(){return[...this.eventNotifierPlugins]}getApplicationPlugins(){return[...this.applicationPlugins]}}class Zo extends Qo{pureProtocolProcessorPlugins=[];pureGraphManagerPlugins=[];pureGraphPlugins=[];constructor(){super()}static create(){return new Zo}registerPureProtocolProcessorPlugin(e){this.pureProtocolProcessorPlugins.push(e)}registerPureGraphManagerPlugin(e){this.pureGraphManagerPlugins.push(e)}registerPureGraphPlugin(e){this.pureGraphPlugins.push(e)}getPureGraphManagerPlugins(){return[...this.pureGraphManagerPlugins]}getPureProtocolProcessorPlugins(){return[...this.pureProtocolProcessorPlugins]}getPureGraphPlugins(){return[...this.pureGraphPlugins]}}var er,tr=n(6839),nr=n(8684);class or{historyAPI;_isNavigationBlocked=!1;_forceBypassNavigationBlocking=!1;_blockCheckers=[];_beforeUnloadListener=e=>{this._forceBypassNavigationBlocking||this._blockCheckers.some((e=>e()))&&(e.returnValue="")};onBlock;onNativePlatformNavigationBlock;constructor(e){(0,Ee.Gn)(this,{_isNavigationBlocked:Ee.sH,isNavigationBlocked:Ee.EW,blockNavigation:Ee.XI,unblockNavigation:Ee.XI}),this.historyAPI=e}get window(){return F(window,"Window object is not available in non-web environment")}goToLocation(e,t){t?.ignoreBlocking&&(this._forceBypassNavigationBlocking=!0);const n=()=>{this._forceBypassNavigationBlocking=!0,this.window.location.href=this.generateAddress(e)};!this._forceBypassNavigationBlocking&&this._blockCheckers.some((e=>e()))?this.onBlock?.(n):n()}reload(e){e?.ignoreBlocking&&(this._forceBypassNavigationBlocking=!0);const t=()=>{this._forceBypassNavigationBlocking=!0,this.window.location.reload()};!this._forceBypassNavigationBlocking&&this._blockCheckers.some((e=>e()))?this.onBlock?.(t):t()}goToAddress(e,t){t?.ignoreBlocking&&(this._forceBypassNavigationBlocking=!0);const n=()=>{this._forceBypassNavigationBlocking=!0,this.window.location.href=e};!this._forceBypassNavigationBlocking&&this._blockCheckers.some((e=>e()))?this.onBlock?.(n):n()}visitAddress(e){this.window.open(e,"_blank")}generateAddress(e){return this.window.location.origin+this.historyAPI.createHref({pathname:e})}updateCurrentLocation(e){this.historyAPI.push(e)}updateCurrentZone(e){this.window.location.hash="#"+e}resetZone(){this.updateCurrentLocation(this.getCurrentLocation())}getCurrentBaseAddress(e){return e?.withAppRoot?this.generateAddress(""):this.window.location.origin}getCurrentAddress(){return this.window.location.href}getCurrentLocation(){return this.historyAPI.location.pathname}getCurrentLocationParameters(){const e={},t=((e,t=!1)=>t?K.A.parseUrl(e).query:K.A.parse(e))((n=this.getCurrentAddress(),(0,$.J)(n)),!0);var n;return Object.keys(t).forEach((n=>{e[n]=((e,t)=>{const n=t[e];return n?decodeURIComponent(n):void 0})(n,t)})),e}getCurrentLocationParameterValue(e){return this.getCurrentLocationParameters()[e]}getCurrentZone(){return this.window.location.hash.substring(1)}blockNavigation(e,t,n){this._isNavigationBlocked=!0,this.onBlock=t,this.onNativePlatformNavigationBlock=n,this.window.history.pushState(null,"",this.getCurrentAddress()),this.window.onpopstate=()=>{window.history.forward(),this.onNativePlatformNavigationBlock?.()},this._blockCheckers=e,this.window.removeEventListener("beforeunload",this._beforeUnloadListener),this.window.addEventListener("beforeunload",this._beforeUnloadListener)}unblockNavigation(){this._isNavigationBlocked=!1,this.onBlock=void 0,this.window.onpopstate=null,this._blockCheckers=[],this.window.removeEventListener("beforeunload",this._beforeUnloadListener)}get isNavigationBlocked(){return this._isNavigationBlocked}INTERNAL__internalizeTransientParameter(e){const t=this.getCurrentZone(),n=this.getCurrentLocationParameters();var o,r;delete n[e],this.updateCurrentLocation((o=this.getCurrentLocation(),r=(e=>{const t={};return Object.entries(e).forEach((([e,n])=>{n&&(t[e]=n.toString())})),K.A.stringify(t)})(n),r?`${o}?${r}`:o)),this.updateCurrentZone(t)}}class rr{applicationStore;constructor(e){this.applicationStore=e}async initialize(){}}!function(e){e.INITIAL_COLOR_THEME="initialColorTheme"}(er||(er={}));class ir extends rr{navigator;constructor(e,t){super(e),this.navigator=new or(t.historyAPI)}getNavigator(){return this.navigator}async initialize(){const e=this.applicationStore.navigationService.navigator.getCurrentLocationParameterValue(er.INITIAL_COLOR_THEME);e&&(this.applicationStore.layoutService.setColorTheme(e),this.applicationStore.navigationService.navigator.INTERNAL__internalizeTransientParameter(er.INITIAL_COLOR_THEME))}}const ar=(0,kt.createContext)(void 0),sr="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/BrowserEnvironmentProvider.tsx",cr=({children:e})=>{const t=Ot(),n=(0,tr.W6)(),o=(0,lt.iz)((()=>new ir(t,{historyAPI:n})));return(0,nt.jsxDEV)(ar.Provider,{value:o,children:e},void 0,!1,{fileName:sr,lineNumber:34,columnNumber:11},void 0)},ur=({children:e,baseUrl:t})=>(0,nt.jsxDEV)(nr.Kd,{basename:t,children:(0,nt.jsxDEV)(cr,{children:e},void 0,!1,{fileName:sr,lineNumber:46,columnNumber:5},void 0)},void 0,!1,{fileName:sr,lineNumber:44,columnNumber:34},void 0);class dr{networkClient;constructor(e){this.networkClient=e}get baseUrl(){return F(this.networkClient.baseUrl,"REPL server client has not been configured properly")}get dataCube(){return`${this.baseUrl}/api/dataCube`}async getGridClientLicenseKey(){return this.networkClient.get(`${this.dataCube}/gridLicenseKey`)}async getQueryTypeahead(e){return this.networkClient.post(`${this.dataCube}/typeahead`,e)}async parseQuery(e){return this.networkClient.post(`${this.dataCube}/parseQuery`,e)}async getQueryCode(e){return this.networkClient.post(`${this.dataCube}/getQueryCode`,e)}async getBaseQuery(){return this.networkClient.get(`${this.dataCube}/getBaseQuery`)}async getRelationReturnType(e){return this.networkClient.post(`${this.dataCube}/getRelationReturnType`,e)}async executeQuery(e){return this.networkClient.post(`${this.dataCube}/executeQuery`,e)}}var lr,pr,gr;function mr(e){const t=JSON.parse(JSON.stringify(e));return t.uuid=(0,i.A)(),t}!function(e){e[e.SOURCE=0]="SOURCE",e[e.LEAF_EXTENDED=1]="LEAF_EXTENDED",e[e.RENAME=2]="RENAME",e[e.GROUP_BY=3]="GROUP_BY",e[e.SELECT=4]="SELECT",e[e.PIVOT=5]="PIVOT",e[e.GROUP_EXTENDED=6]="GROUP_EXTENDED"}(lr||(lr={})),(gr=pr||(pr={})).INTERNAL__UNKNOWN_ELEMENT="INTERNAL__UNKNOWN_ELEMENT",gr.INTERNAL__UNKNOWN_PACKAGEABLE_ELEMENT="INTERNAL__UNKNOWN_PACKAGEABLE_ELEMENT",gr.INTERNAL__UNKNOWN_FUNCTION_ACTIVATOR="INTERNAL__UNKNOWN_FUNCTION_ACTIVATOR",gr.PACKAGE="PACKAGE",gr.PACKAGEABLE_ELEMENT="PACKAGEABLE_ELEMENT",gr.PACKAGEABLE_ELEMENT_POINTER="PACKAGEABLE_ELEMENT_POINTER",gr.PROFILE="PROFILE",gr.TAG_POINTER="TAG_POINTER",gr.STEREOTYPE_POINTER="STEREOTYPE_POINTER",gr.TAGGED_VALUE="TAGGED_VALUE",gr.ENUMERATION="ENUMERATION",gr.ENUM_VALUE="ENUM_VALUE",gr.CLASS="CLASS",gr.PROPERTY="PROPERTY",gr.PROPERTY_DEFAULT_VALUE="PROPERTY_DEFAULT_VALUE",gr.PROPERTY_POINTER="PROPERTY_POINTER",gr.MULTIPLICITY="MULTIPLICITY",gr.CONSTRAINT="CONSTRAINT",gr.DERIVED_PROPERTY="DERIVED_PROPERTY",gr.ASSOCIATION="ASSOCIATION",gr.FUNCTION="FUNCTION",gr.MEASURE="MEASURE",gr.UNIT="UNIT",gr.FUNCTION_TEST_SUITE="FUNCTION_TEST_SUITE",gr.FUNCTION_TEST="FUNCTION_TEST",gr.FUNCTION_STORE_TEST_DATA="FUNCTION_STORE_TEST_DATA",gr.FUNCTION_PARAMETER_VALUE="FUNCTION_PARAMETER_VALUE",gr.ASSERT_FAIL="ASSERT_FAIL",gr.ASSERT_PASS="ASSERT_PASS",gr.EQUAL_TO_JSON_ASSERT_FAIL="EQUAL_TO_JSON_ASSERT_FAIL",gr.EQUAL_TO="EQUAL_TO",gr.EQUAL_TO_JSON="EQUAL_TO_JSON",gr.EQUAL_TO_TDS="EQUAL_TO_TDS",gr.SECTION_INDEX="SECTION_INDEX",gr.SECTION="SECTION",gr.IMPORT_AWARE_CODE_SECTION="IMPORT_AWARE_CODE_SECTION",gr.DEFAULT_CODE_SECTION="DEFAULT_CODE_SECTION",gr.RAW_LAMBDA="RAW_LAMBDA",gr.RAW_VARIABLE="RAW_VARIABLE",gr.RAW_INSTANCE_VALUE="RAW_INSTANCE_VALUE",gr.BINDING_TRANSFORMER="BINDING_TRANSFORMER",gr.INTERNAL__UNKNOWN_VALUE_SPECIFICATION="INTERNAL__UNKNOWN_VALUE_SPECIFICATION",gr.INTERNAL__PROPAGATED_VALUE="INTERNAL__PROPAGATED_VALUE",gr.VARIABLE_EXPRESSION="VARIABLE_EXPRESSION",gr.EXPRESSION="EXPRESSION",gr.FUNCTION_EXPRESSION="FUNCTION_EXPRESSION",gr.SIMPLE_FUNCTION_EXPRESSION="SIMPLE_FUNCTION_EXPRESSION",gr.ABSTRACT_PROPERTY_EXPRESSION="ABSTRACT_PROPERTY_EXPRESSION",gr.INSTANCE_VALUE="INSTANCE_VALUE",gr.PRIMITIVE_INSTANCE_VALUE="PRIMITIVE_INSTANCE_VALUE",gr.ENUM_INSTANCE_VALUE="ENUM_INSTANCE_VALUE",gr.KEY_EXPRESSION_INSTANCE_VALUE="KEY_EXPRESSION_INSTANCE_VALUE",gr.KEY_EXPRESSION_VALUE="KEY_EXPRESSION_VALUE",gr.RUNTIME_INSTANCE_VALUE="RUNTIME_INSTANCE_VALUE",gr.PAIR_INSTANCE_VALUE="PAIR_INSTANCE_VALUE",gr.MAPPING_INSTANCE_VALUE="MAPPING_INSTANCE_VALUE",gr.PURE_LIST_INSTANCE_VALUE="PURE_LIST_INSTANCE_VALUE",gr.COLLECTION_INSTANCE_VALUE="COLLECTION_INSTANCE_VALUE",gr.LAMBDA_FUNCTION_INSTANCE_VALUE="LAMBDA_FUNCTION_INSTANCE_VALUE",gr.FUNCTION_TYPE="FUNCTION_TYPE",gr.LAMBDA_FUNCTION="LAMBDA_FUNCTION",gr.ALLOY_SERIALIZATION_CONFIG_INSTANCE_VALUE="ALLOY_SERIALIZATION_CONFIG_INSTANCE_VALUE",gr.ALLOY_SERIALIZATION_CONFIG="ALLOY_SERIALIZATION_CONFIG",gr.ROOT_GRAPH_FETCH_TREE="ROOT_GRAPH_FETCH_TREE",gr.PROPERTY_GRAPH_FETCH_TREE="PROPERTY_GRAPH_FETCH_TREE",gr.SUBTYPE_GRAPH_FETCH_TREE="SUBTYPE_GRAPH_FETCH_TREE",gr.SUBTYPE_GRAPH_FETCH_TREE_INSTANCE_VALUE="SUBTYPE_GRAPH_FETCH_TREE_INSTANCE_VALUE",gr.PROPERTY_GRAPH_FETCH_TREE_INSTANCE_VALUE="PROEPRTY_GRAPH_FETCH_TREE_INSTANCE_VALUE",gr.ROOT_GRAPH_FETCH_TREE_INSTANCE_VALUE="ROOT_GRAPH_FETCH_TREE_INSTANCE_VALUE",gr.RELATION_COL_SPEC_ARRAY="RELATION_COL_SPEC_ARRAY",gr.RELATION_COL_SPEC="RELATION_COL_SPEC",gr.INTERNAL__UNKNOWN_STORE="INTERNAL__UNKNOWN_STORE",gr.INTERNAL__UNKNOWN_CONNECTION="INTERNAL__UNKNOWN_CONNECTION",gr.INTERNAL__UNKNOWN_PROPERTY_MAPPING="INTERNAL__UNKNOWN_PROPERTY_MAPPING",gr.INTERNAL__UNKNOWN_CLASS_MAPPING="INTERNAL__UNKNOWN_CLASS_MAPPING",gr.INTERNAL__UNKNOWN_MAPPING_INCLUDE="INTERNAL__UNKNOWN_MAPPING_INCLUDE",gr.MAPPING="MAPPING",gr.MAPPING_INCLUDE_MAPPING="MAPPING_INCLUDE_MAPPING",gr.ASSOCIATION_IMPLEMENTATION="ASSOCIATION_IMPLEMENTATION",gr.RELATIONAL_ASSOCIATION_IMPLEMENTATION="RELATIONAL_ASSOCIATION_IMPLEMENTATION",gr.XSTORE_ASSOCIATION_IMPLEMENTATION="XSTORE_ASSOCIATION_IMPLEMENTATION",gr.ENUMERATION_MAPPING="ENUMERATION_MAPPING",gr.ENUM_VALUE_MAPPING="ENUM_VALUE_MAPPING",gr.SET_IMPLEMENTATION="SET_IMPLEMENTATION",gr.OPERATION_SET_IMPLEMENTATION="OPERATION_SET_IMPLEMENTATION",gr.PURE_INSTANCE_SET_IMPLEMENTATION="PURE_INSTANCE_SET_IMPLEMENTATION",gr.PROPERTY_MAPPING="PROPERTY_MAPPING",gr.LOCAL_MAPPING_PROPERTY="LOCAL_MAPPING_PROPERTY",gr.PURE_PROPERTY_MAPPING="PURE_PROPERTY_MAPPING",gr.XSTORE_PROPERTY_MAPPING="XSTORE_PROPERTY_MAPPING",gr.MAPPING_TEST_LEGACY="MAPPING_TEST_LEGACY",gr.MAPPING_TEST_SUITE="MAPPING_TEST_SUITE",gr.MAPPING_TEST="MAPPING_TEST",gr.STORE_TEST_DATA="STORE_TEST_DATA",gr.INPUT_DATA="INPUT_DATA",gr.FLAT_DATA_INPUT_DATA="FLAT_DATA_INPUT_DATA",gr.RELATIONAL_INPUT_DATA="RELATIONAL_INPUT_DATA",gr.OBJECT_INPUT_DATA="OBJECT_INPUT_DATA",gr.MAPPING_TEST_ASSERT="MAPPING_TEST_ASSERT",gr.EXPECTED_OUTPUT_MAPPING_TEST_ASSERT="EXPECTED_OUTPUT_MAPPING_TEST_ASSERT",gr.FILTER_MAPPING="FILTER_MAPPING",gr.COLUMN_MAPPING="COLUMN_MAPPING",gr.GROUP_BY_MAPPING="GROUP_BY_MAPPING",gr.RUNTIME="RUNTIME",gr.PACKAGEABLE_RUNTIME="PACKAGEABLE_RUNTIME",gr.ENGINE_RUNTIME="ENGINE_RUNTIME",gr.SINGLE_ENGINE_RUNTIME="SINGLE_ENGINE_RUNTIME",gr.LEGACY_RUNTIME="LEGACY_RUNTIME",gr.RUNTIME_POINTER="RUNTIME_POINTER",gr.STORE_CONNECTIONS="STORE_CONNECTIONS",gr.IDENTIFIED_CONNECTION="IDENTIFIED_CONNECTION",gr.PACKAGEABLE_CONNECTION="PACKAGEABLE_CONNECTION",gr.CONNECTION_POINTER="CONNECTION_POINTER",gr.XML_MODEL_CONNECTION="XML_MODEL_CONNECTION",gr.JSON_MODEL_CONNECTION="JSON_MODEL_CONNECTION",gr.MODEL_CHAIN_CONNECTION="MODEL_CHAIN_CONNECTION",gr.FLAT_DATA_CONNECTION="FLAT_DATA_CONNECTION",gr.AGGREGATION_AWARE_MAPPING="AGGREGATION_AWARE_MAPPING",gr.AGGREGATION_AWARE_SPECIFICATION="AGGREGATION_AWARE_SPECIFICATION",gr.AGGREGATION_AWARE_SET_IMPLEMENTATION_CONTAINER="AGGREGATION_AWARE_SET_IMPLEMENTATION_CONTAINER",gr.AGGREGATE_FUNCTION="AGGREGATE_FUNCTION",gr.GROUP_BY_FUNCTION="GROUP_BY_FUNCTION",gr.GENERATION_TREE="GENERATION_TREE",gr.GENERATION_TREE_NODE="GENERATION_TREE_NODE",gr.FILE_GENERATION="FILE_GENERATION",gr.CONFIGURATION_PROPERTY="CONFIGURATION_PROPERTY",gr.INTERNAL__UNKNOWN_EMBEDDED_DATA="INTERNAL__UNKNOWN_EMBEDDED_DATA",gr.EXTERNAL_FORMAT_DATA="EXTERNAL_FORMAT_DATA",gr.MODEL_STORE_DATA="MODEL_STORE_DATA",gr.MODEL_DATA="MODEL_DATA",gr.MODEL_EMBEDDED_DATA="MODEL_EMBEDDED_DATA",gr.MODEL_INSTANCE_DATA="MODEL_INSTANCE_DATA",gr.DATA_ELEMENT_REFERENCE="DATA_ELEMENT_REFERENCE",gr.DATA_ELEMENT="DATA_ELEMENT",gr.RELATIONAL_CSV_DATA="RELATIONAL_CSV_DATA",gr.RELATIONAL_TDS="RELATIONAL_TDS",gr.RELATIONAL_CSV_DATA_TABLE="RELATIONAL_CSV_DATA_TABLE",gr.BINDING="BINDING",gr.SCHEMA_SET="SCHEMA_SET",gr.SCHEMA="SCHEMA",gr.MODEL_UNIT="MODEL_UNIT",gr.URL_STREAM="URL_STREAM",gr.EXTERNAL_FORMAT_CONNECTION="EXTERNAL_FORMAT_CONNECTION",gr.SERVICE="SERVICE",gr.SERVICE_OWNER="SERVICE_OWNER",gr.SERVICE_PURE_EXECUTION="SERVICE_PURE_EXECUTION",gr.SERVICE_PURE_SINGLE_EXECUTION="SERVICE_PURE_SINGLE_EXECUTION",gr.SERVICE_KEYED_EXECUTION_PARAMETER="SERVICE_KEYED_EXECUTION_PARAMETER",gr.SERVICE_PURE_MULTI_EXECUTION="SERVICE_PURE_MULTI_EXECUTION",gr.SERVICE_TEST_CONTAINER="SERVICE_TEST_CONTAINER",gr.SERVICE_LEGACY_SINGLE_EXECUTION_TEST="SERVICE_LEGACY_SINGLE_EXECUTION_TEST",gr.SERVICE_LEGACY_KEYED_SINGLE_EXECUTION_TEST="SERVICE_LEGACY_KEYED_SINGLE_EXECUTION_TEST",gr.SERVICE_LEGACY_MULTI_EXECUTION_TEST="SERVICE_LEGACY_MULTI_EXECUTION_TEST",gr.SERVICE_CONNECTION_TEST_DATA="SERVICE_CONNECTION_TEST_DATA",gr.SERVICE_TEST_DATA="SERVICE_TEST_DATA",gr.SERVICE_TEST_SUITE="SERVICE_TEST_SUITE",gr.SERVICE_TEST="SERVICE_TEST",gr.SERVICE_PARAMETER_VALUE="SERVICE_PARAMETER_VALUE",gr.SERVICE_POST_VALIDATION="SERVICE_POST_VALIDATION",gr.SERVICE_POST_VALIDATION_ASSERTION="SERVICE_POST_VALIDATION_ASSERTION",gr.EXECUTION_ENVIRONMENT_INSTANCE="EXECUTION_ENVIRONMENT_INSTANCE",gr.SINGLE_EXECUTION_PARAMETER="SINGLE_EXECUTION_PARAMETER",gr.MULTI_EXECUTION_PARAMETER="MULTI_EXECUTION_PARAMETER",gr.INTERNAL__UNKNOWN_DATASOURCE_SPECIFICATION="INTERNAL__UNKNOWN_DATASOURCE_SPECIFICATION",gr.INTERNAL__UNKNOWN_AUTHENTICATION_STRATEGY="INTERNAL__UNKNOWN_AUTHENTICATION_STRATEGY",gr.INTERNAL__UNKNOWN_POST_PROCESSOR="INTERNAL__UNKNOWN_POST_PROCESSOR",gr.DATABASE="DATABASE",gr.DATABASE_SCHEMA="DATABASE_SCHEMA",gr.DATABASE_JOIN="DATABASE_JOIN",gr.DATABASE_FILTER="DATABASE_FILTER",gr.DATBASE_VIEW="DATBASE_VIEW",gr.DATABASE_SCHEMA_TABLE="DATABASE_SCHEMA_TABLE",gr.DATABASE_TABLE_COLUMN="DATABASE_TABLE_COLUMN",gr.RELATIONAL="RELATIONAL",gr.RELATIONAL_OPERATION_DYNA_FUNC="RELATIONAL_OPERATION_DYNA_FUNC",gr.RELATIONAL_OPERATION_ELEMENTS_WITH_JOINS="RELATIONAL_OPERATION_ELEMENTS_WITH_JOINS",gr.RELATIONAL_OPERATION_LITERAL="RELATIONAL_OPERATION_LITERAL",gr.RELATIONAL_OPERATION_LITERAL_LIST="RELATIONAL_OPERATION_LITERAL_LIST",gr.RELATIONAL_OPERATION_TABLE_ALIAS_COLUMN="RELATIONAL_OPERATION_TABLE_ALIAS_COLUMN",gr.RELATIONAL_OPERATION_TABLE_POINTER="RELATIONAL_OPERATION_TABLE_POINTER",gr.RELATIONAL_OPERATION_JOIN_POINTER="RELATIONAL_OPERATION_JOIN_POINTER",gr.RELATIONAL_DATATYPE_VARCHAR="RELATIONAL_DATATYPE_VARCHAR",gr.RELATIONAL_DATATYPE_CHAR="RELATIONAL_DATATYPE_CHAR",gr.RELATIONAL_DATATYPE_VARBINARY="RELATIONAL_DATATYPE_VARBINARY",gr.RELATIONAL_DATATYPE_BINARY="RELATIONAL_DATATYPE_BINARY",gr.RELATIONAL_DATATYPE_BIT="RELATIONAL_DATATYPE_BIT",gr.RELATIONAL_DATATYPE_INTEGER="RELATIONAL_DATATYPE_INTEGER",gr.RELATIONAL_DATATYPE_BIGINT="RELATIONAL_DATATYPE_BIGINT",gr.RELATIONAL_DATATYPE_SMALLINT="RELATIONAL_DATATYPE_SMALLINT",gr.RELATIONAL_DATATYPE_TINYINT="RELATIONAL_DATATYPE_TINYINT",gr.RELATIONAL_DATATYPE_NUMERIC="RELATIONAL_DATATYPE_NUMERIC",gr.RELATIONAL_DATATYPE_DECIMAL="RELATIONAL_DATATYPE_DECIMAL",gr.RELATIONAL_DATATYPE_DOUBLE="RELATIONAL_DATATYPE_DOUBLE",gr.RELATIONAL_DATATYPE_FLOAT="RELATIONAL_DATATYPE_FLOAT",gr.RELATIONAL_DATATYPE_REAL="RELATIONAL_DATATYPE_REAL",gr.RELATIONAL_DATATYPE_DATE="RELATIONAL_DATATYPE_DATE",gr.RELATIONAL_DATATYPE_TIMESTAMP="RELATIONAL_DATATYPE_TIMESTAMP",gr.RELATIONAL_DATATYPE_OTHER="RELATIONAL_DATATYPE_OTHER",gr.RELATIONAL_DATATYPE_SEMISTRUCTURED="RELATIONAL_DATATYPE_SEMISTRUCTURED",gr.RELATIONAL_DATATYPE_JSON="RELATIONAL_DATATYPE_JSON",gr.ROOT_RELATIONAL_INSTANCE_SET_IMPLEMENTATION="ROOT_RELATIONAL_INSTANCE_SET_IMPLEMENTATION",gr.RELATIONAL_INSTANCE_SET_IMPLEMENTATION="RELATIONAL_INSTANCE_SET_IMPLEMENTATION",gr.REALTIONAL_PROPERTY_MAPPING="REALTIONAL_PROPERTY_MAPPING",gr.EMBEDDED_REALTIONAL_PROPERTY_MAPPING="EMBEDDED_REALTIONAL_PROPERTY_MAPPING",gr.INLINE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING="INLINE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING",gr.OTHERWISE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING="OTHERWISE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING",gr.BUSINESS_MILESTONING="BUSINESS_MILESTONING",gr.BUSINESS_SNAPSHOT_MILESTONING="BUSINESS_SNAPSHOT_MILESTONING",gr.PROCESSING_MILESTONING="PROCESSING_MILESTONING",gr.RELATIONAL_DATABASE_CONNECTION="RELATIONAL_DATABASE_CONNECTION",gr.STATIC_DATASOURCE_SPECIFICATION="STATIC_DATASOURCE_SPECIFICATION",gr.LOCAL_H2_DATASOURCE_SPECIFICATION="LOCAL_H2_DATASOURCE_SPECIFICATION",gr.EMBEDDED_H2_DATASOURCE_SPECIFICATION="EMBEDDED_H2_DATASOURCE_SPECIFICATION",gr.SNOWFLAKE_DATASOURCE_SPECIFICATION="SNOWFLAKE_DATASOURCE_SPECIFICATION",gr.REDSHIFT_DATASOURCE_SPECIFICATION="REDSHIFT_DATASOURCE_SPECIFICATION",gr.BIGQUERY_DATASOURCE_SPECIFICATION="BIGQUERY_DATASOURCE_SPECIFICATION",gr.DATABRICKS_DATASOURCE_SPECIFICATION="DATABRICKS_DATASOURCE_SPECIFICATION",gr.SPANNER_DATASOURCE_SPECIFICATION="SPANNER_DATASOURCE_SPECIFICATION",gr.TRINO_DATASOURCE_SPECIFICATION="TRINO_DATASOURCE_SPECIFICATION",gr.TRINO_SSL_SPECIFICATION="TRINO_SSL_SPECIFICATION",gr.DELEGRATED_KEREBEROS_AUTHENTICATION_STRATEGY="DELEGRATED_KEREBEROS_AUTHENTICATION_STRATEGY",gr.DEFAULT_H2_AUTHENTICATION_STRATEGY="DEFAULT_H2_AUTHENTICATION_STRATEGY",gr.SNOWFLAKE_PUBLIC_AUTHENTICATION_STRATEGY="SNOWFLAKE_PUBLIC_AUTHENTICATION_STRATEGY",gr.API_TOKEN_AUTHENTICATION_STRATEGY="API_TOKEN_AUTHENTICATION_STRATEGY",gr.GCP_APPLICATION_DEFAULT_CREDENTIALS_AUTHENTICATION_STRATEGY="GCP_APPLICATION_DEFAULT_CREDENTIALS_AUTHENTICATION_STRATEGY",gr.USERNAME_PASSWORD_AUTHENTICATION_STRATEGY="USERNAME_PASSWORD_AUTHENTICATION_STRATEGY",gr.OAUTH_AUTHENTICATION_STRATEGY="OAUTH_AUTHENTICATION_STRATEGY",gr.GCP_WORKLOAD_IDENTITY_FEDERATION_AUTHENTICATION_STRATEGY="GCP_WORKLOAD_IDENTITY_FEDERATION_AUTHENTICATION_STRATEGY",gr.MIDDLE_TIER_USERNAME_PASSWORD_AUTHENTICATION_STRATEGY="MIDDLE_TIER_USERNAME_PASSWORD_AUTHENTICATION_STRATEGY",gr.TRINO_DELEGATED_KERBEROS_AUTHENTICATION_STRATEGY="TRINO_KEREBEROS_AUTHENTICATION_STRATEGY",gr.MAPPER_POST_PROCESSOR="MAPPER_POST_PROCESSOR",gr.SCHEMA_MAPPER="SCHEMA_MAPPER",gr.TABLE_MAPPER="TABLE_MAPPER",gr.FLAT_DATA="FLAT_DATA",gr.FLAT_DATA_SECTION="FLAT_DATA_SECTION",gr.FLAT_DATA_PROPERTY="FLAT_DATA_PROPERTY",gr.FLAT_DATA_ROOT_RECORD_TYPE="FLAT_DATA_ROOT_RECORD_TYPE",gr.FLAT_DATA_RECORD_TYPE="FLAT_DATA_RECORD_TYPE",gr.FLAT_DATA_RECORD_FIELD="FLAT_DATA_RECORD_FIELD",gr.FLAT_DATA_STRING="FLAT_DATA_STRING",gr.FLAT_DATA_BOOLEAN="FLAT_DATA_BOOLEAN",gr.FLAT_DATA_NUMBER="FLAT_DATA_NUMBER",gr.FLAT_DATA_INTEGER="FLAT_DATA_INTEGER",gr.FLAT_DATA_FLOAT="FLAT_DATA_FLOAT",gr.FLAT_DATA_DECIMAL="FLAT_DATA_DECIMAL",gr.FLAT_DATA_DATE="FLAT_DATA_DATE",gr.FLAT_DATA_DATE_TIME="FLAT_DATA_DATE_TIME",gr.FLAT_DATA_STRICT_DATE="FLAT_DATA_STRICT_DATE",gr.FLAT_DATA_INSTANCE_SET_IMPLEMENTATION="FLAT_DATA_INSTANCE_SET_IMPLEMENTATION",gr.FLAT_DATA_PROPERTY_MAPPING="FLAT_DATA_PROPERTY_MAPPING",gr.FLAT_DATA_ASSOCIATION_IMPLEMENTATION="FLAT_DATA_ASSOCIATION_IMPLEMENTATION",gr.FLAT_DATA_ASSOCIATION_PROPERTY_MAPPING="FLAT_DATA_ASSOCIATION_PROPERTY_MAPPING",gr.EMBEDDED_FLAT_DATA_PROPERTY_MAPPING="EMBEDDED_FLAT_DATA_PROPERTY_MAPPING",gr.FLAT_DATA_SECTION_POINTER="FLAT_DATA_SECTION_POINTER",gr.SNOWFLAKE_APP="SNOWFLAKE_APP",gr.HOSTED_SERVICE="HOSTED_SERVICE",gr.HOSTED_SERVICE_OWNER="HOSTED_SERVICE_OWNER";var fr=n(9499);n(1937);const hr=e=>fr.sha1().update(e).digest("hex"),Er=e=>hr(e.filter(R).map((e=>"string"==typeof e||"boolean"==typeof e||"number"==typeof e?hr(e):e.hashCode)).join(","));class br{lowerBound=0;upperBound;constructor(e,t){this.lowerBound=e,this.upperBound=t}get hashCode(){return Er([pr.MULTIPLICITY,this.lowerBound.toString(),this.upperBound?.toString()??""])}static ZERO=new br(0,0);static ZERO_ONE=new br(0,1);static ZERO_MANY=new br(0,void 0);static ONE=new br(1,1);static ONE_MANY=new br(1,void 0)}class _r{}class Nr extends _r{multiplicity=br.ONE;type;value;accept_ValueSpecificationVisitor(e){return e.visit_ClassInstance(this)}}class Ar extends _r{name;multiplicity;class;accept_ValueSpecificationVisitor(e){return e.visit_Variable(this)}}class Tr{subTrees=[];subTypeTrees=[]}class vr extends Tr{class;accept_GraphFetchTreeVisitor(e){return e.visit_RootGraphFetchTree(this)}}class yr extends _r{multiplicity=br.ONE}class Cr extends yr{body=[];parameters=[];accept_ValueSpecificationVisitor(e){return e.visit_Lambda(this)}}class Sr extends _r{multiplicity=br.ONE}class Ir{name;startType;path=[]}class kr extends _r{multiplicity=br.ONE}class Rr extends kr{function;fControl;parameters=[];accept_ValueSpecificationVisitor(e){return e.visit_AppliedFunction(this)}}class Or extends _r{multiplicity=br.ONE_MANY;values=[];accept_ValueSpecificationVisitor(e){return e.visit_Collection(this)}}class Fr extends Sr{}class Br extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CDecimal(this)}}class Lr extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CInteger(this)}}class Dr extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CString(this)}}class Pr extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CFloat(this)}}class wr extends Fr{}class Mr extends wr{value;accept_ValueSpecificationVisitor(e){return e.visit_CDateTime(this)}}class xr extends wr{value;accept_ValueSpecificationVisitor(e){return e.visit_CStrictDate(this)}}class jr extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CStrictTime(this)}}class Ur extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CBoolean(this)}}class Gr{mapFn;aggregateFn}class Vr{first;second}class Hr{runtime}class Yr{executionContext}class Kr extends Tr{property;parameters=[];alias;subType;accept_GraphFetchTreeVisitor(e){return e.visit_PropertyGraphFetchTree(this)}}class $r extends Tr{subTypeClass;accept_GraphFetchTreeVisitor(e){return e.visit_SubTypeGraphFetchTree(this)}}class Wr{includeType;typeKeyName;includeEnumType;removePropertiesWithNullValues;removePropertiesWithEmptySets;fullyQualifiedTypePath;includeObjectReference}class Xr extends yr{add;expression;key;accept_ValueSpecificationVisitor(e){return e.visit_KeyExpression(this)}}class qr{values=[]}class Jr{name;pmapFn;aggregateFn}class zr{name;columnFn}class Qr{column;direction}class Zr{function}class ei{function;columnName}class ti{colSpecs=[]}class ni{name;type;function1;function2}class oi{path=[]}var ri,ii,ai,si,ci,ui,di,li,pi;!function(e){e.CORE="CORE",e.MAIN="ROOT",e.MODEL_GENERATION="MODEL_GENERATION_ROOT",e.SYSTEM="SYSTEM_ROOT",e.PROJECT_DEPENDENCY_ROOT="PROJECT_DEPENDENCY_ROOT"}(ri||(ri={})),(si=ii||(ii={})).STRING="String",si.BOOLEAN="Boolean",si.BINARY="Binary",si.NUMBER="Number",si.INTEGER="Integer",si.FLOAT="Float",si.DECIMAL="Decimal",si.DATE="Date",si.STRICTDATE="StrictDate",si.DATETIME="DateTime",si.STRICTTIME="StrictTime",si.LATESTDATE="LatestDate",si.BYTE="Byte",function(e){e.Service_Test="serviceTest",e.Mapping_Test="mappingTest",e.Function_Test="functionTest"}(ai||(ai={})),function(e){e.ANY="meta::pure::metamodel::type::Any",e.NIL="meta::pure::metamodel::type::Nil",e.PROFILE_DOC="meta::pure::profiles::doc",e.PROFILE_TEMPORAL="meta::pure::profiles::temporal",e.PROFILE="meta::pure::metamodel::extension::Profile",e.ENUMERATION="meta::pure::metamodel::type::Enumeration",e.MEASURE="meta::pure::metamodel::type::Measure",e.CLASS="meta::pure::metamodel::type::Class",e.ASSOCIATION="meta::pure::metamodel::relationship::Association",e.FUNCTION="meta::pure::metamodel::function::ConcreteFunctionDefinition",e.FLAT_DATA="meta::flatData::metamodel::FlatData",e.DATABASE="meta::relational::metamodel::Database",e.MAPPING="meta::pure::mapping::Mapping",e.SERVICE="meta::legend::service::metamodel::Service",e.CONNECTION="meta::pure::runtime::PackageableConnection",e.RUNTIME="meta::pure::runtime::PackageableRuntime",e.EXECUTION_ENVIRONMENT="meta::legend::service::metamodel::ExecutionEnvironmentInstance",e.FILE_GENERATION="meta::pure::generation::metamodel::GenerationConfiguration",e.GENERATION_SPECIFICATION="meta::pure::generation::metamodel::GenerationSpecification",e.SECTION_INDEX="meta::pure::metamodel::section::SectionIndex",e.DATA_ELEMENT="meta::pure::data::DataElement",e.SNOWFLAKE_APP="meta::external::function::activator::snowflakeApp::SnowflakeApp",e.HOSTED_SERVICE="meta::external::function::activator::hostedService::HostedService"}(ci||(ci={})),function(e){e.BUSINESS_TEMPORAL="businesstemporal",e.PROCESSING_TEMPORAL="processingtemporal",e.BITEMPORAL="bitemporal"}(ui||(ui={})),function(e){e.ALL_VERSIONS="AllVersions",e.ALL_VERSIONS_IN_RANGE="AllVersionsInRange"}(di||(di={})),function(e){e.CLASS="CLASS",e.STORE="STORE",e.MAPPING="MAPPING",e.RUNTIME="RUNTIME",e.FUNCTION="FUNCTION",e.FILE_GENERATION="FILE_GENERATION",e.SERVICE="SERVICE",e.DATA="DATA"}(li||(li={})),function(e){e.LET="meta::pure::functions::lang::letFunction",e.NEW="meta::pure::functions::meta::new",e.FROM="meta::pure::mapping::from"}(pi||(pi={}));class gi{package;name;get path(){return`${this.package}::${this.name}`}get hashCode(){return Er([pr.PACKAGEABLE_ELEMENT,this.path])}}const mi=new se((0,ae.PL)(class{sourceId;startLine;startColumn;endLine;endColumn},{sourceId:(0,ae.MY)(),startLine:(0,ae.MY)(),startColumn:(0,ae.MY)(),endLine:(0,ae.MY)(),endColumn:(0,ae.MY)()}));class fi{package;name;sourceInformation;static serialization=new se((0,ae.PL)(fi,{package:(0,ae.MY)(),name:(0,ae.MY)(),sourceInformation:de(mi.schema)}))}(0,ae.PL)(class{type;path;constructor(e,t){this.type=e,this.path=t}get hashCode(){return Er([pr.PACKAGEABLE_ELEMENT_POINTER,this.type??"",this.path])}},{path:(0,ae.MY)(),type:(0,ae.lq)((0,ae.MY)())});const hi=(0,ae.PL)(br,{lowerBound:(0,ae.MY)(),upperBound:(0,ae.lq)((0,ae.MY)())});class Ei{}class bi extends Ei{property;parameters=[]}class _i extends kr{class;property;parameters=[];accept_ValueSpecificationVisitor(e){return e.visit_AppliedProperty(this)}}class Ni{}class Ai extends Ni{mappings=[];connectionStores=[];connections=[];get hashCode(){return Er([pr.ENGINE_RUNTIME,Er(this.mappings),Er(this.connectionStores),Er(this.connections)])}}class Ti extends Ai{get hashCode(){return Er([pr.SINGLE_ENGINE_RUNTIME,Er(this.mappings),Er(this.connectionStores),Er(this.connections)])}}class vi extends Ni{runtime;get hashCode(){return Er([pr.RUNTIME_POINTER,this.runtime])}}var yi;!function(e){e.RUNTIME_POINTER="runtimePointer",e.LEGACY_RUNTIME="legacyRuntime",e.ENGINE_RUNTIME="engineRuntime",e.SINGLE_ENGINE_RUNTIME="localEngineRuntime"}(yi||(yi={}));const Ci=(0,ae.PL)(vi,{_type:ue(yi.RUNTIME_POINTER),runtime:(0,ae.MY)()});(0,ae.PL)(class extends gi{runtimeValue;get hashCode(){return Er([pr.PACKAGEABLE_RUNTIME,this.path,this.runtimeValue])}accept_PackageableElementVisitor(e){return e.visit_PackageableRuntime(this)}},{_type:ue("runtime"),name:(0,ae.MY)(),package:(0,ae.MY)(),runtimeValue:(0,ae.Ie)((e=>{return(t=e)instanceof Ti?(0,ae.lK)(Ti,t):(0,ae.lK)(Ai,t);var t}),(e=>{return(t=e)._type===yi.SINGLE_ENGINE_RUNTIME?(0,ae.iu)(Ti,t):(0,ae.iu)(Ai,t);var t}))});class Si{queryTimeOutInSeconds;enableConstraints}class Ii extends Si{useAnalytics;toFlowSetFunction}class ki extends Si{}class Ri extends _r{multiplicity=br.ONE;fullPath;accept_ValueSpecificationVisitor(e){return e.visit_PackageableElementPtr(this)}}class Oi extends Ri{accept_ValueSpecificationVisitor(e){return e.visit_GenericTypeInstance(this)}}var Fi,Bi,Li,Di,Pi;!function(e){e.BASE_EXECUTION_CONTEXT="BaseExecutionContext",e.ANALYTICS_EXECUTION_CONTEXT="AnalyticsExecutionContext"}(Fi||(Fi={})),function(e){e.PROPERTY_PATH_ELEMENT="propertyPath"}(Bi||(Bi={})),function(e){e.PROPERTY_GRAPH_FETCH_TREE="propertyGraphFetchTree"}(Li||(Li={})),function(e){e.ROOT_GRAPH_FETCH_TREE="rootGraphFetchTree",e.SUBTYPE_GRAPH_FETCH_TREE="subTypeGraphFetchTree",e.PATH="path",e.AGGREGATE_VALUE="aggregateValue",e.EXECUTION_CONTEXT_INSTANCE="executionContextInstance",e.PAIR="pair",e.PURE_LIST="listInstance",e.RUNTIME_INSTANCE="runtimeInstance",e.SERIALIZATION_CONFIG="alloySerializationConfig",e.COL_SPEC="colSpec",e.COL_SPEC_ARRAY="colSpecArray",e.RELATION_STORE_ACCESSOR=">",e.TDS_AGGREGATE_VALUE="tdsAggregateValue",e.TDS_COLUMN_INFORMATION="tdsColumnInformation",e.TDS_SORT_INFORMATION="tdsSortInformation",e.TDS_OLAP_RANK="tdsOlapRank",e.TDS_OLAP_AGGREGATION="tdsOlapAggregation"}(Di||(Di={})),function(e){e.VARIABLE="var",e.LAMBDA="lambda",e.KEY_EXPRESSION="keyExpression",e.APPLIED_FUNCTION="func",e.APPLIED_PROPERTY="property",e.PACKAGEABLE_ELEMENT_PTR="packageableElementPtr",e.GENERIC_TYPE_INSTANCE="genericTypeInstance",e.ENUM_VALUE="enumValue",e.COLLECTION="collection",e.CINTEGER="integer",e.CDECIMAL="decimal",e.CSTRING="string",e.CBOOLEAN="boolean",e.CBYTEARRAY="byteArray",e.CFLOAT="float",e.CDATETIME="dateTime",e.CSTRICTDATE="strictDate",e.CSTRICTTIME="strictTime",e.CLATESTDATE="latestDate",e.CLASS_INSTANCE="classInstance",e.HACKED_CLASS="hackedClass",e.HACKED_UNIT="hackedUnit",e.UNIT_TYPE="unitType",e.PRIMITIVE_TYPE="primitiveType",e.CLASS="class",e.ENUM="enum",e.MAPPING_INSTANCE="mappingInstance"}(Pi||(Pi={}));const wi=(0,ae.PL)(Ar,{_type:ue(Pi.VARIABLE),class:(0,ae.lq)((0,ae.MY)()),multiplicity:ce(hi),name:(0,ae.MY)()}),Mi=e=>(0,ae.PL)(Cr,{_type:ue(Pi.LAMBDA),body:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e)))),parameters:(0,ae.p_)(ce(wi))}),xi=e=>(0,ae.PL)(Xr,{_type:ue(Pi.KEY_EXPRESSION),add:(0,ae.lq)((0,ae.MY)()),expression:(0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))),key:(0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e)))}),ji=e=>(0,ae.PL)(Rr,{_type:ue(Pi.APPLIED_FUNCTION),function:(0,ae.MY)(),parameters:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))))}),Ui=e=>(0,ae.PL)(_i,{_type:ue(Pi.APPLIED_PROPERTY),class:(0,ae.lq)((0,ae.MY)()),parameters:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e)))),property:(0,ae.MY)()}),Gi=(0,ae.PL)(Ri,{_type:ue(Pi.PACKAGEABLE_ELEMENT_PTR),fullPath:(0,ae.MY)()}),Vi=(0,ae.PL)(Oi,{_type:ue(Pi.GENERIC_TYPE_INSTANCE),fullPath:(0,ae.MY)()}),Hi=e=>{const t=new Oi;return P(e.unitType)?t.fullPath=e.unitType:t.fullPath=U(e.fullPath,"Can't deserialize hacked unit: either field 'fullPath' or 'unitType' must be a non-empty string"),t},Yi=e=>{const t=new Oi;return t.fullPath=U(e.fullPath,"Can't deserialize hacked class: field 'fullPath' must be a non-empty string"),t},Ki=e=>(0,ae.PL)(Or,{_type:ue(Pi.COLLECTION),multiplicity:ce(hi),values:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))))}),$i=(0,ae.PL)(class extends Sr{fullPath;value;accept_ValueSpecificationVisitor(e){return e.visit_EnumValue(this)}},{_type:ue(Pi.ENUM_VALUE),fullPath:(0,ae.MY)(),value:(0,ae.MY)()}),Wi=(0,ae.PL)(Br,{_type:ue(Pi.CDECIMAL),value:(0,ae.MY)()}),Xi=(0,ae.PL)(Lr,{_type:ue(Pi.CINTEGER),value:(0,ae.MY)()}),qi=(0,ae.PL)(Dr,{_type:ue(Pi.CSTRING),value:(0,ae.MY)()}),Ji=(0,ae.PL)(Pr,{_type:ue(Pi.CFLOAT),value:(0,ae.MY)()}),zi=(0,ae.PL)(Mr,{_type:ue(Pi.CDATETIME),value:(0,ae.MY)()}),Qi=(0,ae.PL)(jr,{_type:ue(Pi.CSTRICTTIME),value:(0,ae.MY)()}),Zi=(0,ae.PL)(xr,{_type:ue(Pi.CSTRICTDATE),value:(0,ae.MY)()}),ea=(0,ae.PL)(class extends wr{accept_ValueSpecificationVisitor(e){return e.visit_CLatestDate(this)}},{_type:ue(Pi.CLATESTDATE)}),ta=(0,ae.PL)(Ur,{_type:ue(Pi.CBOOLEAN),value:(0,ae.MY)()}),na=(0,ae.PL)(class extends Fr{value;accept_ValueSpecificationVisitor(e){return e.visit_CByteArray(this)}},{_type:ue(Pi.CBYTEARRAY),value:(0,ae.MY)()}),oa=(e,t,n)=>{if(Array.isArray(e.values)){if(0===e.values.length){const e=new Or;return e.multiplicity=br.ZERO,e}return 1===e.values.length?n({...e,value:e.values[0]}):Ra({...e,_type:Pi.COLLECTION},t)}return n(e)},ra=e=>(0,ae.PL)(Nr,{_type:ue(Pi.CLASS_INSTANCE),multiplicity:ce(hi),type:(0,ae.MY)(),value:(0,ae.Ie)((t=>function(e,t){if(e instanceof Ir)return(0,ae.lK)(aa(t),e);if(e instanceof vr)return(0,ae.lK)(sa(t),e);if(e instanceof Yr)return(0,ae.lK)(ma(t),e);if(e instanceof Gr)return(0,ae.lK)(fa(t),e);if(e instanceof Vr)return(0,ae.lK)(ha(t),e);if(e instanceof qr)return(0,ae.lK)(ba(t),e);if(e instanceof Hr)return(0,ae.lK)(Ea,e);if(e instanceof Wr)return(0,ae.lK)(_a,e);if(e instanceof Jr)return(0,ae.lK)(Na(t),e);if(e instanceof zr)return(0,ae.lK)(Aa(t),e);if(e instanceof ei)return(0,ae.lK)(Ia(t),e);if(e instanceof Zr)return(0,ae.lK)(Sa(t),e);if(e instanceof Qr)return(0,ae.lK)(Ta,e);if(e instanceof ni)return(0,ae.lK)(ya(t),e);if(e instanceof ti)return(0,ae.lK)(Ca(t),e);if(e instanceof oi)return(0,ae.lK)(va,e);const n=t.flatMap((e=>e.V1_getExtraClassInstanceValueProtocolSerializers?.()??[]));for(const o of n){const n=o(e,t);if(n)return n}throw new C("Can't serialize class instance value: no compatible serializer available from plugins",e)}(t,e)),((t,n)=>function(e,t,n){switch(t){case Di.PATH:return(0,ae.iu)(aa(n),e);case Di.ROOT_GRAPH_FETCH_TREE:return(0,ae.iu)(sa(n),e);case Di.AGGREGATE_VALUE:return(0,ae.iu)(fa(n),e);case Di.EXECUTION_CONTEXT_INSTANCE:return(0,ae.iu)(ma(n),e);case Di.PAIR:return(0,ae.iu)(ha(n),e);case Di.PURE_LIST:return(0,ae.iu)(ba(n),e);case Di.RUNTIME_INSTANCE:return(0,ae.iu)(Ea,e);case Di.SERIALIZATION_CONFIG:return(0,ae.iu)(_a,e);case Di.TDS_AGGREGATE_VALUE:return(0,ae.iu)(Na(n),e);case Di.TDS_COLUMN_INFORMATION:return(0,ae.iu)(Aa(n),e);case Di.TDS_OLAP_AGGREGATION:return(0,ae.iu)(Ia(n),e);case Di.TDS_OLAP_RANK:return(0,ae.iu)(Sa(n),e);case Di.TDS_SORT_INFORMATION:return(0,ae.iu)(Ta,e);case Di.COL_SPEC:return(0,ae.iu)(ya(n),e);case Di.COL_SPEC_ARRAY:return(0,ae.iu)(Ca(n),e);case Di.RELATION_STORE_ACCESSOR:return(0,ae.iu)(va,e);default:{const o=n.flatMap((e=>e.V1_getExtraClassInstanceValueProtocolDeserializers?.()??[]));for(const r of o){const o=r(e,t,n);if(o)return o}throw new C(`Can't deserialize value specification of type '${e._type}': no compatible deserializer available from plugins`)}}}(t,n.json.type,e)))}),ia=e=>(0,ae.PL)(bi,{_type:ue(Bi.PROPERTY_PATH_ELEMENT),property:(0,ae.MY)(),parameters:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))))}),aa=e=>(0,ae.PL)(Ir,{_type:ue(Di.PATH),name:(0,ae.MY)(),startType:(0,ae.MY)(),path:(0,ae.p_)((0,ae.Ie)((t=>function(e,t){return e instanceof bi?(0,ae.lK)(ia(t),e):ae._Z}(t,e)),(t=>function(e,t){return e._type===Bi.PROPERTY_PATH_ELEMENT?(0,ae.iu)(ia(t),e):ae._Z}(t,e))))}),sa=e=>(0,ae.PL)(vr,{_type:ue(Di.ROOT_GRAPH_FETCH_TREE),class:(0,ae.MY)(),subTrees:(0,ae.p_)((0,ae.Ie)((t=>da(t,e)),(t=>la(t,e)))),subTypeTrees:(0,ae.p_)((0,ae.Ie)((t=>da(t,e)),(t=>la(t,e))))}),ca=e=>(0,ae.PL)(Kr,{_type:ue(Li.PROPERTY_GRAPH_FETCH_TREE),alias:(0,ae.lq)((0,ae.MY)()),parameters:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e)))),property:(0,ae.MY)(),subTrees:(0,ae.p_)((0,ae.Ie)((t=>da(t,e)),(t=>la(t,e)))),subTypeTrees:(0,ae.p_)((0,ae.Ie)((t=>da(t,e)),(t=>la(t,e)))),subType:(0,ae.lq)((0,ae.MY)())}),ua=e=>(0,ae.PL)($r,{_type:ue(Di.SUBTYPE_GRAPH_FETCH_TREE),subTrees:(0,ae.p_)((0,ae.Ie)((t=>da(t,e)),(t=>la(t,e)))),subTypeClass:(0,ae.MY)()});function da(e,t){if(e instanceof Kr)return(0,ae.lK)(ca(t),e);if(e instanceof vr)return(0,ae.lK)(sa(t),e);if(e instanceof $r)return(0,ae.lK)(ua(t),e);throw new C("Can't serialize graph fetch tree",e)}function la(e,t){switch(e._type){case Li.PROPERTY_GRAPH_FETCH_TREE:return(0,ae.iu)(ca(t),e);case Di.ROOT_GRAPH_FETCH_TREE:return(0,ae.iu)(sa(t),e);case Di.SUBTYPE_GRAPH_FETCH_TREE:return(0,ae.iu)(ua(t),e);default:throw new C(`Can't deserialize graph fetch tree node of type '${e._type}'`)}}const pa=e=>(0,ae.PL)(Ii,{_type:ue(Fi.ANALYTICS_EXECUTION_CONTEXT),enableConstraints:(0,ae.lq)((0,ae.MY)()),queryTimeOutInSeconds:(0,ae.lq)((0,ae.MY)()),toFlowSetFunction:ce(Mi(e)),useAnalytics:(0,ae.MY)()}),ga=(0,ae.PL)(ki,{_type:ue(Fi.BASE_EXECUTION_CONTEXT),enableConstraints:(0,ae.lq)((0,ae.MY)()),queryTimeOutInSeconds:(0,ae.lq)((0,ae.MY)())}),ma=e=>(0,ae.PL)(Yr,{_type:ue(Di.EXECUTION_CONTEXT_INSTANCE),executionContext:(0,ae.Ie)((t=>function(e,t){return e instanceof Ii?(0,ae.lK)(pa(t),e):e instanceof ki?(0,ae.lK)(ga,e):ae._Z}(t,e)),(t=>function(e,t){switch(e._type){case Fi.ANALYTICS_EXECUTION_CONTEXT:return(0,ae.iu)(pa(t),e);case Fi.BASE_EXECUTION_CONTEXT:return(0,ae.iu)(ga,e);default:return ae._Z}}(t,e)))}),fa=e=>(0,ae.PL)(Gr,{_type:ue(Di.AGGREGATE_VALUE),mapFn:ce(Mi(e)),aggregateFn:ce(Mi(e))}),ha=e=>(0,ae.PL)(Vr,{_type:ue(Di.PAIR),first:(0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))),second:(0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e)))}),Ea=(0,ae.PL)(Hr,{_type:ue(Di.RUNTIME_INSTANCE),runtime:(0,ae.Ie)((e=>(e=>{if(e instanceof Ai)return(0,ae.lK)(Ai,e);if(e instanceof vi)return(0,ae.lK)(Ci,e);throw new C("Can't serialize runtime",e)})(e)),(e=>(0,ae.iu)(Ai,e)))}),ba=e=>(0,ae.PL)(qr,{_type:ue(Di.PURE_LIST),values:(0,ae.p_)((0,ae.Ie)((t=>Oa(t,e)),(t=>Ra(t,e))))}),_a=(0,ae.PL)(Wr,{_type:ue(Di.SERIALIZATION_CONFIG),includeType:(0,ae.lq)((0,ae.MY)()),typeKeyName:(0,ae.MY)(),includeEnumTypee:(0,ae.lq)((0,ae.MY)()),removePropertiesWithNullValuese:(0,ae.lq)((0,ae.MY)()),removePropertiesWithEmptySetse:(0,ae.lq)((0,ae.MY)()),fullyQualifiedTypePathe:(0,ae.lq)((0,ae.MY)()),includeObjectReferencee:(0,ae.lq)((0,ae.MY)())}),Na=e=>(0,ae.PL)(Jr,{_type:ue(Di.TDS_AGGREGATE_VALUE),name:(0,ae.MY)(),pmapFn:ce(Mi(e)),aggregateFn:ce(Mi(e))}),Aa=e=>(0,ae.PL)(zr,{_type:ue(Di.TDS_COLUMN_INFORMATION),name:(0,ae.MY)(),columnFn:ce(Mi(e))}),Ta=(0,ae.PL)(Qr,{_type:ue(Di.TDS_SORT_INFORMATION),column:(0,ae.MY)(),direction:(0,ae.MY)()}),va=(0,ae.PL)(oi,{path:(0,ae.p_)((0,ae.MY)())}),ya=e=>(0,ae.PL)(ni,{function1:(0,ae.lq)(ce(Mi(e))),function2:(0,ae.lq)(ce(Mi(e))),name:(0,ae.MY)(),type:(0,ae.lq)((0,ae.MY)())}),Ca=e=>(0,ae.PL)(ti,{colSpecs:(0,ae.p_)(ce(ya(e)))}),Sa=e=>(0,ae.PL)(Zr,{_type:ue(Di.TDS_OLAP_RANK),function:ce(Mi(e))}),Ia=e=>(0,ae.PL)(ei,{_type:ue(Di.TDS_OLAP_AGGREGATION),function:ce(Mi(e)),columnName:(0,ae.MY)()});class ka{plugins=[];constructor(e){this.plugins=e}visit_INTERNAL__UnknownValueSpecfication(e){return e.content}visit_Variable(e){return(0,ae.lK)(wi,e)}visit_Lambda(e){return(0,ae.lK)(Mi(this.plugins),e)}visit_KeyExpression(e){return(0,ae.lK)(xi(this.plugins),e)}visit_PackageableElementPtr(e){return(0,ae.lK)(Gi,e)}visit_GenericTypeInstance(e){return(0,ae.lK)(Vi,e)}visit_AppliedFunction(e){return(0,ae.lK)(ji(this.plugins),e)}visit_AppliedProperty(e){return(0,ae.lK)(Ui(this.plugins),e)}visit_Collection(e){return(0,ae.lK)(Ki(this.plugins),e)}visit_EnumValue(e){return(0,ae.lK)($i,e)}visit_CInteger(e){return(0,ae.lK)(Xi,e)}visit_CDecimal(e){return(0,ae.lK)(Wi,e)}visit_CString(e){return(0,ae.lK)(qi,e)}visit_CBoolean(e){return(0,ae.lK)(ta,e)}visit_CByteArray(e){return(0,ae.lK)(na,e)}visit_CFloat(e){return(0,ae.lK)(Ji,e)}visit_CDateTime(e){return(0,ae.lK)(zi,e)}visit_CStrictDate(e){return(0,ae.lK)(Zi,e)}visit_CStrictTime(e){return(0,ae.lK)(Qi,e)}visit_CLatestDate(e){return(0,ae.lK)(ea,e)}visit_ClassInstance(e){return(0,ae.lK)(ra(this.plugins),e)}}function Ra(e,t){switch(e._type){case Pi.APPLIED_FUNCTION:return(0,ae.iu)(ji(t),e);case Pi.APPLIED_PROPERTY:return(0,ae.iu)(Ui(t),e);case Pi.VARIABLE:return(0,ae.iu)(wi,e);case Pi.LAMBDA:return(0,ae.iu)(Mi(t),e);case Pi.KEY_EXPRESSION:return(0,ae.iu)(xi(t),e);case Pi.COLLECTION:return(0,ae.iu)(Ki(t),e);case Pi.ENUM_VALUE:return(0,ae.iu)($i,e);case Pi.CBOOLEAN:return oa(e,t,(e=>(0,ae.iu)(ta,e)));case Pi.CBYTEARRAY:return oa(e,t,(e=>(0,ae.iu)(na,e)));case Pi.CDATETIME:return oa(e,t,(e=>(0,ae.iu)(zi,e)));case Pi.CSTRICTTIME:return oa(e,t,(e=>(0,ae.iu)(Qi,e)));case Pi.CDECIMAL:return oa(e,t,(e=>(0,ae.iu)(Wi,e)));case Pi.CFLOAT:return oa(e,t,(e=>(0,ae.iu)(Ji,e)));case Pi.CINTEGER:return oa(e,t,(e=>(0,ae.iu)(Xi,e)));case Pi.CLATESTDATE:return oa(e,t,(e=>(0,ae.iu)(ea,e)));case Pi.CSTRICTDATE:return oa(e,t,(e=>(0,ae.iu)(Zi,e)));case Pi.CSTRING:if(Array.isArray(e.values)&&!e.values.length&&j(e.multiplicity)&&1===e.multiplicity.upperBound){const e=new Dr;return e.value="",e}return oa(e,t,(e=>(0,ae.iu)(qi,e)));case Pi.CLASS_INSTANCE:return(0,ae.iu)(ra(t),e);case Di.PAIR:case Di.AGGREGATE_VALUE:case Di.EXECUTION_CONTEXT_INSTANCE:case Di.PATH:case Di.ROOT_GRAPH_FETCH_TREE:case Di.PURE_LIST:case Di.RUNTIME_INSTANCE:case Di.SERIALIZATION_CONFIG:case Di.TDS_AGGREGATE_VALUE:case Di.TDS_COLUMN_INFORMATION:case Di.TDS_OLAP_AGGREGATION:case Di.TDS_OLAP_RANK:case Di.TDS_SORT_INFORMATION:return(0,ae.iu)(ra(t),{_type:Pi.CLASS_INSTANCE,type:e._type,value:e});case Pi.HACKED_CLASS:return Yi(e);case Pi.UNIT_TYPE:case Pi.HACKED_UNIT:return Hi(e);case Pi.PRIMITIVE_TYPE:case Pi.ENUM:case Pi.CLASS:case Pi.MAPPING_INSTANCE:case Pi.PACKAGEABLE_ELEMENT_PTR:return(0,ae.iu)(Gi,e);case Pi.GENERIC_TYPE_INSTANCE:return(0,ae.iu)(Vi,e);default:throw new C(`Can't deserialize value specification of type '${e._type}'`)}}function Oa(e,t){return e.accept_ValueSpecificationVisitor(new ka(t))}var Fa=n(8492);const Ba=e=>F((0,Fa.A)(e.split("::"))),La=(e,t)=>Array.isArray(t)?t.some((t=>La(e,t))):e===t||Ba(t)===e;var Da;!function(e){e.EXTEND="meta::pure::functions::relation::extend",e.FILTER="meta::pure::functions::relation::filter",e.GROUP_BY="meta::pure::functions::relation::groupBy",e.LIMIT="meta::pure::functions::relation::limit",e.PIVOT="meta::pure::functions::relation::pivot",e.RENAME="meta::pure::functions::relation::rename",e.SELECT="meta::pure::functions::relation::select",e.SLICE="meta::pure::functions::relation::slice",e.SORT="meta::pure::functions::relation::sort",e.CAST="meta::pure::functions::lang::cast",e.FROM="meta::pure::mapping::from",e.ASC="meta::pure::functions::relation::ascending",e.DESC="meta::pure::functions::relation::descending",e.AND="meta::pure::functions::boolean::and",e.NOT="meta::pure::functions::boolean::not",e.OR="meta::pure::functions::boolean::or"}(Da||(Da={}));const Pa="x";var wa,Ma,xa,ja,Ua,Ga,Va,Ha,Ya;function Ka(e,t,n,o){const r=new ni,i=new Cr,a=new _i;a.property=e,a.class=n;const s=new Ar;s.name=Pa,a.parameters=[s],i.body.push(a),i.parameters.push(s),r.function1=i;const c=new Cr,u=new Rr;u.function=t;const d=new Ar;return d.name="agg",c.body.push(u),u.parameters.push(d),c.parameters.push(d),r.function2=c,r.name=o??e,r}function $a(e,t){switch(e){case ii.STRING:{const e=new Dr;return e.value=U(t),e}case ii.BOOLEAN:{const e=new Ur;return e.value=V(t),e}case ii.NUMBER:case ii.DECIMAL:{const e=new Br;return e.value=G(t),e}case ii.INTEGER:{const e=new Lr;return e.value=G(t),e}case ii.FLOAT:{const e=new Pr;return e.value=G(t),e}case ii.DATE:case ii.DATETIME:{const e=new Mr;return e.value=U(t),e}case ii.STRICTDATE:{const e=new xr;return e.value=U(t),e}case ii.STRICTTIME:{const e=new jr;return e.value=U(t),e}default:throw new C(`Unsupported dataCube column type ${e}`)}}function Wa(e){const t=new Ar;if(t.name=Pa,!("groupOperation"in e)){const n=e,o=new Rr,r=new _i;switch(r.property=n.name,r.class=n.type,r.parameters=[t],n.operation){case Ma.EQUALS:case Ma.GREATER_THAN:case Ma.GREATER_THAN_OR_EQUAL:case Ma.LESS_THAN:case Ma.LESS_THAN_OR_EQUAL:case Ma.CONTAINS:case Ma.ENDS_WITH:case Ma.STARTS_WITH:o.function=n.operation,o.parameters.push(r),o.parameters.push($a(n.type,n.value));break;case Ma.BLANK:o.function=n.operation,o.parameters.push(r);break;case Ma.NOT_EQUAL:{o.function=Ba(Da.NOT);const e=new Rr;e.function=Ma.EQUALS,e.parameters.push(r),e.parameters.push($a(n.type,n.value)),o.parameters.push(e);break}case Ma.NOT_BLANK:{o.function=Ba(Da.NOT);const e=new Rr;e.function=Ma.BLANK,e.parameters.push(r),e.parameters.push($a(n.type,n.value)),o.parameters.push(e);break}case Ma.NOT_CONTAINS:{o.function=Ba(Da.NOT);const e=new Rr;e.function=Ma.CONTAINS,e.parameters.push(r),e.parameters.push($a(n.type,n.value)),o.parameters.push(e);break}default:throw new C(`Unsupported filter operation ${n.operation}`)}return o}{const t=e;let n=[];if(t.conditions.forEach((e=>{const o=Wa(e);if(n.push(o),2===n.length){const e=t.groupOperation,o=new Rr;o.function=e,o.parameters=n,n=[o]}})),1===n.length)return F(n[0])}throw new C("Unsupported dataCube filter",e)}function Xa(e){const t=Ra(e.sourceQuery,[]),n=[];if(e.groupByFilter){const t=Wa(e.groupByFilter),o=new Cr,r=new Ar;r.name=Pa,o.body=[t],o.parameters=[r];const i=new Rr;i.function=Ba(Da.FILTER),i.parameters.push(o),n.push(i)}if(e.groupByColumns.length){const t=new Nr;t.type=Di.COL_SPEC_ARRAY;const o=new ti,r=new ti,i=new Nr;if(i.type=Di.COL_SPEC_ARRAY,e.groupByExpandedKeys.length!==e.groupByColumns.length){const t=e.groupByExpandedKeys;for(let n=0;n<=t.length;n++){const t=e.groupByColumns[n],r=new ni;r.name=F(t).name,o.colSpecs.push(r)}if(0===e.groupByAggColumns.length){const t=Ka(F(e.groupByColumns[0]).name,wa.COUNT,ii.STRING,wa.COUNT);r.colSpecs.push(t)}}if(0!==e.groupByExpandedKeys.length&&e.groupByExpandedKeys.length===e.groupByColumns.length||e.groupByAggColumns.forEach((e=>{const t=Ka(e.name,e.function,e.type);r.colSpecs.push(t)})),t.value=o,i.value=r,0!==o.colSpecs.length||0!==r.colSpecs.length){const e=new Rr;e.function=Ba(Da.GROUP_BY),e.parameters=[t,i],n.push(e)}}if(e.groupByExpandedKeys.length!==e.groupByColumns.length){const t=new Rr;t.function=Ba(Da.EXTEND);const o=new Nr;o.type=Di.COL_SPEC_ARRAY;const r=new ti;o.value=r,e.columns.forEach((t=>{if(!e.groupByColumns.find((e=>e.name===t.name))){const e=new ni,n=new Cr,o=new Ar;o.name=Pa,n.parameters.push(o);const i=new Dr;i.value="",n.body.push(i),e.function1=n,e.name=t.name,r.colSpecs.push(e)}})),t.parameters.push(o),n.push(t)}if(e.sortColumns.length){const t=new Rr;t.function=Ba(Da.SORT);const o=new Or;o.multiplicity=new br(e.sortColumns.length,e.sortColumns.length),e.sortColumns.forEach((t=>{if(e.groupByColumns.length===e.groupByExpandedKeys.length||e.groupByColumns.map((e=>e.name)).indexOf(t.name)===e.groupByExpandedKeys.length){const e=new Rr;e.function=Ba(t.direction===xa.ASCENDING?Da.ASC:Da.DESC),e.parameters.push(function(e,t,n,o){const r=new Nr;r.type=Di.COL_SPEC;const i=new ni;return i.name=e,i.type=void 0,i.function1=void 0,i.function2=void 0,r.value=i,r}(t.name)),o.values.push(e)}})),t.parameters.push(o),o.values.length&&n.push(t)}const o=new Rr;o.function=Ba(Da.FROM);const r=new Ri;if(r.fullPath=e.runtime,o.parameters.push(r),n.push(o),!n.length)return t;for(let e=0;e<n.length;e++)F(n[e]).parameters.unshift(0===e?t:F(n[e-1]));return F(n[n.length-1])}!function(e){e.SUM="sum",e.MIN="min",e.MAX="max",e.COUNT="count",e.AVG="avg",e.FIRST="first",e.LAST="last"}(wa||(wa={})),function(e){e.EQUALS="equal",e.NOT_EQUAL="notEqual",e.GREATER_THAN="greaterThan",e.GREATER_THAN_OR_EQUAL="greaterThanOrEqual",e.LESS_THAN="lessThan",e.LESS_THAN_OR_EQUAL="lessThanOrEqual",e.BLANK="isEmpty",e.NOT_BLANK="isNotEmpty",e.CONTAINS="contains",e.NOT_CONTAINS="notContains",e.STARTS_WITH="startsWith",e.ENDS_WITH="endsWith"}(Ma||(Ma={})),function(e){e.ASCENDING="ascending",e.DESCENDING="descending"}(xa||(xa={})),function(e){e.ASCENDING="asc",e.DESCENDING="desc"}(ja||(ja={}));class qa{grid;constructor(e){this.grid=e}async fetchRows(e){const t=F(this.grid.getLatestSnapshot()),n=this.syncSnapshot(e.request,t);n.uuid!==t.uuid&&this.grid.publishSnapshot(n);try{const t=Xa(n),r=new Cr;r.body.push(t);const i=await this.grid.dataCubeState.engine.executeQuery(r),a=(o=i.result).rows.map(((e,t)=>{const n={},r=o.columns;return e.values.forEach(((e,t)=>{n[r[t]]=M(e)?String(e):e})),n.rowNumber=t,n}));e.success({rowData:a})}catch(t){S(t),this.grid.dataCubeState.applicationStore.notificationService.notifyError(t),e.fail()}var o}getRows(e){this.fetchRows(e).catch((e=>{S(e),this.grid.dataCubeState.applicationStore.logService.error(u.create(ie.ILLEGAL_APPLICATION_STATE_OCCURRED),"Error ocurred while fetching data for grid should have been handled gracefully",e)}))}syncSnapshot(e,t){let n=!1;const o=e.groupKeys,r=e.rowGroupCols.map((e=>{const n=t.columns.find((t=>t.name===e.id));return{name:e.id,type:F(n).type}})),i=e.valueCols.map((e=>{const n=t.columns.find((t=>t.name===e.field))?.type;return{name:e.field,type:n,function:e.aggFunc}}));let a;for(let e=0;e<o.length;e++)a={conditions:[{name:F(r.at(e)).name,type:ii.STRING,operation:Ma.EQUALS,value:o.at(e)}],groupOperation:Ba(Da.AND)};const s=e.sortModel.map((e=>{const n=F(t.columns.find((t=>t.name===e.colId)));return{name:e.colId,type:n.type,direction:e.sort===ja.ASCENDING?xa.ASCENDING:xa.DESCENDING}}));if((0,Lo.A)(s,t.sortColumns)&&(0,Lo.A)(o,t.groupByExpandedKeys)&&(0,Lo.A)(r,t.groupByColumns)&&(0,Lo.A)(i,t.groupByAggColumns)&&(0,Lo.A)(a,t.groupByFilter)||(n=!0),n){const e=mr(t);return e.sortColumns=s,e.groupByExpandedKeys=o,e.groupByColumns=r,e.groupByAggColumns=i,e.groupByFilter=a,e}return t}}class Ja{manager;latestSnapshot;constructor(e){this.manager=e}async receiveSnapshot(e){this.latestSnapshot=e,await this.applySnapshot(e)}publishSnapshot(e){this.latestSnapshot=e,this.manager.broadcastSnapshot(e)}getLatestSnapshot(){return this.latestSnapshot}}function za(e,t){const n=t.sortColumns.find((t=>t.name===e));return n?{sort:n.direction===xa.ASCENDING?ja.ASCENDING:ja.DESCENDING,sortIndex:t.sortColumns.indexOf(n)}:{sort:null,sortIndex:null}}function Qa(e,t){const n=t.columns.find((t=>t.name===e))?.type;switch(n){case ii.STRING:case ii.DATE:case ii.DATETIME:case ii.STRICTDATE:return[];case ii.DECIMAL:case ii.INTEGER:case ii.FLOAT:return["count","sum","max","min","avg"];default:return[]}}function Za(e,t){const n=t.groupByColumns.find((t=>t.name===e)),o=t.groupByAggColumns.find((t=>t.name===e));return{rowGroup:Boolean(n),hide:Boolean(n),aggFunc:o?o.function:null,allowedAggFuncs:Qa(e,t)}}class es extends Ja{dataCubeState;_client;clientDataSource;clientLicenseKey;constructor(e){super(e.snapshotManager),(0,Ee.Gn)(this,{clientLicenseKey:Ee.sH,initialize:Ee.L3}),this.dataCubeState=e,this.clientDataSource=new qa(this)}configureClient(e){this._client=e}get client(){return F(this._client,"Grid client is not configured")}*initialize(){this.clientLicenseKey=yield this.dataCubeState.editorStore.client.getGridClientLicenseKey()}async applySnapshot(e){const t=function(e){return{columnDefs:e.columns.map((t=>({headerName:t.name,field:t.name,...za(t.name,e),minWidth:50,sortable:!0,flex:1,resizable:!0,enableRowGroup:!0,enableValue:!0,menuTabs:["generalMenuTab","columnsMenuTab"],...Za(t.name,e)})))}}(e);this.client.updateGridOptions(t)}}class ts{column;direction;constructor(e,t){(0,Ee.Gn)(this,{direction:Ee.sH,setDirection:Ee.XI}),this.column=e,this.direction=t}setDirection(e){this.direction=e}}class ns{dataCubeState;availableColumns=[];selectedColumns=[];availableColumnsSearchText="";selectedColumnsSearchText="";constructor(e){this.dataCubeState=e,(0,Ee.Gn)(this,{availableColumns:Ee.sH,selectedColumns:Ee.sH,availableColumnsSearchText:Ee.sH,selectedColumnsSearchText:Ee.sH,setAvailableColumns:Ee.XI,setSelectedColumns:Ee.XI,addAvailableColumn:Ee.XI,addSelectedColumn:Ee.XI,addAllAvailableColumns:Ee.XI,addAllSelectedColumns:Ee.XI,setSelectedColumnsSearchText:Ee.XI,setAvailableColumnsSearchText:Ee.XI,availableColumnsSearchResults:Ee.EW,selectedColumnsSearchResults:Ee.EW})}setAvailableColumns(e){this.availableColumns=e}setSelectedColumns(e){this.selectedColumns=e}addAvailableColumn(e){const t=this.availableColumns.find((t=>t.column.name===e));t&&(this.setAvailableColumns(this.availableColumns.filter((t=>t.column.name!==e))),this.setSelectedColumns(this.selectedColumns.concat(t)))}addSelectedColumn(e){const t=this.selectedColumns.find((t=>t.column.name===e));t&&(this.setSelectedColumns(this.selectedColumns.filter((t=>t.column.name!==e))),this.setAvailableColumns(this.availableColumns.concat(t)))}addAllAvailableColumns(){this.setSelectedColumns(this.selectedColumns.concat(this.availableColumns)),this.setAvailableColumns([])}addAllSelectedColumns(){this.setAvailableColumns(this.availableColumns.concat(this.selectedColumns)),this.setSelectedColumns([])}setAvailableColumnsSearchText(e){this.availableColumnsSearchText=e}setSelectedColumnsSearchText(e){this.selectedColumnsSearchText=e}get availableColumnsSearchResults(){return this.availableColumnsSearchText?this.availableColumns.filter((e=>e.column.name.toLowerCase().includes(this.availableColumnsSearchText.toLowerCase()))):this.availableColumns}get selectedColumnsSearchResults(){return this.selectedColumnsSearchText?this.selectedColumns.filter((e=>e.column.name.toLowerCase().includes(this.selectedColumnsSearchText.toLowerCase()))):this.selectedColumns}applySnaphot(e){const t=e.sortColumns;this.setAvailableColumns(e.columns.filter((e=>!t.find((t=>t.name===e.name)))).map((e=>new ts(e,xa.ASCENDING)))),this.setSelectedColumns(t.map((t=>new ts(e.columns.find((e=>e.name===t.name)),t.direction))))}buildSnapshot(e,t){const n=this.selectedColumns.map((e=>({name:e.column.name,type:e.column.type,direction:e.direction})));return!(0,Lo.A)(n,t.sortColumns)&&(e.sortColumns=n,!0)}}class os{sourceId;startLine;startColumn;endLine;endColumn;constructor(e,t,n,o,r){this.sourceId=e,this.startLine=t,this.startColumn=n,this.endLine=o,this.endColumn=r}}!function(e){e.COMPILATION="COMPILATION",e.PARSER="PARSER"}(Ua||(Ua={}));class rs{message="";errorType;sourceInformation;static serialization=new se((0,ae.PL)(rs,{errorType:(0,ae.lq)((0,ae.MY)()),message:(0,ae.MY)(),sourceInformation:ce(mi.schema)}))}class is extends rs{static serialization=new se((0,ae.PL)(is,{errorType:(0,ae.lq)((0,ae.MY)()),message:(0,ae.MY)(),sourceInformation:ce(mi.schema)}))}class as extends T{sourceInformation}class ss extends as{}class cs{uuid=(0,i.A)();query;parserError;constructor(e){(0,Ee.Gn)(this,{query:Ee.sH,parserError:Ee.sH,setQuery:Ee.XI,setParserError:Ee.XI}),this.query=e}setQuery(e){this.query=e}setParserError(e){e?.sourceInformation&&(e.sourceInformation=this.processSourceInformation(e.sourceInformation)),this.parserError=e}processSourceInformation(e){const{sourceId:t,startLine:n,startColumn:o,endLine:r,endColumn:i}=e;return new os(t,n+0,o-0,r+0,i-0)}}class us{dataCubeState;queryEditorState;currentSubQuery;constructor(e){(0,Ee.Gn)(this,{currentSubQuery:Ee.sH,queryEditorState:Ee.sH,setCurrentSubQuery:Ee.XI,parseQuery:Ee.L3}),this.dataCubeState=e,this.queryEditorState=new cs("")}setCurrentSubQuery(e){this.currentSubQuery=e}*parseQuery(){try{this.queryEditorState.setParserError(void 0),yield(0,Ee.gP)(this.dataCubeState.editorStore.client.parseQuery({code:`|${this.queryEditorState.query}`}))}catch(e){if(S(e),e instanceof ee&&e.response.status===W.BAD_REQUEST){const t=is.serialization.fromJson(e.payload),n=new ss(t.message);t.sourceInformation&&(n.sourceInformation=new os(t.sourceInformation.sourceId,t.sourceInformation.startLine,t.sourceInformation.startColumn,t.sourceInformation.endLine,t.sourceInformation.endColumn)),this.queryEditorState.setParserError(n)}}}}!function(e){e.COLUMNS="Columns",e.VERTICAL_PIVOTS="VPivots",e.HORIZONTAL_PIVOTS="HPivots",e.SORTS="Sorts",e.EXTENDED_COLUMNS="Extended Columns",e.GENERAL_PROPERTIES="General Properties",e.COLUMN_PROPERTIES="Column Properties",e.Code="Code"}(Ga||(Ga={}));class ds extends Ja{dataCubeState;sort;codeEditorState;isPanelOpen=!1;currentTab=Ga.SORTS;constructor(e){super(e.snapshotManager),(0,Ee.Gn)(this,{applyChanges:Ee.XI,currentTab:Ee.sH,setCurrentTab:Ee.XI,isPanelOpen:Ee.sH,openPanel:Ee.XI,closePanel:Ee.XI}),this.codeEditorState=new us(this.dataCubeState),this.dataCubeState=e,this.sort=new ns(this.dataCubeState)}openPanel(){this.isPanelOpen=!0}closePanel(){this.isPanelOpen=!1}setCurrentTab(e){this.currentTab=e}applyChanges(){const e=F(this.getLatestSnapshot()),t=mr(e);this.sort.buildSnapshot(t,e)&&this.publishSnapshot(t)}async applySnapshot(e){this.sort.applySnaphot(e)}}!function(e){e.CLASS_BUILDER="classBuilder",e.TDS_BUILDER="tdsBuilder",e.JSON_BUILDER="json"}(Va||(Va={})),function(e){e.RELATIONAL="relational",e.RELATIONAL_EXECUTION_ACTIVITY="RelationalExecutionActivity",e.AGGREGATION_AWARE_ACTIVITY="aggregationAware"}(Ha||(Ha={})),function(e){e.CSV="CSV"}(Ya||(Ya={}));class ls{_type;constructor(e){this._type=e}}class ps{}class gs extends ps{sql;comment;constructor(e){super(),this.sql=e}}class ms extends ps{rewrittenQuery}class fs extends ps{values;constructor(e){super(),this.values=e}}class hs{builder;activities}class Es extends hs{values}class bs extends hs{value;constructor(e){super(),this.value=e}}class _s{name;type;relationalType;doc}class Ns extends ls{columns=[];constructor(){super(Va.TDS_BUILDER)}}class As{values=[]}class Ts{columns=[];rows=[]}class vs extends hs{_UUID=(0,i.A)();builder=new Ns;result=new Ts}class ys extends ls{_type=Va.CLASS_BUILDER}class Cs extends hs{builder=new ys(Va.CLASS_BUILDER);objects}class Ss{static builderSerialization=new se((0,ae.PL)(Ss,{_type:(0,ae.MY)()}))}class Is{}class ks extends Is{sql;comment;static serialization=new se((0,ae.PL)(ks,{sql:(0,ae.MY)(),comment:(0,ae.lq)((0,ae.MY)())}))}class Rs extends Is{rewrittenQuery;static serialization=new se((0,ae.PL)(Rs,{rewrittenQuery:(0,ae.MY)()}))}class Os{builder;activities}class Fs extends Is{content;constructor(e){super(),this.content=e}}class Bs extends Os{values;static serialization=new se((0,ae.PL)(Bs,{_type:(0,ae.MY)(),builder:ce(Ss.builderSerialization.schema),values:(0,ae.lS)()}))}class Ls{name;doc;type;relationalType;static serialization=new se((0,ae.PL)(Ls,{name:(0,ae.MY)(),doc:(0,ae.lq)((0,ae.MY)()),type:(0,ae.lq)((0,ae.MY)()),relationalType:(0,ae.lq)((0,ae.MY)())}))}class Ds extends Ss{columns=[];static serialization=new se((0,ae.PL)(Ds,{_type:(0,ae.MY)(),columns:(0,ae.p_)(ce(Ls.serialization.schema))}))}function Ps(e){switch(e._type){case Ha.RELATIONAL:case Ha.RELATIONAL_EXECUTION_ACTIVITY:return ks.serialization.fromJson(e);case Ha.AGGREGATION_AWARE_ACTIVITY:return Rs.serialization.fromJson(e);default:return new Fs(e)}}class ws extends Os{result;static serialization=new se((0,ae.PL)(ws,{builder:ce(Ds.serialization.schema),activities:(0,ae.p_)((0,ae.Ie)((()=>ae._Z),Ps)),result:(0,ae.lS)()}))}class Ms extends Os{objects;static serialization=new se((0,ae.PL)(Ms,{builder:ce(Ss.builderSerialization.schema),activities:(0,ae.p_)((0,ae.Ie)((()=>ae._Z),Ps)),objects:(0,ae.lS)()}))}class xs extends Os{value;constructor(e){super(),this.value=e}}class js extends Os{content}class Us extends hs{content}const Gs=e=>{if(e instanceof ks){const t=new gs(e.sql);return t.comment=e.comment,t}if(e instanceof Rs){const t=new ms;return t.rewrittenQuery=F(e.rewrittenQuery,"Aggregation aware execution activities 'rewritenQuery' field is missing"),t}if(e instanceof Fs)return new fs(e);throw new C("Can't build execution activities",e)},Vs=e=>{const t=new _s;return t.name=F(e.name,"TDS column 'name' field is missing"),t.type=e.type,t.doc=e.doc,t.relationalType=e.relationalType,t},Hs=e=>{if(e instanceof js){const t=new Us;return t.content=e.content,t}if(e instanceof Ms)return(e=>{const t=new Cs;return t.objects=F(e.objects,"Class execution result 'objects' field is missing"),t.activities=e.activities?.map(Gs),t})(e);if(e instanceof ws)return(e=>{const t=new vs;return t.builder=(e=>{const t=new Ns;return t.columns=e.columns.map(Vs),t})(F(e.builder,"TDS execution result 'builder' field is missing")),t.activities=e.activities?.map(Gs),t.result.columns=e.result.columns,t.result.rows=e.result.rows.map((e=>{const t=new As;return t.values=e.values,t})),t})(e);if(e instanceof Bs)return(e=>{const t=new Es;return t.values=F(e.values,"JSON execution result 'values' field is missing"),t})(e);if(e instanceof xs)return new bs(e.value);throw new C("Can't build execution result",e)};class Ys{columns=[];query;runtime}class Ks{name;type;static serialization=new se((0,ae.PL)(Ks,{name:(0,ae.MY)(),type:(0,ae.MY)()}))}var $s;!function(e){e.REPL_EXECUTED_QUERY="REPLExecutedQuery"}($s||($s={}));class Ws extends Ys{static serialization=new se((0,ae.PL)(Ws,{_type:ue($s.REPL_EXECUTED_QUERY),columns:(0,ae.p_)(ce(Ks.serialization.schema)),query:(0,ae.MY)(),runtime:(0,ae.MY)()}))}function Xs(e){if(e._type===$s.REPL_EXECUTED_QUERY)return(0,ae.iu)(Ws.serialization.schema,e);throw new C(`Can't deserialize data cube query source of type '${e._type}'`)}function qs(e){if(e instanceof Ws)return(0,ae.lK)(Ws.serialization.schema,e);throw new C("Can't serialize data cube query source",e)}class Js{name;query;partialQuery;source;configuration;constructor(e,t,n){this.name=e,this.query=t,this.configuration=n}static serialization=new se((0,ae.PL)(Js,{configuration:(0,ae.lS)(),name:(0,ae.MY)(),partialQuery:(0,ae.MY)(),query:(0,ae.MY)(),source:(0,ae.Ie)(qs,Xs)}))}class zs{client;constructor(e){this.client=e}async getGridClientLicenseKey(){return this.client.getGridClientLicenseKey()}async getQueryTypeahead(e,t){return await this.client.getQueryTypeahead({code:e,isPartial:t})}async parseQuery(e,t){return Ra(await this.client.parseQuery({code:e,returnSourceInformation:t}),[])}async getBaseQuery(){return Js.serialization.fromJson(await this.client.getBaseQuery())}async executeQuery(e){const t=await this.client.executeQuery({query:Oa(e,[])});return((e,t,n="")=>(B(e,t,n),e))(Hs((e=>{if(null===e||P(e)||w(e)||M(e))return new xs(e);switch(e.builder?._type){case Va.CLASS_BUILDER:return Ms.serialization.fromJson(e);case Va.TDS_BUILDER:return ws.serialization.fromJson(e);case Va.JSON_BUILDER:return Bs.serialization.fromJson(e);default:{const t=new js;return t.content=e,t}}})(JSON.parse(t.result))),vs)}}class Qs{dataCubeState;subscribers=[];snapshots=[];constructor(e){this.dataCubeState=e}get currentSnapshot(){return F(this.snapshots[this.snapshots.length-1])}registerSubscriber(e){this.subscribers.push(e)}broadcastSnapshot(e){this.snapshots.push(e),this.subscribers.forEach((t=>{const n=t.getLatestSnapshot();n?.uuid!==e.uuid&&t.receiveSnapshot(e).catch((e=>{S(e),this.dataCubeState.applicationStore.logService.error(u.create(ie.ILLEGAL_APPLICATION_STATE_OCCURRED),"Error ocurred when subscribers receive and apply new snapshot should be handled gracefully",e)}))}))}}const Zs=[{func:Da.EXTEND,parameters:1},{func:Da.FILTER,parameters:1},{func:Da.GROUP_BY,parameters:3},{func:Da.LIMIT,parameters:1},{func:Da.PIVOT,parameters:3},{func:Da.RENAME,parameters:2},{func:Da.SELECT,parameters:1},{func:Da.SORT,parameters:1},{func:Da.CAST,parameters:1}],ec=[{func:Da.EXTEND},{func:Da.RENAME,repeat:!0},{func:Da.FILTER},{func:Da.GROUP_BY},{func:Da.SELECT},{func:Da.PIVOT},{func:Da.CAST},{func:Da.EXTEND},{func:Da.SORT},{func:Da.LIMIT}],tc=new RegExp(`^${ec.map((e=>`(?:<${Ba(e.func)}>)${e.repeat?"*":e.required?"":"?"}`)).join("")}$`);class nc{editorStore;applicationStore;engine;snapshotManager;grid;editor;initState=be.create();baseQuery;constructor(e){this.editorStore=e,this.applicationStore=e.applicationStore,this.engine=new zs(this.editorStore.client),this.snapshotManager=new Qs(this),this.grid=new es(this),this.editor=new ds(this)}async initialize(){this.initState.inProgress();try{await(0,Ee.gP)(this.grid.initialize()),this.snapshotManager.registerSubscriber(this.grid),this.snapshotManager.registerSubscriber(this.editor),this.baseQuery=await this.engine.getBaseQuery();const e=await async function(e,t){let n,o;if(e.partialQuery)try{n=await t.parseQuery(e.partialQuery)}catch(t){throw S(t),new Error(`Can't parse partial query [${e.partialQuery}]: ${t.message}`)}else n=void 0;try{o=await t.parseQuery(e.source.query)}catch(t){throw S(t),new Error(`Can't parse source query [${e.source.query}]: ${t.message}`)}return function(e,t){const{partialQuery:n,sourceQuery:o}=t,r=function(e){let t,n;const o=e.findLastIndex((e=>La(e.function,[Da.PIVOT,Da.GROUP_BY]))),r=e.findIndex((e=>La(e.function,Da.EXTEND))),i=e.findLastIndex((e=>La(e.function,Da.EXTEND)));return-1!==o?r!==i&&(t=e[r],n=e[i]):-1!==r&&(t=e[r]),{leafExtend:t,rename:e.filter((e=>La(e.function,Da.RENAME))),filter:e.find((e=>La(e.function,Da.FILTER))),groupBy:e.find((e=>La(e.function,Da.GROUP_BY))),select:e.find((e=>La(e.function,Da.SELECT))),pivot:e.find((e=>La(e.function,Da.PIVOT))),cast:e.find((e=>La(e.function,Da.CAST))),groupExtend:n,sort:e.find((e=>La(e.function,Da.SORT))),limit:e.find((e=>La(e.function,Da.LIMIT)))}}(n?function(e){if(!(e instanceof Rr))throw new Error("Query sequence must be a sequence of function calls (e.g. x()->y()->z())");const t=[];let n=e;for(;n instanceof Rr;){const e=Zs.find((e=>La(n.function,e.func)));if(!e)throw new Error(`Found unsupported function ${n.function}()`);if(!(n.parameters.length>e.parameters)){t.unshift(n);break}{const e=n.parameters[0];if(!(e instanceof Rr))throw new Error("Query sequence must be a sequence of function calls (e.g. x()->y()->z())");n.parameters=n.parameters.slice(1),t.unshift(n),n=e}}if(!t.map((e=>`<${Ba(e.function)}>`)).join("").match(tc))throw new Error(`Unsupported function composition ${t.map((e=>`${Ba(e.function)}()`)).join("->")} (supported composition: ${ec.map((e=>`${Ba(e.func)}()`)).join("->")})`);const o=t.findIndex((e=>La(e.function,Da.EXTEND))),r=t.findLastIndex((e=>La(e.function,Da.EXTEND)));if(-1!==o&&o!==r&&!t.slice(o+1,r).some((e=>La(e.function,Da.GROUP_BY)||La(e.function,Da.PIVOT))))throw new Error("Found invalid usage of group-level extend() for query without aggregation such as pivot() and groupBy()");const i=t.find((e=>La(e.function,Da.PIVOT))),a=t.find((e=>La(e.function,Da.CAST)));if(Boolean(i)!==Boolean(a))throw new Error("Found usage of dynamic function pivot() without casting");return t}(n):[]),a=function(e,t,n,o){return{uuid:(0,i.A)(),name:e,runtime:t,sourceQuery:n,configuration:o,originalColumns:[],leafExtendedColumns:[],filter:void 0,renamedColumns:[],groupByColumns:[],groupByExpandedKeys:[],groupByAggColumns:[],selectedColumns:[],pivotColumns:[],pivotAggColumns:[],castColumns:[],groupExtendedColumns:[],groupByFilter:void 0,sortColumns:[],limit:void 0,columns:[]}}(e.name,e.source.runtime,Oa(o,[]),e.configuration);a.originalColumns=e.source.columns;const s=a.originalColumns.map((e=>({...e,origin:lr.SOURCE})));if(r.sort){const e=r.sort.parameters[0];B(e,Or,`Can't process ${Ba(Da.SORT)}(): columns cannot be extracted`),a.sortColumns=e.values.map((e=>{try{B(e,Rr),D(La(e.function,[Da.ASC,Da.DESC]));const t=Ba(e.function)===Da.ASC?xa.ASCENDING:xa.DESCENDING;D(1===e.parameters.length),B(e.parameters[0],Nr),B(e.parameters[0].value,ni);const n=e.parameters[0].value.name,o=F(s.find((e=>e.name===n))).type;return{name:n,type:o,direction:t}}catch{throw new Error(`Can't process ${Ba(Da.SORT)}(): column sort information cannot be extracted`)}}))}return a.columns=s,a}(e,{partialQuery:n,sourceQuery:o})}(this.baseQuery,this.engine);this.snapshotManager.broadcastSnapshot(e),this.initState.complete()}catch(e){S(e),this.initState.fail()}}}class oc{applicationStore;client;dataCubeState;constructor(e){(0,Ee.Gn)(this,{dataCubeState:Ee.sH}),this.applicationStore=e,this.client=new dr(new oe({baseUrl:this.applicationStore.config.useDynamicREPLServer?window.location.origin+this.applicationStore.config.baseAddress.replace("/repl/",""):this.applicationStore.config.replUrl})),this.dataCubeState=new nc(this)}}const rc=(0,kt.createContext)(void 0),ic=({children:e})=>{const t=Ot(),n=(0,lt.iz)((()=>new oc(t)));return(0,E.jsx)(rc.Provider,{value:n,children:e})};var ac=n(1697),sc=n(1810),cc=n(5866),uc=n(6450),dc=n(1747),lc=n(602);console.error;const pc=(0,lt.PA)((e=>{const{editorStore:t}=e,n=t.dataCubeState;return(0,kt.useEffect)((()=>{n.grid.clientLicenseKey&&ac.h.setLicenseKey(n.grid.clientLicenseKey)}),[n.grid.clientLicenseKey]),(0,E.jsx)(E.Fragment,{children:(0,E.jsx)(lc.W6,{rowGroupPanelShow:"always",suppressBrowserResizeObserver:!0,suppressScrollOnNewData:!0,alwaysMultiSort:!0,rowModelType:"serverSide",serverSideDatasource:n.grid.clientDataSource,suppressAggFuncInHeader:!0,suppressServerSideInfiniteScroll:!0,modules:[sc.Q,cc.e,uc.mZ,dc.M],onGridReady:e=>{n.grid.configureClient(e.api)},className:"ag-theme-balham"})})}));var gc=n(4392),mc=n(5551);const fc="/home/runner/work/legend-studio/legend-studio/packages/legend-art/src/autocomplete/CustomSelectorInput.tsx",hc=(mc.Select.createFilter,e=>{const{options:t,children:n,getValue:o,selectProps:r}=e;let i=r.optionCustomization?.rowHeight??3.5*parseInt(getComputedStyle(document.documentElement).fontSize,10);i=isNaN(i)?35:i;const[a]=o(),s=t.indexOf(a)*i,c=n.length?n.findIndex((e=>e.props.isFocused)):0,u=(0,kt.useRef)(null);return(0,kt.useEffect)((()=>{u.current?.scrollToItem(c)}),[c]),n.length?(0,nt.jsxDEV)(gc.Y1,{className:r.darkMode?"scrollbar--light selector-menu--dark":"",ref:u,width:"100%",height:Math.min(n.length,6)*i,itemCount:n.length,itemSize:i,initialScrollOffset:s,children:({index:e,style:t})=>(0,nt.jsxDEV)("div",{style:t,className:"selector-input__option-wrapper",children:n[e]},void 0,!1,{fileName:fc,lineNumber:121,columnNumber:78},void 0)},void 0,!1,{fileName:fc,lineNumber:109,columnNumber:13},void 0):(0,nt.jsxDEV)("div",{className:"selector-menu--no-match "+(r.darkMode?"selector-menu--dark":""),children:r.noMatchMessage??"No match found"},void 0,!1,{fileName:fc,lineNumber:130,columnNumber:11},void 0)}),Ec=e=>{const{children:t,selectProps:n}=e;return(0,nt.jsxDEV)(mc.SelectComponents.Option,{...e,className:(0,ft.$)(n.darkMode?{"selector-input--dark__option":!0,"selector-input--dark__option--is-focused":e.isFocused,"selector-input--dark__option--is-selected":e.isSelected}:{"selector-input__option":!0,"selector-input__option--is-focused":e.isFocused,"selector-input__option--is-selected":e.isSelected},{"selector-input__option--custom":Boolean(n.optionCustomization)}),children:t},void 0,!1,{fileName:fc,lineNumber:152,columnNumber:11},void 0)},bc="selector-input",_c="selector-input--dark",Nc=()=>(0,nt.jsxDEV)("div",{className:`${bc}__indicator ${bc}__loading-indicator ${_c}__loading-indicator`,children:(0,nt.jsxDEV)(rn,{},void 0,!1,{fileName:fc,lineNumber:186,columnNumber:5},void 0)},void 0,!1,{fileName:fc,lineNumber:182,columnNumber:43},void 0),Ac=()=>(0,nt.jsxDEV)("div",{className:`${bc}__indicator ${bc}__dropdown-indicator`,children:(0,nt.jsxDEV)(Jt,{},void 0,!1,{fileName:fc,lineNumber:194,columnNumber:5},void 0)},void 0,!1,{fileName:fc,lineNumber:190,columnNumber:44},void 0),Tc=e=>{const{innerProps:{ref:t,...n}}=e;return(0,nt.jsxDEV)("div",{...n,ref:t,children:(0,nt.jsxDEV)("div",{className:`${bc}__indicator ${bc}__clear-indicator`,children:(0,nt.jsxDEV)($t,{},void 0,!1,{fileName:fc,lineNumber:211,columnNumber:9},void 0)},void 0,!1,{fileName:fc,lineNumber:208,columnNumber:7},void 0)},void 0,!1,{fileName:fc,lineNumber:206,columnNumber:11},void 0)},vc=e=>{const t={onPaste:e.selectProps.onPaste,placeholder:e.selectProps.inputPlaceholder};return(0,nt.jsxDEV)(mc.Select.components.Input,{...e,...t,isHidden:!1},void 0,!1,{fileName:fc,lineNumber:232,columnNumber:11},void 0)},yc=(0,kt.forwardRef)((function(e,t){const{allowCreating:n,noMatchMessage:o,disabled:r,components:i,className:a,darkMode:s,hasError:c,...u}=e,d=n?mc.CreatableSelect.default:mc.Select.default,l=s?_c:bc;return(0,nt.jsxDEV)(d,{styles:{menuPortal:e=>({...e,zIndex:9999})},menuPortalTarget:document.body,ref:t,isDisabled:Boolean(r),className:(0,ft.$)(l,a,{"selector-input--has-error":c,"selector-input--custom":Boolean(e.optionCustomization)}),classNamePrefix:l,components:{Option:Ec,ClearIndicator:Tc,DropdownIndicator:Ac,LoadingIndicator:Nc,MenuList:hc,Input:vc,...i},...u,darkMode:s,noMatchMessage:o},void 0,!1,{fileName:fc,lineNumber:294,columnNumber:11},this)})),Cc=(0,lt.PA)((e=>{const{editorStore:t}=e,n=t.dataCubeState.editor.sort,o=Array.from(Object.values(xa)).map((e=>({label:e,value:e})));return(0,E.jsx)("div",{className:"repl__hpivot__sort__editor",children:(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__header",children:"Sorts"}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__content",children:[(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__description",children:"Available sort columns:"}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__container",children:[(0,E.jsx)("div",{className:"query-builder-property-search-panel__header",children:(0,E.jsxs)("div",{className:"query-builder-property-search-panel__input__container",children:[(0,E.jsx)("input",{className:(0,ft.$)("query-builder-property-search-panel__input",{"query-builder-property-search-panel__input--searching":n.availableColumnsSearchText}),spellCheck:!1,onChange:e=>{n.setAvailableColumnsSearchText(e.target.value)},value:n.availableColumnsSearchText,placeholder:"Search"}),n.availableColumnsSearchText?(0,E.jsx)("button",{className:"query-builder-property-search-panel__input__clear-btn",tabIndex:-1,onClick:()=>{n.setAvailableColumnsSearchText("")},title:"Clear",children:(0,E.jsx)($t,{})}):(0,E.jsx)(E.Fragment,{children:(0,E.jsx)("div",{className:"query-builder-property-search-panel__input__search__icon",children:(0,E.jsx)(Zt,{})})})]})}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__content",children:[(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root",onDoubleClick:()=>n.addAllAvailableColumns(),children:[(0,E.jsx)(Xt,{}),(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root__label",children:"All"})]}),n.availableColumnsSearchResults.map((e=>{return(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children__name",onDoubleClick:()=>n.addAvailableColumn(e.column.name),children:e.column.name}),(0,E.jsx)(yc,{className:"repl__hpivot__sort__column__editor__available__columns__children__order",options:o,onChange:(t=e.column.name,e=>{const o=n.availableColumns.find((e=>e.column.name===t));o&&o.setDirection(e.value)}),value:{label:e.direction,value:e.direction},isClearable:!1,darkMode:!1})]},e.column.name);var t}))]})]})]}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__actions",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__action",children:(0,E.jsxs)("button",{tabIndex:-1,title:"Add",children:["Add",(0,E.jsx)(En,{})]})}),(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__action",children:(0,E.jsxs)("button",{tabIndex:-1,title:"Remove",children:[(0,E.jsx)(hn,{}),"Remove"]})})]}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__selected__columns",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__description",children:"Selected sort columns:"}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__container",children:[(0,E.jsx)("div",{className:"query-builder-property-search-panel__header",children:(0,E.jsxs)("div",{className:"query-builder-property-search-panel__input__container",children:[(0,E.jsx)("input",{className:(0,ft.$)("query-builder-property-search-panel__input",{"query-builder-property-search-panel__input--searching":n.selectedColumnsSearchText}),spellCheck:!1,onChange:e=>{n.setSelectedColumnsSearchText(e.target.value)},value:n.selectedColumnsSearchText,placeholder:"Search"}),n.selectedColumnsSearchText?(0,E.jsx)("button",{className:"query-builder-property-search-panel__input__clear-btn",tabIndex:-1,onClick:()=>{n.setSelectedColumnsSearchText("")},title:"Clear",children:(0,E.jsx)($t,{})}):(0,E.jsx)(E.Fragment,{children:(0,E.jsx)("div",{className:"query-builder-property-search-panel__input__search__icon",children:(0,E.jsx)(Zt,{})})})]})}),(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__content",children:[(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root",onDoubleClick:()=>n.addAllSelectedColumns(),children:[(0,E.jsx)(Xt,{}),(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root__label",children:"All"})]}),n.selectedColumnsSearchResults.map((e=>{return(0,E.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children",children:[(0,E.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children__name",onDoubleClick:()=>n.addSelectedColumn(e.column.name),children:e.column.name}),(0,E.jsx)(yc,{className:"repl__hpivot__sort__column__editor__available__columns__children__order",options:o,onChange:(t=e.column.name,e=>{const o=n.selectedColumns.find((e=>e.column.name===t));o&&o.setDirection(e.value)}),value:{label:e.direction,value:e.direction},isClearable:!1,darkMode:!1})]},e.column.name);var t}))]})]})]})]})]})})})),Sc=(0,lt.PA)((e=>{const{triggerElement:t,editorStore:n}=e,o=n.dataCubeState,r=n.applicationStore,i=()=>{o.editor.closePanel()},a=o.editor.currentTab,s=[Ga.SORTS];return(0,E.jsx)(Wn,{open:o.editor.isPanelOpen,onClose:i,anchorEl:t,anchorOrigin:{vertical:"center",horizontal:"center"},transformOrigin:{vertical:"center",horizontal:"center"},children:(0,E.jsxs)(bt,{darkMode:!r.layoutService.TEMPORARY__isLightColorThemeEnabled,className:"editor-modal embedded-runtime-editor",children:[(0,E.jsxs)(Nt,{children:[(0,E.jsx)(_t,{title:"cube properties"}),(0,E.jsx)(At,{children:(0,E.jsx)("button",{className:"modal__header__action",tabIndex:-1,onClick:i,children:(0,E.jsx)($t,{})})})]}),(0,E.jsx)(Tt,{children:(0,E.jsxs)("div",{style:{height:"100%",width:"100%"},children:[(0,E.jsx)("div",{className:"panel__header uml-element-editor__tabs__header ",children:(0,E.jsx)("div",{className:"uml-element-editor__tabs",children:s.map((e=>(0,E.jsx)("div",{onClick:()=>(e=>{o.editor.setCurrentTab(e)})(e),className:(0,ft.$)("uml-element-editor__tab",{"uml-element-editor__tab--active":e===a}),children:e},e)))})}),a===Ga.SORTS&&(0,E.jsx)(Cc,{editorStore:n})]})}),(0,E.jsx)(vt,{className:"repl__modal__footer",children:(0,E.jsxs)("div",{className:"search-modal__actions",children:[(0,E.jsx)(yt,{text:"Ok",onClick:()=>{o.editor.applyChanges(),o.editor.closePanel()}}),(0,E.jsx)(yt,{text:"Close",onClick:i}),(0,E.jsx)(yt,{text:"Apply",onClick:()=>o.editor.applyChanges()})]})})]})})})),Ic=(0,lt.PA)((()=>{const e=F((0,kt.useContext)(rc),"Can't find REPL store in context"),t=Ot(),n=e.dataCubeState,o=(0,kt.useRef)(null);return(0,kt.useEffect)((()=>{n.initialize().catch(t.alertUnhandledError)}),[n,t]),(0,E.jsxs)("div",{className:"repl",children:[(0,E.jsx)("div",{className:"repl__header",children:(0,E.jsxs)("div",{className:"repl__header__content",children:[(0,E.jsx)("div",{className:"repl__header__content__title",children:"Legend DataCube"}),(0,E.jsx)("div",{className:"repl__header__actions"})]})}),(0,E.jsx)("div",{className:"repl__content",children:(0,E.jsx)(pc,{editorStore:e})}),(0,E.jsxs)("div",{className:"repl__footer",children:[(0,E.jsx)("div",{className:"repl__footer__pivot",ref:o,onClick:()=>n.editor.openPanel(),children:"Pivot"}),(0,E.jsx)("div",{className:"repl__footer__filter",children:"Filter"}),n.editor.isPanelOpen&&(0,E.jsx)(Sc,{editorStore:e,triggerElement:o.current})]})]})})),kc="/home/runner/work/legend-studio/legend-studio/packages/legend-application/src/components/ApplicationFrameworkProvider.tsx",Rc=(0,lt.PA)((e=>{const{children:t}=e,n=F((0,kt.useContext)(ar),"Can't find application platform in context"),o=Ot();return(0,kt.useEffect)((()=>{o.initialize(n).catch(o.alertUnhandledError)}),[o,n]),o.initState.hasSucceeded?(0,nt.jsxDEV)(co,{children:t},void 0,!1,{fileName:kc,lineNumber:41,columnNumber:13},void 0):(0,nt.jsxDEV)(nt.Fragment,{},void 0,!1,{fileName:kc,lineNumber:36,columnNumber:13},void 0)}));class Oc{applicationStore;pluginManager;constructor(e){this.applicationStore=e,this.pluginManager=e.pluginManager}}const Fc=(0,kt.createContext)(void 0),Bc=({children:e})=>{const t=Ot(),n=(0,lt.iz)((()=>new Oc(t)));return(0,E.jsx)(Fc.Provider,{value:n,children:e})},Lc=({children:e})=>(0,E.jsx)(Rc,{children:(0,E.jsx)(Bc,{children:e})}),Dc=Object.freeze({DATA_CUBE:"/dataCube"}),Pc=(wc=(0,lt.PA)((()=>(0,E.jsx)("div",{className:"app",children:(0,E.jsx)(tr.dO,{children:(0,E.jsx)(tr.qh,{exact:!0,path:[Dc.DATA_CUBE],component:Ic})})}))),function(){return(0,E.jsx)(ic,{children:(0,E.jsx)(wc,{})})});var wc;const Mc=e=>{const{baseUrl:t}=e;return(0,E.jsx)(ur,{baseUrl:t,children:(0,E.jsx)(Lc,{children:(0,E.jsx)(Pc,{})})})},xc=JSON.parse('{"rE":"0.0.26","XO":{"F":"@finos/legend-application-repl-plugin-core"}}');class jc extends Xo{_$nominalTypeBrand;install(e){e.registerApplicationPlugin(this)}}var Uc,Gc=n(7504);!function(e){e.WHITESPACE="",e.KEYWORD="keyword",e.IDENTIFIER="identifier",e.OPERATOR="operator",e.DELIMITER="delimiter",e.PARSER="parser",e.NUMBER="number",e.DATE="date",e.COLOR="color",e.PACKAGE="package",e.STRING="string",e.COMMENT="comment",e.LANGUAGE_STRUCT="language-struct",e.MULTIPLICITY="multiplicity",e.GENERICS="generics",e.PROPERTY="property",e.PARAMETER="parameter",e.VARIABLE="variable",e.TYPE="type",e.INVALID="invalid"}(Uc||(Uc={}));const Vc=(e,t,n,o)=>{const r=(e=>{const t=[];e.tokenColors.forEach((e=>{if(!e.settings)return;let n=[];n=P(e.scope)?e.scope.replace(/^[,]+/,"").replace(/[,]+$/,"").split(",").map((e=>e.trim())):Array.isArray(e.scope)?e.scope:[""];const o={};e.settings.foreground&&P(e.settings.foreground)&&(o.foreground=e.settings.foreground),e.settings.background&&P(e.settings.background)&&(o.background=e.settings.background),e.settings.fontStyle&&P(e.settings.fontStyle)&&(o.fontStyle=e.settings.fontStyle),n.forEach((e=>{if(R(e)||!Object.keys(o).length)return;const n={...o,token:e};t.push(n)}))}));const n={};return Object.entries(e.colors).forEach((([e,t])=>{var o;Array.isArray(t)?t.length&&(n[e]=(D(0<(o=t).length,"Index out of bound: 0"),F(o[0],void 0))):n[e]=t})),{base:"vs-dark",inherit:!0,rules:t,colors:n}})(e);return{...r,base:t,colors:{...r.colors,...n},rules:[...r.rules,...o]}},Hc=JSON.parse('{"name":"Solarized (dark)","tokenColors":[{"settings":{"foreground":"#839496"}},{"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown"],"settings":{"foreground":"#839496"}},{"name":"Comment","scope":"comment","settings":{"fontStyle":"italic","foreground":"#586E75"}},{"name":"String","scope":"string","settings":{"foreground":"#2AA198"}},{"name":"Regexp","scope":"string.regexp","settings":{"foreground":"#DC322F"}},{"name":"Number","scope":"constant.numeric","settings":{"foreground":"#D33682"}},{"name":"Variable","scope":["variable.language","variable.other"],"settings":{"foreground":"#268BD2"}},{"name":"Keyword","scope":"keyword","settings":{"foreground":"#859900"}},{"name":"Storage","scope":"storage","settings":{"fontStyle":"bold","foreground":"#93A1A1"}},{"name":"Class name","scope":["entity.name.class","entity.name.type","entity.name.namespace","entity.name.scope-resolution"],"settings":{"fontStyle":"","foreground":"#CB4B16"}},{"name":"Function name","scope":"entity.name.function","settings":{"foreground":"#268BD2"}},{"name":"Variable start","scope":"punctuation.definition.variable","settings":{"foreground":"#859900"}},{"name":"Embedded code markers","scope":["punctuation.section.embedded.begin","punctuation.section.embedded.end"],"settings":{"foreground":"#DC322F"}},{"name":"Built-in constant","scope":["constant.language","meta.preprocessor"],"settings":{"foreground":"#B58900"}},{"name":"Support.construct","scope":["support.function.construct","keyword.other.new"],"settings":{"foreground":"#CB4B16"}},{"name":"User-defined constant","scope":["constant.character","constant.other"],"settings":{"foreground":"#CB4B16"}},{"name":"Inherited class","scope":"entity.other.inherited-class","settings":{"foreground":"#6C71C4"}},{"name":"Function argument","scope":"variable.parameter","settings":{}},{"name":"Tag name","scope":"entity.name.tag","settings":{"foreground":"#268BD2"}},{"name":"Tag start/end","scope":"punctuation.definition.tag","settings":{"foreground":"#586E75"}},{"name":"Tag attribute","scope":"entity.other.attribute-name","settings":{"foreground":"#93A1A1"}},{"name":"Library function","scope":"support.function","settings":{"foreground":"#268BD2"}},{"name":"Continuation","scope":"punctuation.separator.continuation","settings":{"foreground":"#DC322F"}},{"name":"Library constant","scope":["support.constant","support.variable"],"settings":{}},{"name":"Library class/type","scope":["support.type","support.class"],"settings":{"foreground":"#859900"}},{"name":"Library Exception","scope":"support.type.exception","settings":{"foreground":"#CB4B16"}},{"name":"Library variable","scope":"support.other.variable","settings":{}},{"name":"Invalid","scope":"invalid","settings":{"foreground":"#DC322F"}},{"name":"diff: header","scope":["meta.diff","meta.diff.header"],"settings":{"fontStyle":"italic","foreground":"#268BD2"}},{"name":"diff: deleted","scope":"markup.deleted","settings":{"fontStyle":"","foreground":"#DC322F"}},{"name":"diff: changed","scope":"markup.changed","settings":{"fontStyle":"","foreground":"#CB4B16"}},{"name":"diff: inserted","scope":"markup.inserted","settings":{"foreground":"#859900"}},{"name":"Markup Quote","scope":"markup.quote","settings":{"foreground":"#859900"}},{"name":"Markup Lists","scope":"markup.list","settings":{"foreground":"#B58900"}},{"name":"Markup Styling","scope":["markup.bold","markup.italic"],"settings":{"foreground":"#D33682"}},{"name":"Markup: Strong","scope":"markup.bold","settings":{"fontStyle":"bold"}},{"name":"Markup: Emphasis","scope":"markup.italic","settings":{"fontStyle":"italic"}},{"scope":"markup.strikethrough","settings":{"fontStyle":"strikethrough"}},{"name":"Markup Inline","scope":"markup.inline.raw","settings":{"fontStyle":"","foreground":"#2AA198"}},{"name":"Markup Headings","scope":"markup.heading","settings":{"fontStyle":"bold","foreground":"#268BD2"}},{"name":"Markup Setext Header","scope":"markup.heading.setext","settings":{"fontStyle":"","foreground":"#268BD2"}}],"colors":{"focusBorder":"#2AA19899","selection.background":"#2AA19899","input.background":"#003847","input.foreground":"#93A1A1","input.placeholderForeground":"#93A1A1AA","inputOption.activeBorder":"#2AA19899","inputValidation.infoBorder":"#363b5f","inputValidation.infoBackground":"#052730","inputValidation.warningBackground":"#5d5938","inputValidation.warningBorder":"#9d8a5e","inputValidation.errorBackground":"#571b26","inputValidation.errorBorder":"#a92049","errorForeground":"#ffeaea","badge.background":"#047aa6","progressBar.background":"#047aa6","dropdown.background":"#00212B","dropdown.border":"#2AA19899","button.background":"#2AA19899","list.activeSelectionBackground":"#005A6F","quickInputList.focusBackground":"#005A6F","list.hoverBackground":"#004454AA","list.inactiveSelectionBackground":"#00445488","list.dropBackground":"#00445488","list.highlightForeground":"#1ebcc5","editor.background":"#002B36","editor.foreground":"#839496","editorWidget.background":"#00212B","editorCursor.foreground":"#D30102","editorWhitespace.foreground":"#93A1A180","editor.lineHighlightBackground":"#073642","editorLineNumber.activeForeground":"#949494","editor.selectionBackground":"#274642","minimap.selectionHighlight":"#274642","editorIndentGuide.background":"#93A1A180","editorIndentGuide.activeBackground":"#C3E1E180","editorHoverWidget.background":"#004052","editorMarkerNavigationError.background":"#AB395B","editorMarkerNavigationWarning.background":"#5B7E7A","editor.selectionHighlightBackground":"#005A6FAA","editor.wordHighlightBackground":"#004454AA","editor.wordHighlightStrongBackground":"#005A6FAA","editorBracketHighlight.foreground1":"#cdcdcdff","editorBracketHighlight.foreground2":"#b58900ff","editorBracketHighlight.foreground3":"#d33682ff","peekViewResult.background":"#00212B","peekViewEditor.background":"#10192c","peekViewTitle.background":"#00212B","peekView.border":"#2b2b4a","peekViewEditor.matchHighlightBackground":"#7744AA40","titleBar.activeBackground":"#002C39","editorGroup.border":"#00212B","editorGroup.dropBackground":"#2AA19844","editorGroupHeader.tabsBackground":"#004052","tab.activeForeground":"#d6dbdb","tab.activeBackground":"#002B37","tab.inactiveForeground":"#93A1A1","tab.inactiveBackground":"#004052","tab.border":"#003847","tab.lastPinnedBorder":"#2AA19844","activityBar.background":"#003847","panel.border":"#2b2b4a","sideBar.background":"#00212B","sideBarTitle.foreground":"#93A1A1","statusBar.foreground":"#93A1A1","statusBar.background":"#00212B","statusBar.debuggingBackground":"#00212B","statusBar.noFolderBackground":"#00212B","statusBarItem.remoteBackground":"#2AA19899","ports.iconRunningProcessForeground":"#369432","statusBarItem.prominentBackground":"#003847","statusBarItem.prominentHoverBackground":"#003847","debugToolBar.background":"#00212B","debugExceptionWidget.background":"#00212B","debugExceptionWidget.border":"#AB395B","pickerGroup.foreground":"#2AA19899","pickerGroup.border":"#2AA19899","terminal.ansiBlack":"#073642","terminal.ansiRed":"#dc322f","terminal.ansiGreen":"#859900","terminal.ansiYellow":"#b58900","terminal.ansiBlue":"#268bd2","terminal.ansiMagenta":"#d33682","terminal.ansiCyan":"#2aa198","terminal.ansiWhite":"#eee8d5","terminal.ansiBrightBlack":"#002b36","terminal.ansiBrightRed":"#cb4b16","terminal.ansiBrightGreen":"#586e75","terminal.ansiBrightYellow":"#657b83","terminal.ansiBrightBlue":"#839496","terminal.ansiBrightMagenta":"#6c71c4","terminal.ansiBrightCyan":"#93a1a1","terminal.ansiBrightWhite":"#fdf6e3"},"semanticHighlighting":true}'),Yc=JSON.parse('{"name":"GitHub Dark","colors":{"focusBorder":"#005cc5","foreground":"#d1d5da","descriptionForeground":"#959da5","errorForeground":"#f97583","textLink.foreground":"#79b8ff","textLink.activeForeground":"#c8e1ff","textBlockQuote.background":"#24292e","textBlockQuote.border":"#444d56","textCodeBlock.background":"#2f363d","textPreformat.foreground":"#d1d5da","textSeparator.foreground":"#586069","button.background":"#176f2c","button.foreground":"#dcffe4","button.hoverBackground":"#22863a","button.secondaryBackground":"#444d56","button.secondaryForeground":"#fff","button.secondaryHoverBackground":"#586069","checkbox.background":"#444d56","checkbox.border":"#1b1f23","dropdown.background":"#2f363d","dropdown.border":"#1b1f23","dropdown.foreground":"#e1e4e8","dropdown.listBackground":"#24292e","input.background":"#2f363d","input.border":"#1b1f23","input.foreground":"#e1e4e8","input.placeholderForeground":"#959da5","badge.foreground":"#c8e1ff","badge.background":"#044289","progressBar.background":"#0366d6","titleBar.activeForeground":"#e1e4e8","titleBar.activeBackground":"#24292e","titleBar.inactiveForeground":"#959da5","titleBar.inactiveBackground":"#1f2428","titleBar.border":"#1b1f23","activityBar.foreground":"#e1e4e8","activityBar.inactiveForeground":"#6a737d","activityBar.background":"#24292e","activityBarBadge.foreground":"#fff","activityBarBadge.background":"#0366d6","activityBar.activeBorder":"#f9826c","activityBar.border":"#1b1f23","sideBar.foreground":"#d1d5da","sideBar.background":"#1f2428","sideBar.border":"#1b1f23","sideBarTitle.foreground":"#e1e4e8","sideBarSectionHeader.foreground":"#e1e4e8","sideBarSectionHeader.background":"#1f2428","sideBarSectionHeader.border":"#1b1f23","list.hoverForeground":"#e1e4e8","list.inactiveSelectionForeground":"#e1e4e8","list.activeSelectionForeground":"#e1e4e8","list.hoverBackground":"#282e34","list.inactiveSelectionBackground":"#282e34","list.activeSelectionBackground":"#39414a","list.inactiveFocusBackground":"#1d2d3e","list.focusBackground":"#044289","tree.indentGuidesStroke":"#2f363d","notificationCenterHeader.foreground":"#959da5","notificationCenterHeader.background":"#24292e","notifications.foreground":"#e1e4e8","notifications.background":"#2f363d","notifications.border":"#1b1f23","notificationsErrorIcon.foreground":"#ea4a5a","notificationsWarningIcon.foreground":"#ffab70","notificationsInfoIcon.foreground":"#79b8ff","pickerGroup.border":"#444d56","pickerGroup.foreground":"#e1e4e8","quickInput.background":"#24292e","quickInput.foreground":"#e1e4e8","statusBar.foreground":"#d1d5da","statusBar.background":"#24292e","statusBar.border":"#1b1f23","statusBar.noFolderBackground":"#24292e","statusBar.debuggingBackground":"#931c06","statusBar.debuggingForeground":"#fff","statusBarItem.prominentBackground":"#282e34","statusBarItem.remoteForeground":"#d1d5da","statusBarItem.remoteBackground":"#24292e","editorGroupHeader.tabsBackground":"#1f2428","editorGroupHeader.tabsBorder":"#1b1f23","editorGroup.border":"#1b1f23","tab.activeForeground":"#e1e4e8","tab.inactiveForeground":"#959da5","tab.inactiveBackground":"#1f2428","tab.activeBackground":"#24292e","tab.hoverBackground":"#24292e","tab.unfocusedHoverBackground":"#24292e","tab.border":"#1b1f23","tab.unfocusedActiveBorderTop":"#1b1f23","tab.activeBorder":"#24292e","tab.unfocusedActiveBorder":"#24292e","tab.activeBorderTop":"#f9826c","breadcrumb.foreground":"#959da5","breadcrumb.focusForeground":"#e1e4e8","breadcrumb.activeSelectionForeground":"#d1d5da","breadcrumbPicker.background":"#2b3036","editor.foreground":"#e1e4e8","editor.background":"#24292e","editorWidget.background":"#1f2428","editor.foldBackground":"#58606915","editor.lineHighlightBackground":"#2b3036","editorLineNumber.foreground":"#444d56","editorLineNumber.activeForeground":"#e1e4e8","editorIndentGuide.background":"#2f363d","editorIndentGuide.activeBackground":"#444d56","editorWhitespace.foreground":"#444d56","editorCursor.foreground":"#c8e1ff","editorError.foreground":"#f97583","editorWarning.foreground":"#ffea7f","editor.findMatchBackground":"#ffd33d44","editor.findMatchHighlightBackground":"#ffd33d22","editor.linkedEditingBackground":"#3392FF22","editor.inactiveSelectionBackground":"#3392FF22","editor.selectionBackground":"#3392FF44","editor.selectionHighlightBackground":"#17E5E633","editor.selectionHighlightBorder":"#17E5E600","editor.wordHighlightBackground":"#17E5E600","editor.wordHighlightStrongBackground":"#17E5E600","editor.wordHighlightBorder":"#17E5E699","editor.wordHighlightStrongBorder":"#17E5E666","editorBracketMatch.background":"#17E5E650","editorBracketMatch.border":"#17E5E600","editorGutter.modifiedBackground":"#2188ff","editorGutter.addedBackground":"#28a745","editorGutter.deletedBackground":"#ea4a5a","diffEditor.insertedTextBackground":"#28a74530","diffEditor.removedTextBackground":"#d73a4930","scrollbar.shadow":"#0008","scrollbarSlider.background":"#6a737d33","scrollbarSlider.hoverBackground":"#6a737d44","scrollbarSlider.activeBackground":"#6a737d88","editorOverviewRuler.border":"#1b1f23","panel.background":"#1f2428","panel.border":"#1b1f23","panelTitle.activeBorder":"#f9826c","panelTitle.activeForeground":"#e1e4e8","panelTitle.inactiveForeground":"#959da5","panelInput.border":"#2f363d","terminal.foreground":"#d1d5da","terminal.tab.activeBorder":"#f9826c","terminalCursor.background":"#586069","terminalCursor.foreground":"#79b8ff","terminal.ansiBrightWhite":"#fafbfc","terminal.ansiWhite":"#d1d5da","terminal.ansiBrightBlack":"#959da5","terminal.ansiBlack":"#586069","terminal.ansiBlue":"#2188ff","terminal.ansiBrightBlue":"#79b8ff","terminal.ansiGreen":"#34d058","terminal.ansiBrightGreen":"#85e89d","terminal.ansiCyan":"#39c5cf","terminal.ansiBrightCyan":"#56d4dd","terminal.ansiRed":"#ea4a5a","terminal.ansiBrightRed":"#f97583","terminal.ansiMagenta":"#b392f0","terminal.ansiBrightMagenta":"#b392f0","terminal.ansiYellow":"#ffea7f","terminal.ansiBrightYellow":"#ffea7f","editorBracketHighlight.foreground1":"#79b8ff","editorBracketHighlight.foreground2":"#ffab70","editorBracketHighlight.foreground3":"#b392f0","editorBracketHighlight.foreground4":"#79b8ff","editorBracketHighlight.foreground5":"#ffab70","editorBracketHighlight.foreground6":"#b392f0","gitDecoration.addedResourceForeground":"#34d058","gitDecoration.modifiedResourceForeground":"#79b8ff","gitDecoration.deletedResourceForeground":"#ea4a5a","gitDecoration.untrackedResourceForeground":"#34d058","gitDecoration.ignoredResourceForeground":"#6a737d","gitDecoration.conflictingResourceForeground":"#ffab70","gitDecoration.submoduleResourceForeground":"#6a737d","debugToolBar.background":"#2b3036","editor.stackFrameHighlightBackground":"#C6902625","editor.focusedStackFrameHighlightBackground":"#2b6a3033","peekViewEditor.matchHighlightBackground":"#ffd33d33","peekViewResult.matchHighlightBackground":"#ffd33d33","peekViewEditor.background":"#1f242888","peekViewResult.background":"#1f2428","settings.headerForeground":"#e1e4e8","settings.modifiedItemIndicator":"#0366d6","welcomePage.buttonBackground":"#2f363d","welcomePage.buttonHoverBackground":"#444d56"},"semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#6a737d"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language"],"settings":{"foreground":"#79b8ff"}},{"scope":["entity","entity.name"],"settings":{"foreground":"#b392f0"}},{"scope":"variable.parameter.function","settings":{"foreground":"#e1e4e8"}},{"scope":"entity.name.tag","settings":{"foreground":"#85e89d"}},{"scope":"keyword","settings":{"foreground":"#f97583"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#f97583"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#e1e4e8"}},{"scope":["string","punctuation.definition.string","string punctuation.section.embedded source"],"settings":{"foreground":"#9ecbff"}},{"scope":"support","settings":{"foreground":"#79b8ff"}},{"scope":"meta.property-name","settings":{"foreground":"#79b8ff"}},{"scope":"variable","settings":{"foreground":"#ffab70"}},{"scope":"variable.other","settings":{"foreground":"#e1e4e8"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"carriage-return","settings":{"fontStyle":"italic underline","background":"#f97583","foreground":"#24292e","content":"^M"}},{"scope":"message.error","settings":{"foreground":"#fdaeb7"}},{"scope":"string variable","settings":{"foreground":"#79b8ff"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#dbedff"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#dbedff"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#85e89d"}},{"scope":"support.constant","settings":{"foreground":"#79b8ff"}},{"scope":"support.variable","settings":{"foreground":"#79b8ff"}},{"scope":"meta.module-reference","settings":{"foreground":"#79b8ff"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#ffab70"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#79b8ff"}},{"scope":"markup.quote","settings":{"foreground":"#85e89d"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#e1e4e8"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#e1e4e8"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#79b8ff"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#86181d","foreground":"#fdaeb7"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#144620","foreground":"#85e89d"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#c24e00","foreground":"#ffab70"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"foreground":"#2f363d","background":"#79b8ff"}},{"scope":"meta.diff.range","settings":{"foreground":"#b392f0","fontStyle":"bold"}},{"scope":"meta.diff.header","settings":{"foreground":"#79b8ff"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#79b8ff"}},{"scope":"meta.output","settings":{"foreground":"#79b8ff"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#d1d5da"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#fdaeb7"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#dbedff","fontStyle":"underline"}}]}'),Kc=JSON.parse('{"name":"GitHub Dark Dimmed","colors":{"focusBorder":"#316dca","foreground":"#adbac7","descriptionForeground":"#768390","errorForeground":"#e5534b","textLink.foreground":"#539bf5","textLink.activeForeground":"#539bf5","textBlockQuote.background":"#1c2128","textBlockQuote.border":"#444c56","textCodeBlock.background":"#636e7b66","textPreformat.foreground":"#768390","textSeparator.foreground":"#373e47","icon.foreground":"#768390","keybindingLabel.foreground":"#adbac7","button.background":"#347d39","button.foreground":"#ffffff","button.hoverBackground":"#46954a","button.secondaryBackground":"#3d444d","button.secondaryForeground":"#adbac7","button.secondaryHoverBackground":"#444c56","checkbox.background":"#2d333b","checkbox.border":"#444c56","dropdown.background":"#2d333b","dropdown.border":"#444c56","dropdown.foreground":"#adbac7","dropdown.listBackground":"#2d333b","input.background":"#22272e","input.border":"#444c56","input.foreground":"#adbac7","input.placeholderForeground":"#636e7b","badge.foreground":"#cdd9e5","badge.background":"#316dca","progressBar.background":"#316dca","titleBar.activeForeground":"#768390","titleBar.activeBackground":"#22272e","titleBar.inactiveForeground":"#768390","titleBar.inactiveBackground":"#1c2128","titleBar.border":"#444c56","activityBar.foreground":"#adbac7","activityBar.inactiveForeground":"#768390","activityBar.background":"#22272e","activityBarBadge.foreground":"#cdd9e5","activityBarBadge.background":"#316dca","activityBar.activeBorder":"#ec775c","activityBar.border":"#444c56","sideBar.foreground":"#adbac7","sideBar.background":"#1c2128","sideBar.border":"#444c56","sideBarTitle.foreground":"#adbac7","sideBarSectionHeader.foreground":"#adbac7","sideBarSectionHeader.background":"#1c2128","sideBarSectionHeader.border":"#444c56","list.hoverForeground":"#adbac7","list.inactiveSelectionForeground":"#adbac7","list.activeSelectionForeground":"#adbac7","list.hoverBackground":"#636e7b1a","list.inactiveSelectionBackground":"#636e7b66","list.activeSelectionBackground":"#636e7b66","list.focusForeground":"#adbac7","list.focusBackground":"#4184e426","list.inactiveFocusBackground":"#4184e426","list.highlightForeground":"#539bf5","tree.indentGuidesStroke":"#373e47","notificationCenterHeader.foreground":"#768390","notificationCenterHeader.background":"#2d333b","notifications.foreground":"#adbac7","notifications.background":"#2d333b","notifications.border":"#444c56","notificationsErrorIcon.foreground":"#e5534b","notificationsWarningIcon.foreground":"#c69026","notificationsInfoIcon.foreground":"#539bf5","pickerGroup.border":"#444c56","pickerGroup.foreground":"#768390","quickInput.background":"#2d333b","quickInput.foreground":"#adbac7","statusBar.foreground":"#768390","statusBar.background":"#22272e","statusBar.border":"#444c56","statusBar.focusBorder":"#316dca80","statusBar.noFolderBackground":"#22272e","statusBar.debuggingForeground":"#cdd9e5","statusBar.debuggingBackground":"#c93c37","statusBarItem.prominentBackground":"#636e7b66","statusBarItem.remoteForeground":"#adbac7","statusBarItem.remoteBackground":"#444c56","statusBarItem.hoverBackground":"#adbac714","statusBarItem.activeBackground":"#adbac71f","statusBarItem.focusBorder":"#316dca","editorGroupHeader.tabsBackground":"#1c2128","editorGroupHeader.tabsBorder":"#444c56","editorGroup.border":"#444c56","tab.activeForeground":"#adbac7","tab.inactiveForeground":"#768390","tab.inactiveBackground":"#1c2128","tab.activeBackground":"#22272e","tab.hoverBackground":"#22272e","tab.unfocusedHoverBackground":"#636e7b1a","tab.border":"#444c56","tab.unfocusedActiveBorderTop":"#444c56","tab.activeBorder":"#22272e","tab.unfocusedActiveBorder":"#22272e","tab.activeBorderTop":"#ec775c","breadcrumb.foreground":"#768390","breadcrumb.focusForeground":"#adbac7","breadcrumb.activeSelectionForeground":"#768390","breadcrumbPicker.background":"#2d333b","editor.foreground":"#adbac7","editor.background":"#22272e","editorWidget.background":"#2d333b","editor.foldBackground":"#636e7b1a","editor.lineHighlightBackground":"#636e7b1a","editorLineNumber.foreground":"#636e7b","editorLineNumber.activeForeground":"#adbac7","editorIndentGuide.background":"#adbac71f","editorIndentGuide.activeBackground":"#adbac73d","editorWhitespace.foreground":"#545d68","editorCursor.foreground":"#539bf5","editor.findMatchBackground":"#966600","editor.findMatchHighlightBackground":"#eac55f80","editor.linkedEditingBackground":"#539bf512","editor.selectionHighlightBackground":"#57ab5a40","editor.wordHighlightBackground":"#636e7b80","editor.wordHighlightBorder":"#636e7b99","editor.wordHighlightStrongBackground":"#636e7b4d","editor.wordHighlightStrongBorder":"#636e7b99","editorBracketMatch.background":"#57ab5a40","editorBracketMatch.border":"#57ab5a99","editorInlayHint.background":"#76839033","editorInlayHint.foreground":"#768390","editorInlayHint.typeBackground":"#76839033","editorInlayHint.typeForeground":"#768390","editorInlayHint.paramBackground":"#76839033","editorInlayHint.paramForeground":"#768390","editorGutter.modifiedBackground":"#ae7c1466","editorGutter.addedBackground":"#46954a66","editorGutter.deletedBackground":"#e5534b66","diffEditor.insertedLineBackground":"#347d3926","diffEditor.insertedTextBackground":"#57ab5a4d","diffEditor.removedLineBackground":"#c93c3726","diffEditor.removedTextBackground":"#f470674d","scrollbar.shadow":"#545d6833","scrollbarSlider.background":"#76839033","scrollbarSlider.hoverBackground":"#7683903d","scrollbarSlider.activeBackground":"#76839047","editorOverviewRuler.border":"#1c2128","minimapSlider.background":"#76839033","minimapSlider.hoverBackground":"#7683903d","minimapSlider.activeBackground":"#76839047","panel.background":"#1c2128","panel.border":"#444c56","panelTitle.activeBorder":"#ec775c","panelTitle.activeForeground":"#adbac7","panelTitle.inactiveForeground":"#768390","panelInput.border":"#444c56","debugIcon.breakpointForeground":"#e5534b","debugConsole.infoForeground":"#768390","debugConsole.warningForeground":"#c69026","debugConsole.errorForeground":"#ff938a","debugConsole.sourceForeground":"#daaa3f","debugConsoleInputIcon.foreground":"#b083f0","debugTokenExpression.name":"#6cb6ff","debugTokenExpression.value":"#96d0ff","debugTokenExpression.string":"#96d0ff","debugTokenExpression.boolean":"#6bc46d","debugTokenExpression.number":"#6bc46d","debugTokenExpression.error":"#ff938a","symbolIcon.arrayForeground":"#e0823d","symbolIcon.booleanForeground":"#539bf5","symbolIcon.classForeground":"#e0823d","symbolIcon.colorForeground":"#6cb6ff","symbolIcon.constructorForeground":"#dcbdfb","symbolIcon.enumeratorForeground":"#e0823d","symbolIcon.enumeratorMemberForeground":"#539bf5","symbolIcon.eventForeground":"#636e7b","symbolIcon.fieldForeground":"#e0823d","symbolIcon.fileForeground":"#c69026","symbolIcon.folderForeground":"#c69026","symbolIcon.functionForeground":"#b083f0","symbolIcon.interfaceForeground":"#e0823d","symbolIcon.keyForeground":"#539bf5","symbolIcon.keywordForeground":"#f47067","symbolIcon.methodForeground":"#b083f0","symbolIcon.moduleForeground":"#f47067","symbolIcon.namespaceForeground":"#f47067","symbolIcon.nullForeground":"#539bf5","symbolIcon.numberForeground":"#57ab5a","symbolIcon.objectForeground":"#e0823d","symbolIcon.operatorForeground":"#6cb6ff","symbolIcon.packageForeground":"#e0823d","symbolIcon.propertyForeground":"#e0823d","symbolIcon.referenceForeground":"#539bf5","symbolIcon.snippetForeground":"#539bf5","symbolIcon.stringForeground":"#6cb6ff","symbolIcon.structForeground":"#e0823d","symbolIcon.textForeground":"#6cb6ff","symbolIcon.typeParameterForeground":"#6cb6ff","symbolIcon.unitForeground":"#539bf5","symbolIcon.variableForeground":"#e0823d","symbolIcon.constantForeground":["#b4f1b4","#8ddb8c","#6bc46d","#57ab5a","#46954a","#347d39","#2b6a30","#245829","#1b4721","#113417"],"terminal.foreground":"#adbac7","terminal.ansiBlack":"#545d68","terminal.ansiRed":"#f47067","terminal.ansiGreen":"#57ab5a","terminal.ansiYellow":"#c69026","terminal.ansiBlue":"#539bf5","terminal.ansiMagenta":"#b083f0","terminal.ansiCyan":"#39c5cf","terminal.ansiWhite":"#909dab","terminal.ansiBrightBlack":"#636e7b","terminal.ansiBrightRed":"#ff938a","terminal.ansiBrightGreen":"#6bc46d","terminal.ansiBrightYellow":"#daaa3f","terminal.ansiBrightBlue":"#6cb6ff","terminal.ansiBrightMagenta":"#dcbdfb","terminal.ansiBrightCyan":"#56d4dd","terminal.ansiBrightWhite":"#cdd9e5","editorBracketHighlight.foreground1":"#6cb6ff","editorBracketHighlight.foreground2":"#6bc46d","editorBracketHighlight.foreground3":"#daaa3f","editorBracketHighlight.foreground4":"#ff938a","editorBracketHighlight.foreground5":"#fc8dc7","editorBracketHighlight.foreground6":"#dcbdfb","editorBracketHighlight.unexpectedBracket.foreground":"#768390","gitDecoration.addedResourceForeground":"#57ab5a","gitDecoration.modifiedResourceForeground":"#c69026","gitDecoration.deletedResourceForeground":"#e5534b","gitDecoration.untrackedResourceForeground":"#57ab5a","gitDecoration.ignoredResourceForeground":"#636e7b","gitDecoration.conflictingResourceForeground":"#cc6b2c","gitDecoration.submoduleResourceForeground":"#768390","debugToolBar.background":"#2d333b","editor.stackFrameHighlightBackground":"#ae7c1466","editor.focusedStackFrameHighlightBackground":"#46954a66","peekViewEditor.matchHighlightBackground":"#ae7c1466","peekViewResult.matchHighlightBackground":"#ae7c1466","peekViewEditor.background":"#636e7b1a","peekViewResult.background":"#22272e","settings.headerForeground":"#adbac7","settings.modifiedItemIndicator":"#ae7c1466","welcomePage.buttonBackground":"#373e47","welcomePage.buttonHoverBackground":"#444c56"},"semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#768390"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#f47067"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#6cb6ff"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#f69d50"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#adbac7"}},{"scope":"entity.name.function","settings":{"foreground":"#dcbdfb"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#8ddb8c"}},{"scope":"keyword","settings":{"foreground":"#f47067"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#f47067"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#adbac7"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#96d0ff"}},{"scope":"support","settings":{"foreground":"#6cb6ff"}},{"scope":"meta.property-name","settings":{"foreground":"#6cb6ff"}},{"scope":"variable","settings":{"foreground":"#f69d50"}},{"scope":"variable.other","settings":{"foreground":"#adbac7"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"carriage-return","settings":{"fontStyle":"italic underline","background":"#f47067","foreground":"#cdd9e5","content":"^M"}},{"scope":"message.error","settings":{"foreground":"#ff938a"}},{"scope":"string variable","settings":{"foreground":"#6cb6ff"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#96d0ff"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#96d0ff"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#8ddb8c"}},{"scope":"support.constant","settings":{"foreground":"#6cb6ff"}},{"scope":"support.variable","settings":{"foreground":"#6cb6ff"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#8ddb8c"}},{"scope":"meta.module-reference","settings":{"foreground":"#6cb6ff"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#f69d50"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#6cb6ff"}},{"scope":"markup.quote","settings":{"foreground":"#8ddb8c"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#adbac7"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#adbac7"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#6cb6ff"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#5d0f12","foreground":"#ff938a"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#f47067"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#113417","foreground":"#8ddb8c"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#682d0f","foreground":"#f69d50"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"foreground":"#2d333b","background":"#6cb6ff"}},{"scope":"meta.diff.range","settings":{"foreground":"#dcbdfb","fontStyle":"bold"}},{"scope":"meta.diff.header","settings":{"foreground":"#6cb6ff"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#6cb6ff"}},{"scope":"meta.output","settings":{"foreground":"#6cb6ff"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#768390"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#ff938a"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#96d0ff"}}]}'),$c=JSON.parse('{"name":"Material-Theme-Default","semanticHighlighting":true,"tokenColors":[{"name":"Global settings","settings":{"background":"#263238","foreground":"#EEFFFF"}},{"name":"String","scope":"string","settings":{"foreground":"#C3E88D"}},{"name":"Punctuation","scope":"punctuation, constant.other.symbol","settings":{"foreground":"#89DDFF"}},{"name":"String Escape","scope":"constant.character.escape, text.html constant.character.entity.named","settings":{"foreground":"#EEFFFF"}},{"name":"Boolean","scope":"constant.language.boolean","settings":{"foreground":"#ff9cac"}},{"name":"Number","scope":"constant.numeric","settings":{"foreground":"#F78C6C"}},{"name":"Variable","scope":"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments","settings":{"foreground":"#EEFFFF"}},{"name":"Other Keyword","scope":"keyword.other","settings":{"foreground":"#F78C6C"}},{"name":"Keyword","scope":"keyword, modifier, variable.language.this, support.type.object, constant.language","settings":{"foreground":"#89DDFF"}},{"name":"Function call","scope":"entity.name.function, support.function","settings":{"foreground":"#82AAFF"}},{"name":"Storage","scope":"storage.type, storage.modifier, storage.control","settings":{"foreground":"#C792EA"}},{"name":"Modules","scope":"support.module, support.node","settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Type","scope":"support.type, constant.other.key","settings":{"foreground":"#FFCB6B"}},{"name":"Type","scope":"entity.name.type, entity.other.inherited-class, entity.other","settings":{"foreground":"#FFCB6B"}},{"name":"Comment","scope":"comment","settings":{"foreground":"#546E7A","fontStyle":"italic"}},{"name":"Comment","scope":"comment punctuation.definition.comment, string.quoted.docstring","settings":{"foreground":"#546E7A","fontStyle":"italic"}},{"name":"Punctuation","scope":"punctuation","settings":{"foreground":"#89DDFF"}},{"name":"Class","scope":"entity.name, entity.name.type.class, support.type, support.class, meta.use","settings":{"foreground":"#FFCB6B"}},{"name":"Class variable","scope":"variable.object.property, meta.field.declaration entity.name.function","settings":{"foreground":"#f07178"}},{"name":"Class method","scope":"meta.definition.method entity.name.function","settings":{"foreground":"#f07178"}},{"name":"Function definition","scope":"meta.function entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"Template expression","scope":"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end","settings":{"foreground":"#89DDFF"}},{"name":"Reset embedded/template expression colors","scope":"meta.embedded, source.groovy.embedded, meta.template.expression","settings":{"foreground":"#EEFFFF"}},{"name":"YAML key","scope":"entity.name.tag.yaml","settings":{"foreground":"#f07178"}},{"name":"JSON key","scope":"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json","settings":{"foreground":"#f07178"}},{"name":"JSON constant","scope":"constant.language.json","settings":{"foreground":"#89DDFF"}},{"name":"CSS class","scope":"entity.other.attribute-name.class","settings":{"foreground":"#FFCB6B"}},{"name":"CSS ID","scope":"entity.other.attribute-name.id","settings":{"foreground":"#F78C6C"}},{"name":"CSS tag","scope":"source.css entity.name.tag","settings":{"foreground":"#FFCB6B"}},{"name":"CSS properties","scope":"support.type.property-name.css","settings":{"foreground":"#B2CCD6"}},{"name":"HTML tag outer","scope":"meta.tag, punctuation.definition.tag","settings":{"foreground":"#89DDFF"}},{"name":"HTML tag inner","scope":"entity.name.tag","settings":{"foreground":"#f07178"}},{"name":"HTML tag attribute","scope":"entity.other.attribute-name","settings":{"foreground":"#C792EA"}},{"name":"HTML entities","scope":"punctuation.definition.entity.html","settings":{"foreground":"#EEFFFF"}},{"name":"Markdown heading","scope":"markup.heading","settings":{"foreground":"#89DDFF"}},{"name":"Markdown link text","scope":"text.html.markdown meta.link.inline, meta.link.reference","settings":{"foreground":"#f07178"}},{"name":"Markdown list item","scope":"text.html.markdown beginning.punctuation.definition.list","settings":{"foreground":"#89DDFF"}},{"name":"Markdown italic","scope":"markup.italic","settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Markdown bold","scope":"markup.bold","settings":{"foreground":"#f07178","fontStyle":"bold"}},{"name":"Markdown bold italic","scope":"markup.bold markup.italic, markup.italic markup.bold","settings":{"foreground":"#f07178","fontStyle":"italic bold"}},{"name":"Markdown code block","scope":"markup.fenced_code.block.markdown punctuation.definition.markdown","settings":{"foreground":"#C3E88D"}},{"name":"Markdown inline code","scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#C3E88D"}},{"name":"INI property name","scope":"keyword.other.definition.ini","settings":{"foreground":"#f07178"}},{"name":"INI section title","scope":"entity.name.section.group-title.ini","settings":{"foreground":"#89DDFF"}},{"name":"C# class","scope":"source.cs meta.class.identifier storage.type","settings":{"foreground":"#FFCB6B"}},{"name":"C# class method","scope":"source.cs meta.method.identifier entity.name.function","settings":{"foreground":"#f07178"}},{"name":"C# function call","scope":"source.cs meta.method-call meta.method, source.cs entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"C# type","scope":"source.cs storage.type","settings":{"foreground":"#FFCB6B"}},{"name":"C# return type","scope":"source.cs meta.method.return-type","settings":{"foreground":"#FFCB6B"}},{"name":"C# preprocessor","scope":"source.cs meta.preprocessor","settings":{"foreground":"#546E7A"}},{"name":"C# namespace","scope":"source.cs entity.name.type.namespace","settings":{"foreground":"#EEFFFF"}},{"name":"JSX Text","scope":"meta.jsx.children, SXNested","settings":{"foreground":"#EEFFFF"}},{"name":"JSX Components name","scope":"support.class.component","settings":{"foreground":"#FFCB6B"}},{"name":"C-related Block Level Variables","scope":"source.cpp meta.block variable.other","settings":{"foreground":"#EEFFFF"}},{"name":"Member Access Meta","scope":"source.python meta.member.access.python","settings":{"foreground":"#f07178"}},{"name":"Function Call","scope":"source.python meta.function-call.python, meta.function-call.arguments","settings":{"foreground":"#82AAFF"}},{"name":"Blocks","scope":"meta.block","settings":{"foreground":"#f07178"}},{"name":"Function Call","scope":"entity.name.function.call","settings":{"foreground":"#82AAFF"}},{"name":"Namespaces","scope":"source.php support.other.namespace, source.php meta.use support.class","settings":{"foreground":"#EEFFFF"}},{"name":"Constant keywords","scope":"constant.keyword","settings":{"foreground":"#89DDFF","fontStyle":"italic"}},{"name":"Entity name","scope":"entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"Global settings","settings":{"background":"#263238","foreground":"#EEFFFF"}},{"name":"Markup Deleted","scope":["markup.deleted"],"settings":{"foreground":"#f07178"}},{"name":"Markup Inserted","scope":["markup.inserted"],"settings":{"foreground":"#C3E88D"}},{"name":"Markup Underline","scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"name":"Keyword Control","scope":["keyword.control"],"settings":{"foreground":"#89DDFF","fontStyle":"italic"}},{"name":"Parameter","scope":["variable.parameter"],"settings":{"fontStyle":"italic"}},{"name":"Python - Self Parameter","scope":["variable.parameter.function.language.special.self.python"],"settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Python - Format Placeholder","scope":["constant.character.format.placeholder.other.python"],"settings":{"foreground":"#F78C6C"}},{"name":"Markdown - Blockquote","scope":["markup.quote"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"name":"Markdown - Fenced Language","scope":["markup.fenced_code.block"],"settings":{"foreground":"#EEFFFF90"}},{"name":"Markdown - Blockquote Punctuation","scope":["punctuation.definition.quote"],"settings":{"foreground":"#ff9cac"}},{"name":"JSON Key - Level 0","scope":["meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"name":"JSON Key - Level 1","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#FFCB6B"}},{"name":"JSON Key - Level 2","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#F78C6C"}},{"name":"JSON Key - Level 3","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#f07178"}},{"name":"JSON Key - Level 4","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#916b53"}},{"name":"JSON Key - Level 5","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#82AAFF"}},{"name":"JSON Key - Level 6","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#ff9cac"}},{"name":"JSON Key - Level 7","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"name":"JSON Key - Level 8","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C3E88D"}}],"colors":{"focusBorder":"#FFFFFF00","foreground":"#EEFFFF","button.background":"#80CBC420","button.foreground":"#ffffff","dropdown.background":"#263238","input.background":"#303C41","inputOption.activeBorder":"#EEFFFF30","list.activeSelectionBackground":"#263238","list.activeSelectionForeground":"#80CBC4","list.dropBackground":"#f0717880","list.focusBackground":"#EEFFFF20","list.focusForeground":"#EEFFFF","list.highlightForeground":"#80CBC4","list.hoverBackground":"#263238","list.inactiveSelectionBackground":"#00000030","activityBar.background":"#263238","activityBar.dropBackground":"#f0717880","activityBarBadge.background":"#80CBC4","activityBarBadge.foreground":"#000000","badge.background":"#00000030","badge.foreground":"#546E7A","sideBar.background":"#263238","sideBarSectionHeader.background":"#263238","editorGroup.dropBackground":"#f0717880","editorGroup.focusedEmptyBorder":"#f07178","editorGroupHeader.tabsBackground":"#263238","tab.border":"#263238","tab.activeBorder":"#80CBC4","tab.inactiveBackground":"#263238","tab.activeModifiedBorder":"#607a86","tab.inactiveModifiedBorder":"#904348","tab.unfocusedActiveModifiedBorder":"#c05a60","tab.unfocusedInactiveModifiedBorder":"#904348","editor.background":"#263238","editor.foreground":"#EEFFFF","editorLineNumber.foreground":"#37474F","editorLineNumber.activeForeground":"#607a86","editorCursor.foreground":"#FFCC00","editor.selectionBackground":"#80CBC420","editor.selectionHighlightBackground":"#FFCC0020","editor.wordHighlightBackground":"#ff9cac30","editor.wordHighlightStrongBackground":"#C3E88D30","editor.findMatchHighlight":"#EEFFFF","editor.findRangeHighlightBackground":"#FFCB6B30","editor.lineHighlightBorder":"#00000000","editor.rangeHighlightBackground":"#FFFFFF0d","editorWhitespace.foreground":"#EEFFFF40","editorWidget.background":"#263238","editorHoverWidget.background":"#263238","editorMarkerNavigation.background":"#EEFFFF05","peekView.border":"#00000030","peekViewEditor.background":"#EEFFFF05","peekViewResult.background":"#EEFFFF05","peekViewTitle.background":"#EEFFFF05","panel.background":"#263238","panel.border":"#26323860","panelTitle.activeBorder":"#80CBC4","panelTitle.inactiveForeground":"#EEFFFF","notebook.focusedCellBorder":"#80CBC4","notebook.inactiveFocusedCellBorder":"#80CBC450","statusBar.background":"#263238","statusBar.debuggingBackground":"#C792EA","statusBar.debuggingForeground":"#ffffff","statusBar.noFolderBackground":"#263238","statusBarItem.activeBackground":"#f0717880","statusBarItem.hoverBackground":"#546E7A20","statusBarItem.remoteBackground":"#80CBC4","statusBarItem.remoteForeground":"#000000","titleBar.activeBackground":"#263238","pickerGroup.border":"#FFFFFF1a","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#82AAFF","terminal.ansiBrightBlack":"#546E7A","terminal.ansiBrightBlue":"#82AAFF","terminal.ansiBrightCyan":"#89DDFF","terminal.ansiBrightGreen":"#C3E88D","terminal.ansiBrightMagenta":"#C792EA","terminal.ansiBrightRed":"#f07178","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#FFCB6B","terminal.ansiCyan":"#89DDFF","terminal.ansiGreen":"#C3E88D","terminal.ansiMagenta":"#C792EA","terminal.ansiRed":"#f07178","terminal.ansiWhite":"#ffffff","terminal.ansiYellow":"#FFCB6B","debugToolBar.background":"#263238","debugConsole.errorForeground":"#f07178","debugConsole.infoForeground":"#89DDFF","debugConsole.warningForeground":"#FFCB6B","selection.background":"#00000080","editorRuler.foreground":"#37474F","widget.shadow":"#00000030","scrollbar.shadow":"#00000030","editorLink.activeForeground":"#EEFFFF","progressBar.background":"#80CBC4","pickerGroup.foreground":"#80CBC4","tree.indentGuidesStroke":"#37474F","terminalCursor.foreground":"#FFCB6B","terminalCursor.background":"#000000","inputOption.activeBackground":"#EEFFFF30","textLink.foreground":"#80CBC4","textLink.activeForeground":"#EEFFFF","sideBar.foreground":"#607a86","sideBar.border":"#26323860","sideBarTitle.foreground":"#EEFFFF","sideBarSectionHeader.border":"#26323860","panel.dropBackground":"#EEFFFF","panelTitle.activeForeground":"#FFFFFF","editor.lineHighlightBackground":"#00000050","editor.findMatchBackground":"#000000","editor.findMatchHighlightBackground":"#00000050","editor.findMatchBorder":"#80CBC4","editor.findMatchHighlightBorder":"#ffffff30","editorIndentGuide.background":"#37474F70","editorIndentGuide.activeBackground":"#37474F","editorGroup.border":"#00000030","editorGutter.modifiedBackground":"#82AAFF60","editorGutter.addedBackground":"#C3E88D60","editorGutter.deletedBackground":"#f0717860","activityBar.border":"#26323860","activityBar.foreground":"#EEFFFF","activityBar.activeBorder":"#80CBC4","extensionBadge.remoteForeground":"#EEFFFF","scrollbarSlider.background":"#EEFFFF20","scrollbarSlider.hoverBackground":"#EEFFFF10","scrollbarSlider.activeBackground":"#80CBC4","tab.unfocusedActiveBorder":"#546E7A","tab.activeForeground":"#FFFFFF","tab.inactiveForeground":"#607a86","tab.activeBackground":"#263238","tab.unfocusedActiveForeground":"#EEFFFF","editorWidget.resizeBorder":"#80CBC4","editorWidget.border":"#80CBC4","statusBar.border":"#26323860","statusBar.foreground":"#546E7A","editorBracketMatch.border":"#FFCC0050","editorBracketMatch.background":"#263238","editorOverviewRuler.findMatchForeground":"#80CBC4","editorOverviewRuler.border":"#263238","editorOverviewRuler.errorForeground":"#f0717840","editorOverviewRuler.infoForeground":"#82AAFF40","editorOverviewRuler.warningForeground":"#FFCB6B40","editorInfo.foreground":"#82AAFF70","editorWarning.foreground":"#FFCB6B70","editorError.foreground":"#f0717870","editorHoverWidget.border":"#FFFFFF10","titleBar.activeForeground":"#EEFFFF","titleBar.inactiveBackground":"#263238","titleBar.inactiveForeground":"#607a86","titleBar.border":"#26323860","input.foreground":"#EEFFFF","input.placeholderForeground":"#EEFFFF60","input.border":"#FFFFFF10","inputValidation.errorBorder":"#f07178","inputValidation.infoBorder":"#82AAFF","inputValidation.warningBorder":"#FFCB6B","dropdown.border":"#FFFFFF10","quickInput.background":"#263238","quickInput.foreground":"#607a86","list.hoverForeground":"#FFFFFF","list.inactiveSelectionForeground":"#80CBC4","quickInput.list.focusBackground":"#EEFFFF20","editorSuggestWidget.background":"#263238","editorSuggestWidget.foreground":"#EEFFFF","editorSuggestWidget.highlightForeground":"#80CBC4","editorSuggestWidget.selectedBackground":"#00000050","editorSuggestWidget.border":"#FFFFFF10","diffEditor.insertedTextBackground":"#89DDFF20","diffEditor.removedTextBackground":"#ff9cac20","notifications.background":"#263238","notifications.foreground":"#EEFFFF","notificationLink.foreground":"#80CBC4","extensionButton.prominentBackground":"#C3E88D90","extensionButton.prominentHoverBackground":"#C3E88D","extensionButton.prominentForeground":"#000000","peekViewEditorGutter.background":"#EEFFFF05","peekViewTitleDescription.foreground":"#EEFFFF60","peekViewResult.matchHighlightBackground":"#80CBC420","peekViewEditor.matchHighlightBackground":"#80CBC420","peekViewResult.selectionBackground":"#607a8670","gitDecoration.deletedResourceForeground":"#f0717890","gitDecoration.conflictingResourceForeground":"#FFCB6B90","gitDecoration.modifiedResourceForeground":"#82AAFF90","gitDecoration.untrackedResourceForeground":"#C3E88D90","gitDecoration.ignoredResourceForeground":"#607a8690","breadcrumb.background":"#263238","breadcrumb.foreground":"#607a86","breadcrumb.focusForeground":"#EEFFFF","breadcrumb.activeSelectionForeground":"#80CBC4","breadcrumbPicker.background":"#263238","menu.background":"#263238","menu.foreground":"#EEFFFF","menu.selectionBackground":"#00000050","menu.selectionForeground":"#80CBC4","menu.selectionBorder":"#00000030","menu.separatorBackground":"#EEFFFF","menubar.selectionBackground":"#00000030","menubar.selectionForeground":"#80CBC4","menubar.selectionBorder":"#00000030","settings.dropdownForeground":"#EEFFFF","settings.dropdownBackground":"#263238","settings.numberInputForeground":"#EEFFFF","settings.numberInputBackground":"#263238","settings.textInputForeground":"#EEFFFF","settings.textInputBackground":"#263238","settings.headerForeground":"#80CBC4","settings.modifiedItemIndicator":"#80CBC4","settings.checkboxBackground":"#263238","settings.checkboxForeground":"#EEFFFF","listFilterWidget.background":"#00000030","listFilterWidget.outline":"#00000030","listFilterWidget.noMatchesOutline":"#00000030"}}'),Wc=JSON.parse('{"name":"Material-Theme-Darker","semanticHighlighting":true,"tokenColors":[{"name":"Global settings","settings":{"background":"#212121","foreground":"#EEFFFF"}},{"name":"String","scope":"string","settings":{"foreground":"#C3E88D"}},{"name":"Punctuation","scope":"punctuation, constant.other.symbol","settings":{"foreground":"#89DDFF"}},{"name":"String Escape","scope":"constant.character.escape, text.html constant.character.entity.named","settings":{"foreground":"#EEFFFF"}},{"name":"Boolean","scope":"constant.language.boolean","settings":{"foreground":"#ff9cac"}},{"name":"Number","scope":"constant.numeric","settings":{"foreground":"#F78C6C"}},{"name":"Variable","scope":"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments","settings":{"foreground":"#EEFFFF"}},{"name":"Other Keyword","scope":"keyword.other","settings":{"foreground":"#F78C6C"}},{"name":"Keyword","scope":"keyword, modifier, variable.language.this, support.type.object, constant.language","settings":{"foreground":"#89DDFF"}},{"name":"Function call","scope":"entity.name.function, support.function","settings":{"foreground":"#82AAFF"}},{"name":"Storage","scope":"storage.type, storage.modifier, storage.control","settings":{"foreground":"#C792EA"}},{"name":"Modules","scope":"support.module, support.node","settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Type","scope":"support.type, constant.other.key","settings":{"foreground":"#FFCB6B"}},{"name":"Type","scope":"entity.name.type, entity.other.inherited-class, entity.other","settings":{"foreground":"#FFCB6B"}},{"name":"Comment","scope":"comment","settings":{"foreground":"#545454","fontStyle":"italic"}},{"name":"Comment","scope":"comment punctuation.definition.comment, string.quoted.docstring","settings":{"foreground":"#545454","fontStyle":"italic"}},{"name":"Punctuation","scope":"punctuation","settings":{"foreground":"#89DDFF"}},{"name":"Class","scope":"entity.name, entity.name.type.class, support.type, support.class, meta.use","settings":{"foreground":"#FFCB6B"}},{"name":"Class variable","scope":"variable.object.property, meta.field.declaration entity.name.function","settings":{"foreground":"#f07178"}},{"name":"Class method","scope":"meta.definition.method entity.name.function","settings":{"foreground":"#f07178"}},{"name":"Function definition","scope":"meta.function entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"Template expression","scope":"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end","settings":{"foreground":"#89DDFF"}},{"name":"Reset embedded/template expression colors","scope":"meta.embedded, source.groovy.embedded, meta.template.expression","settings":{"foreground":"#EEFFFF"}},{"name":"YAML key","scope":"entity.name.tag.yaml","settings":{"foreground":"#f07178"}},{"name":"JSON key","scope":"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json","settings":{"foreground":"#f07178"}},{"name":"JSON constant","scope":"constant.language.json","settings":{"foreground":"#89DDFF"}},{"name":"CSS class","scope":"entity.other.attribute-name.class","settings":{"foreground":"#FFCB6B"}},{"name":"CSS ID","scope":"entity.other.attribute-name.id","settings":{"foreground":"#F78C6C"}},{"name":"CSS tag","scope":"source.css entity.name.tag","settings":{"foreground":"#FFCB6B"}},{"name":"CSS properties","scope":"support.type.property-name.css","settings":{"foreground":"#B2CCD6"}},{"name":"HTML tag outer","scope":"meta.tag, punctuation.definition.tag","settings":{"foreground":"#89DDFF"}},{"name":"HTML tag inner","scope":"entity.name.tag","settings":{"foreground":"#f07178"}},{"name":"HTML tag attribute","scope":"entity.other.attribute-name","settings":{"foreground":"#C792EA"}},{"name":"HTML entities","scope":"punctuation.definition.entity.html","settings":{"foreground":"#EEFFFF"}},{"name":"Markdown heading","scope":"markup.heading","settings":{"foreground":"#89DDFF"}},{"name":"Markdown link text","scope":"text.html.markdown meta.link.inline, meta.link.reference","settings":{"foreground":"#f07178"}},{"name":"Markdown list item","scope":"text.html.markdown beginning.punctuation.definition.list","settings":{"foreground":"#89DDFF"}},{"name":"Markdown italic","scope":"markup.italic","settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Markdown bold","scope":"markup.bold","settings":{"foreground":"#f07178","fontStyle":"bold"}},{"name":"Markdown bold italic","scope":"markup.bold markup.italic, markup.italic markup.bold","settings":{"foreground":"#f07178","fontStyle":"italic bold"}},{"name":"Markdown code block","scope":"markup.fenced_code.block.markdown punctuation.definition.markdown","settings":{"foreground":"#C3E88D"}},{"name":"Markdown inline code","scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#C3E88D"}},{"name":"INI property name","scope":"keyword.other.definition.ini","settings":{"foreground":"#f07178"}},{"name":"INI section title","scope":"entity.name.section.group-title.ini","settings":{"foreground":"#89DDFF"}},{"name":"C# class","scope":"source.cs meta.class.identifier storage.type","settings":{"foreground":"#FFCB6B"}},{"name":"C# class method","scope":"source.cs meta.method.identifier entity.name.function","settings":{"foreground":"#f07178"}},{"name":"C# function call","scope":"source.cs meta.method-call meta.method, source.cs entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"C# type","scope":"source.cs storage.type","settings":{"foreground":"#FFCB6B"}},{"name":"C# return type","scope":"source.cs meta.method.return-type","settings":{"foreground":"#FFCB6B"}},{"name":"C# preprocessor","scope":"source.cs meta.preprocessor","settings":{"foreground":"#545454"}},{"name":"C# namespace","scope":"source.cs entity.name.type.namespace","settings":{"foreground":"#EEFFFF"}},{"name":"JSX Text","scope":"meta.jsx.children, SXNested","settings":{"foreground":"#EEFFFF"}},{"name":"JSX Components name","scope":"support.class.component","settings":{"foreground":"#FFCB6B"}},{"name":"C-related Block Level Variables","scope":"source.cpp meta.block variable.other","settings":{"foreground":"#EEFFFF"}},{"name":"Member Access Meta","scope":"source.python meta.member.access.python","settings":{"foreground":"#f07178"}},{"name":"Function Call","scope":"source.python meta.function-call.python, meta.function-call.arguments","settings":{"foreground":"#82AAFF"}},{"name":"Blocks","scope":"meta.block","settings":{"foreground":"#f07178"}},{"name":"Function Call","scope":"entity.name.function.call","settings":{"foreground":"#82AAFF"}},{"name":"Namespaces","scope":"source.php support.other.namespace, source.php meta.use support.class","settings":{"foreground":"#EEFFFF"}},{"name":"Constant keywords","scope":"constant.keyword","settings":{"foreground":"#89DDFF","fontStyle":"italic"}},{"name":"Entity name","scope":"entity.name.function","settings":{"foreground":"#82AAFF"}},{"name":"Global settings","settings":{"background":"#212121","foreground":"#EEFFFF"}},{"name":"Markup Deleted","scope":["markup.deleted"],"settings":{"foreground":"#f07178"}},{"name":"Markup Inserted","scope":["markup.inserted"],"settings":{"foreground":"#C3E88D"}},{"name":"Markup Underline","scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"name":"Keyword Control","scope":["keyword.control"],"settings":{"foreground":"#89DDFF","fontStyle":"italic"}},{"name":"Parameter","scope":["variable.parameter"],"settings":{"fontStyle":"italic"}},{"name":"Python - Self Parameter","scope":["variable.parameter.function.language.special.self.python"],"settings":{"foreground":"#f07178","fontStyle":"italic"}},{"name":"Python - Format Placeholder","scope":["constant.character.format.placeholder.other.python"],"settings":{"foreground":"#F78C6C"}},{"name":"Markdown - Blockquote","scope":["markup.quote"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"name":"Markdown - Fenced Language","scope":["markup.fenced_code.block"],"settings":{"foreground":"#EEFFFF90"}},{"name":"Markdown - Blockquote Punctuation","scope":["punctuation.definition.quote"],"settings":{"foreground":"#ff9cac"}},{"name":"JSON Key - Level 0","scope":["meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"name":"JSON Key - Level 1","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#FFCB6B"}},{"name":"JSON Key - Level 2","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#F78C6C"}},{"name":"JSON Key - Level 3","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#f07178"}},{"name":"JSON Key - Level 4","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#916b53"}},{"name":"JSON Key - Level 5","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#82AAFF"}},{"name":"JSON Key - Level 6","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#ff9cac"}},{"name":"JSON Key - Level 7","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"name":"JSON Key - Level 8","scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C3E88D"}}],"colors":{"focusBorder":"#FFFFFF00","foreground":"#EEFFFF","button.background":"#61616150","button.foreground":"#ffffff","dropdown.background":"#212121","input.background":"#2B2B2B","inputOption.activeBorder":"#EEFFFF30","list.activeSelectionBackground":"#212121","list.activeSelectionForeground":"#80CBC4","list.dropBackground":"#f0717880","list.focusBackground":"#EEFFFF20","list.focusForeground":"#EEFFFF","list.highlightForeground":"#80CBC4","list.hoverBackground":"#212121","list.inactiveSelectionBackground":"#00000030","activityBar.background":"#212121","activityBar.dropBackground":"#f0717880","activityBarBadge.background":"#80CBC4","activityBarBadge.foreground":"#000000","badge.background":"#00000030","badge.foreground":"#545454","sideBar.background":"#212121","sideBarSectionHeader.background":"#212121","editorGroup.dropBackground":"#f0717880","editorGroup.focusedEmptyBorder":"#f07178","editorGroupHeader.tabsBackground":"#212121","tab.border":"#212121","tab.activeBorder":"#80CBC4","tab.inactiveBackground":"#212121","tab.activeModifiedBorder":"#616161","tab.inactiveModifiedBorder":"#904348","tab.unfocusedActiveModifiedBorder":"#c05a60","tab.unfocusedInactiveModifiedBorder":"#904348","editor.background":"#212121","editor.foreground":"#EEFFFF","editorLineNumber.foreground":"#424242","editorLineNumber.activeForeground":"#616161","editorCursor.foreground":"#FFCC00","editor.selectionBackground":"#61616150","editor.selectionHighlightBackground":"#FFCC0020","editor.wordHighlightBackground":"#ff9cac30","editor.wordHighlightStrongBackground":"#C3E88D30","editor.findMatchHighlight":"#EEFFFF","editor.findRangeHighlightBackground":"#FFCB6B30","editor.lineHighlightBorder":"#00000000","editor.rangeHighlightBackground":"#FFFFFF0d","editorWhitespace.foreground":"#EEFFFF40","editorWidget.background":"#212121","editorHoverWidget.background":"#212121","editorMarkerNavigation.background":"#EEFFFF05","peekView.border":"#00000030","peekViewEditor.background":"#EEFFFF05","peekViewResult.background":"#EEFFFF05","peekViewTitle.background":"#EEFFFF05","panel.background":"#212121","panel.border":"#21212160","panelTitle.activeBorder":"#80CBC4","panelTitle.inactiveForeground":"#EEFFFF","notebook.focusedCellBorder":"#80CBC4","notebook.inactiveFocusedCellBorder":"#80CBC450","statusBar.background":"#212121","statusBar.debuggingBackground":"#C792EA","statusBar.debuggingForeground":"#ffffff","statusBar.noFolderBackground":"#212121","statusBarItem.activeBackground":"#f0717880","statusBarItem.hoverBackground":"#54545420","statusBarItem.remoteBackground":"#80CBC4","statusBarItem.remoteForeground":"#000000","titleBar.activeBackground":"#212121","pickerGroup.border":"#FFFFFF1a","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#82AAFF","terminal.ansiBrightBlack":"#545454","terminal.ansiBrightBlue":"#82AAFF","terminal.ansiBrightCyan":"#89DDFF","terminal.ansiBrightGreen":"#C3E88D","terminal.ansiBrightMagenta":"#C792EA","terminal.ansiBrightRed":"#f07178","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#FFCB6B","terminal.ansiCyan":"#89DDFF","terminal.ansiGreen":"#C3E88D","terminal.ansiMagenta":"#C792EA","terminal.ansiRed":"#f07178","terminal.ansiWhite":"#ffffff","terminal.ansiYellow":"#FFCB6B","debugToolBar.background":"#212121","debugConsole.errorForeground":"#f07178","debugConsole.infoForeground":"#89DDFF","debugConsole.warningForeground":"#FFCB6B","selection.background":"#00000080","editorRuler.foreground":"#424242","widget.shadow":"#00000030","scrollbar.shadow":"#00000030","editorLink.activeForeground":"#EEFFFF","progressBar.background":"#80CBC4","pickerGroup.foreground":"#80CBC4","tree.indentGuidesStroke":"#424242","terminalCursor.foreground":"#FFCB6B","terminalCursor.background":"#000000","inputOption.activeBackground":"#EEFFFF30","textLink.foreground":"#80CBC4","textLink.activeForeground":"#EEFFFF","sideBar.foreground":"#616161","sideBar.border":"#21212160","sideBarTitle.foreground":"#EEFFFF","sideBarSectionHeader.border":"#21212160","panel.dropBackground":"#EEFFFF","panelTitle.activeForeground":"#FFFFFF","editor.lineHighlightBackground":"#00000050","editor.findMatchBackground":"#000000","editor.findMatchHighlightBackground":"#00000050","editor.findMatchBorder":"#80CBC4","editor.findMatchHighlightBorder":"#ffffff30","editorIndentGuide.background":"#42424270","editorIndentGuide.activeBackground":"#424242","editorGroup.border":"#00000030","editorGutter.modifiedBackground":"#82AAFF60","editorGutter.addedBackground":"#C3E88D60","editorGutter.deletedBackground":"#f0717860","activityBar.border":"#21212160","activityBar.foreground":"#EEFFFF","activityBar.activeBorder":"#80CBC4","extensionBadge.remoteForeground":"#EEFFFF","scrollbarSlider.background":"#EEFFFF20","scrollbarSlider.hoverBackground":"#EEFFFF10","scrollbarSlider.activeBackground":"#80CBC4","tab.unfocusedActiveBorder":"#545454","tab.activeForeground":"#FFFFFF","tab.inactiveForeground":"#616161","tab.activeBackground":"#212121","tab.unfocusedActiveForeground":"#EEFFFF","editorWidget.resizeBorder":"#80CBC4","editorWidget.border":"#80CBC4","statusBar.border":"#21212160","statusBar.foreground":"#616161","editorBracketMatch.border":"#FFCC0050","editorBracketMatch.background":"#212121","editorOverviewRuler.findMatchForeground":"#80CBC4","editorOverviewRuler.border":"#212121","editorOverviewRuler.errorForeground":"#f0717840","editorOverviewRuler.infoForeground":"#82AAFF40","editorOverviewRuler.warningForeground":"#FFCB6B40","editorInfo.foreground":"#82AAFF70","editorWarning.foreground":"#FFCB6B70","editorError.foreground":"#f0717870","editorHoverWidget.border":"#FFFFFF10","titleBar.activeForeground":"#EEFFFF","titleBar.inactiveBackground":"#212121","titleBar.inactiveForeground":"#616161","titleBar.border":"#21212160","input.foreground":"#EEFFFF","input.placeholderForeground":"#EEFFFF60","input.border":"#FFFFFF10","inputValidation.errorBorder":"#f07178","inputValidation.infoBorder":"#82AAFF","inputValidation.warningBorder":"#FFCB6B","dropdown.border":"#FFFFFF10","quickInput.background":"#212121","quickInput.foreground":"#616161","list.hoverForeground":"#FFFFFF","list.inactiveSelectionForeground":"#80CBC4","quickInput.list.focusBackground":"#EEFFFF20","editorSuggestWidget.background":"#212121","editorSuggestWidget.foreground":"#EEFFFF","editorSuggestWidget.highlightForeground":"#80CBC4","editorSuggestWidget.selectedBackground":"#00000050","editorSuggestWidget.border":"#FFFFFF10","diffEditor.insertedTextBackground":"#89DDFF20","diffEditor.removedTextBackground":"#ff9cac20","notifications.background":"#212121","notifications.foreground":"#EEFFFF","notificationLink.foreground":"#80CBC4","extensionButton.prominentBackground":"#C3E88D90","extensionButton.prominentHoverBackground":"#C3E88D","extensionButton.prominentForeground":"#000000","peekViewEditorGutter.background":"#EEFFFF05","peekViewTitleDescription.foreground":"#EEFFFF60","peekViewResult.matchHighlightBackground":"#61616150","peekViewEditor.matchHighlightBackground":"#61616150","peekViewResult.selectionBackground":"#61616170","gitDecoration.deletedResourceForeground":"#f0717890","gitDecoration.conflictingResourceForeground":"#FFCB6B90","gitDecoration.modifiedResourceForeground":"#82AAFF90","gitDecoration.untrackedResourceForeground":"#C3E88D90","gitDecoration.ignoredResourceForeground":"#61616190","breadcrumb.background":"#212121","breadcrumb.foreground":"#616161","breadcrumb.focusForeground":"#EEFFFF","breadcrumb.activeSelectionForeground":"#80CBC4","breadcrumbPicker.background":"#212121","menu.background":"#212121","menu.foreground":"#EEFFFF","menu.selectionBackground":"#00000050","menu.selectionForeground":"#80CBC4","menu.selectionBorder":"#00000030","menu.separatorBackground":"#EEFFFF","menubar.selectionBackground":"#00000030","menubar.selectionForeground":"#80CBC4","menubar.selectionBorder":"#00000030","settings.dropdownForeground":"#EEFFFF","settings.dropdownBackground":"#212121","settings.numberInputForeground":"#EEFFFF","settings.numberInputBackground":"#212121","settings.textInputForeground":"#EEFFFF","settings.textInputBackground":"#212121","settings.headerForeground":"#80CBC4","settings.modifiedItemIndicator":"#80CBC4","settings.checkboxBackground":"#212121","settings.checkboxForeground":"#EEFFFF","listFilterWidget.background":"#00000030","listFilterWidget.outline":"#00000030","listFilterWidget.noMatchesOutline":"#00000030"}}'),Xc=JSON.parse('{"name":"One Dark Pro","type":"dark","semanticHighlighting":true,"semanticTokenColors":{"enumMember":{"foreground":"#56b6c2"},"variable.constant":{"foreground":"#d19a66"},"variable.defaultLibrary":{"foreground":"#e5c07b"},"variable:dart":{"foreground":"#d19a66"},"property:dart":{"foreground":"#d19a66"},"annotation:dart":{"foreground":"#d19a66"},"parameter.label:dart":{"foreground":"#abb2bf"},"macro":{"foreground":"#d19a66"},"tomlArrayKey":{"foreground":"#e5c07b"}},"tokenColors":[{"scope":"meta.embedded","settings":{"foreground":"#abb2bf"}},{"name":"unison punctuation","scope":"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison","settings":{"foreground":"#e06c75"}},{"name":"haskell variable generic-type","scope":"variable.other.generic-type.haskell","settings":{"foreground":"#c678dd"}},{"name":"haskell storage type","scope":"storage.type.haskell","settings":{"foreground":"#d19a66"}},{"name":"support.variable.magic.python","scope":"support.variable.magic.python","settings":{"foreground":"#e06c75"}},{"name":"punctuation.separator.parameters.python","scope":"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python","settings":{"foreground":"#abb2bf"}},{"name":"variable.parameter.function.language.special.self.python","scope":"variable.parameter.function.language.special.self.python","settings":{"foreground":"#e5c07b"}},{"name":"variable.parameter.function.language.special.cls.python","scope":"variable.parameter.function.language.special.cls.python","settings":{"foreground":"#e5c07b"}},{"name":"storage.modifier.lifetime.rust","scope":"storage.modifier.lifetime.rust","settings":{"foreground":"#abb2bf"}},{"name":"support.function.std.rust","scope":"support.function.std.rust","settings":{"foreground":"#61afef"}},{"name":"entity.name.lifetime.rust","scope":"entity.name.lifetime.rust","settings":{"foreground":"#e5c07b"}},{"name":"variable.language.rust","scope":"variable.language.rust","settings":{"foreground":"#e06c75"}},{"name":"support.constant.edge","scope":"support.constant.edge","settings":{"foreground":"#c678dd"}},{"name":"regexp constant character-class","scope":"constant.other.character-class.regexp","settings":{"foreground":"#e06c75"}},{"name":"keyword.operator","scope":["keyword.operator.word"],"settings":{"foreground":"#c678dd"}},{"name":"regexp operator.quantifier","scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"#d19a66"}},{"name":"Text","scope":"variable.parameter.function","settings":{"foreground":"#abb2bf"}},{"name":"Comment Markup Link","scope":"comment markup.link","settings":{"foreground":"#5c6370"}},{"name":"markup diff","scope":"markup.changed.diff","settings":{"foreground":"#e5c07b"}},{"name":"diff","scope":"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff","settings":{"foreground":"#61afef"}},{"name":"inserted.diff","scope":"markup.inserted.diff","settings":{"foreground":"#98c379"}},{"name":"deleted.diff","scope":"markup.deleted.diff","settings":{"foreground":"#e06c75"}},{"name":"c++ function","scope":"meta.function.c,meta.function.cpp","settings":{"foreground":"#e06c75"}},{"name":"c++ block","scope":"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c","settings":{"foreground":"#abb2bf"}},{"name":"js/ts punctuation separator key-value","scope":"punctuation.separator.key-value","settings":{"foreground":"#abb2bf"}},{"name":"js/ts import keyword","scope":"keyword.operator.expression.import","settings":{"foreground":"#61afef"}},{"name":"math js/ts","scope":"support.constant.math","settings":{"foreground":"#e5c07b"}},{"name":"math property js/ts","scope":"support.constant.property.math","settings":{"foreground":"#d19a66"}},{"name":"js/ts variable.other.constant","scope":"variable.other.constant","settings":{"foreground":"#e5c07b"}},{"name":"java type","scope":["storage.type.annotation.java","storage.type.object.array.java"],"settings":{"foreground":"#e5c07b"}},{"name":"java source","scope":"source.java","settings":{"foreground":"#e06c75"}},{"name":"java modifier.import","scope":"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java","settings":{"foreground":"#abb2bf"}},{"name":"java modifier.import","scope":"meta.method.java","settings":{"foreground":"#61afef"}},{"name":"java modifier.import","scope":"storage.modifier.import.java,storage.type.java,storage.type.generic.java","settings":{"foreground":"#e5c07b"}},{"name":"java instanceof","scope":"keyword.operator.instanceof.java","settings":{"foreground":"#c678dd"}},{"name":"java variable.name","scope":"meta.definition.variable.name.java","settings":{"foreground":"#e06c75"}},{"name":"operator logical","scope":"keyword.operator.logical","settings":{"foreground":"#56b6c2"}},{"name":"operator bitwise","scope":"keyword.operator.bitwise","settings":{"foreground":"#56b6c2"}},{"name":"operator channel","scope":"keyword.operator.channel","settings":{"foreground":"#56b6c2"}},{"name":"support.constant.property-value.scss","scope":"support.constant.property-value.scss,support.constant.property-value.css","settings":{"foreground":"#d19a66"}},{"name":"CSS/SCSS/LESS Operators","scope":"keyword.operator.css,keyword.operator.scss,keyword.operator.less","settings":{"foreground":"#56b6c2"}},{"name":"css color standard name","scope":"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss","settings":{"foreground":"#d19a66"}},{"name":"css comma","scope":"punctuation.separator.list.comma.css","settings":{"foreground":"#abb2bf"}},{"name":"css attribute-name.id","scope":"support.constant.color.w3c-standard-color-name.css","settings":{"foreground":"#d19a66"}},{"name":"css property-name","scope":"support.type.vendored.property-name.css","settings":{"foreground":"#56b6c2"}},{"name":"js/ts module","scope":"support.module.node,support.type.object.module,support.module.node","settings":{"foreground":"#e5c07b"}},{"name":"entity.name.type.module","scope":"entity.name.type.module","settings":{"foreground":"#e5c07b"}},{"name":"js variable readwrite","scope":"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node","settings":{"foreground":"#e06c75"}},{"name":"js/ts json","scope":"support.constant.json","settings":{"foreground":"#d19a66"}},{"name":"js/ts Keyword","scope":["keyword.operator.expression.instanceof","keyword.operator.new","keyword.operator.ternary","keyword.operator.optional","keyword.operator.expression.keyof"],"settings":{"foreground":"#c678dd"}},{"name":"js/ts console","scope":"support.type.object.console","settings":{"foreground":"#e06c75"}},{"name":"js/ts support.variable.property.process","scope":"support.variable.property.process","settings":{"foreground":"#d19a66"}},{"name":"js console function","scope":"entity.name.function,support.function.console","settings":{"foreground":"#61afef"}},{"name":"keyword.operator.misc.rust","scope":"keyword.operator.misc.rust","settings":{"foreground":"#abb2bf"}},{"name":"keyword.operator.sigil.rust","scope":"keyword.operator.sigil.rust","settings":{"foreground":"#c678dd"}},{"name":"operator","scope":"keyword.operator.delete","settings":{"foreground":"#c678dd"}},{"name":"js dom","scope":"support.type.object.dom","settings":{"foreground":"#56b6c2"}},{"name":"js dom variable","scope":"support.variable.dom,support.variable.property.dom","settings":{"foreground":"#e06c75"}},{"name":"keyword.operator","scope":"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational","settings":{"foreground":"#56b6c2"}},{"name":"C operator assignment","scope":"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp","settings":{"foreground":"#c678dd"}},{"name":"Punctuation","scope":"punctuation.separator.delimiter","settings":{"foreground":"#abb2bf"}},{"name":"Other punctuation .c","scope":"punctuation.separator.c,punctuation.separator.cpp","settings":{"foreground":"#c678dd"}},{"name":"C type posix-reserved","scope":"support.type.posix-reserved.c,support.type.posix-reserved.cpp","settings":{"foreground":"#56b6c2"}},{"name":"keyword.operator.sizeof.c","scope":"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp","settings":{"foreground":"#c678dd"}},{"name":"python parameter","scope":"variable.parameter.function.language.python","settings":{"foreground":"#d19a66"}},{"name":"python type","scope":"support.type.python","settings":{"foreground":"#56b6c2"}},{"name":"python logical","scope":"keyword.operator.logical.python","settings":{"foreground":"#c678dd"}},{"name":"pyCs","scope":"variable.parameter.function.python","settings":{"foreground":"#d19a66"}},{"name":"python block","scope":"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python","settings":{"foreground":"#abb2bf"}},{"name":"python function-call.generic","scope":"meta.function-call.generic.python","settings":{"foreground":"#61afef"}},{"name":"python placeholder reset to normal string","scope":"constant.character.format.placeholder.other.python","settings":{"foreground":"#d19a66"}},{"name":"Operators","scope":"keyword.operator","settings":{"foreground":"#abb2bf"}},{"name":"Compound Assignment Operators","scope":"keyword.operator.assignment.compound","settings":{"foreground":"#c678dd"}},{"name":"Compound Assignment Operators js/ts","scope":"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts","settings":{"foreground":"#56b6c2"}},{"name":"Keywords","scope":"keyword","settings":{"foreground":"#c678dd"}},{"name":"Namespaces","scope":"entity.name.namespace","settings":{"foreground":"#e5c07b"}},{"name":"Variables","scope":"variable","settings":{"foreground":"#e06c75"}},{"name":"Variables","scope":"variable.c","settings":{"foreground":"#abb2bf"}},{"name":"Language variables","scope":"variable.language","settings":{"foreground":"#e5c07b"}},{"name":"Java Variables","scope":"token.variable.parameter.java","settings":{"foreground":"#abb2bf"}},{"name":"Java Imports","scope":"import.storage.java","settings":{"foreground":"#e5c07b"}},{"name":"Packages","scope":"token.package.keyword","settings":{"foreground":"#c678dd"}},{"name":"Packages","scope":"token.package","settings":{"foreground":"#abb2bf"}},{"name":"Functions","scope":["entity.name.function","meta.require","support.function.any-method","variable.function"],"settings":{"foreground":"#61afef"}},{"name":"Classes","scope":"entity.name.type.namespace","settings":{"foreground":"#e5c07b"}},{"name":"Classes","scope":"support.class, entity.name.type.class","settings":{"foreground":"#e5c07b"}},{"name":"Class name","scope":"entity.name.class.identifier.namespace.type","settings":{"foreground":"#e5c07b"}},{"name":"Class name","scope":["entity.name.class","variable.other.class.js","variable.other.class.ts"],"settings":{"foreground":"#e5c07b"}},{"name":"Class name php","scope":"variable.other.class.php","settings":{"foreground":"#e06c75"}},{"name":"Type Name","scope":"entity.name.type","settings":{"foreground":"#e5c07b"}},{"name":"Keyword Control","scope":"keyword.control","settings":{"foreground":"#c678dd"}},{"name":"Control Elements","scope":"control.elements, keyword.operator.less","settings":{"foreground":"#d19a66"}},{"name":"Methods","scope":"keyword.other.special-method","settings":{"foreground":"#61afef"}},{"name":"Storage","scope":"storage","settings":{"foreground":"#c678dd"}},{"name":"Storage JS TS","scope":"token.storage","settings":{"foreground":"#c678dd"}},{"name":"Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void","scope":"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void","settings":{"foreground":"#c678dd"}},{"name":"Java Storage","scope":"token.storage.type.java","settings":{"foreground":"#e5c07b"}},{"name":"Support","scope":"support.function","settings":{"foreground":"#56b6c2"}},{"name":"Support type","scope":"support.type.property-name","settings":{"foreground":"#abb2bf"}},{"name":"[VSCODE-CUSTOM] toml support","scope":"support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml","settings":{"foreground":"#e06c75"}},{"name":"Support type","scope":"support.constant.property-value","settings":{"foreground":"#abb2bf"}},{"name":"Support type","scope":"support.constant.font-name","settings":{"foreground":"#d19a66"}},{"name":"Meta tag","scope":"meta.tag","settings":{"foreground":"#abb2bf"}},{"name":"Strings","scope":"string","settings":{"foreground":"#98c379"}},{"name":"Constant other symbol","scope":"constant.other.symbol","settings":{"foreground":"#56b6c2"}},{"name":"Integers","scope":"constant.numeric","settings":{"foreground":"#d19a66"}},{"name":"Constants","scope":"constant","settings":{"foreground":"#d19a66"}},{"name":"Constants","scope":"punctuation.definition.constant","settings":{"foreground":"#d19a66"}},{"name":"Tags","scope":"entity.name.tag","settings":{"foreground":"#e06c75"}},{"name":"Attributes","scope":"entity.other.attribute-name","settings":{"foreground":"#d19a66"}},{"name":"Attribute IDs","scope":"entity.other.attribute-name.id","settings":{"foreground":"#61afef"}},{"name":"Attribute class","scope":"entity.other.attribute-name.class.css","settings":{"foreground":"#d19a66"}},{"name":"Selector","scope":"meta.selector","settings":{"foreground":"#c678dd"}},{"name":"Headings","scope":"markup.heading","settings":{"foreground":"#e06c75"}},{"name":"Headings","scope":"markup.heading punctuation.definition.heading, entity.name.section","settings":{"foreground":"#61afef"}},{"name":"Units","scope":"keyword.other.unit","settings":{"foreground":"#e06c75"}},{"name":"Bold","scope":"markup.bold,todo.bold","settings":{"foreground":"#d19a66"}},{"name":"Bold","scope":"punctuation.definition.bold","settings":{"foreground":"#e5c07b"}},{"name":"markup Italic","scope":"markup.italic, punctuation.definition.italic,todo.emphasis","settings":{"foreground":"#c678dd"}},{"name":"emphasis md","scope":"emphasis md","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Markdown headings","scope":"entity.name.section.markdown","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown heading Punctuation Definition","scope":"punctuation.definition.heading.markdown","settings":{"foreground":"#e06c75"}},{"name":"punctuation.definition.list.begin.markdown","scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown heading setext","scope":"markup.heading.setext","settings":{"foreground":"#abb2bf"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition Bold","scope":"punctuation.definition.bold.markdown","settings":{"foreground":"#d19a66"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw","scope":"markup.inline.raw.markdown","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw","scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw punctuation","scope":"punctuation.definition.raw.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown List Punctuation Definition","scope":"punctuation.definition.list.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition String","scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown","punctuation.definition.metadata.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"beginning.punctuation.definition.list.markdown","scope":["beginning.punctuation.definition.list.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition Link","scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown Underline Link/Image","scope":"markup.underline.link.markdown,markup.underline.link.image.markdown","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Markdown Link Title/Description","scope":"string.other.link.title.markdown,string.other.link.description.markdown","settings":{"foreground":"#61afef"}},{"name":"[VSCODE-CUSTOM] Asciidoc Inline Raw","scope":"markup.raw.monospace.asciidoc","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Asciidoc Inline Raw Punctuation Definition","scope":"punctuation.definition.asciidoc","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Asciidoc List Punctuation Definition","scope":"markup.list.asciidoc","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Asciidoc underline link","scope":"markup.link.asciidoc,markup.other.url.asciidoc","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Asciidoc link name","scope":"string.unquoted.asciidoc,markup.other.url.asciidoc","settings":{"foreground":"#61afef"}},{"name":"Regular Expressions","scope":"string.regexp","settings":{"foreground":"#56b6c2"}},{"name":"Embedded","scope":"punctuation.section.embedded, variable.interpolation","settings":{"foreground":"#e06c75"}},{"name":"Embedded","scope":"punctuation.section.embedded.begin,punctuation.section.embedded.end","settings":{"foreground":"#c678dd"}},{"name":"illegal","scope":"invalid.illegal","settings":{"foreground":"#ffffff"}},{"name":"illegal","scope":"invalid.illegal.bad-ampersand.html","settings":{"foreground":"#abb2bf"}},{"scope":"invalid.illegal.unrecognized-tag.html","settings":{"foreground":"#e06c75"}},{"name":"Broken","scope":"invalid.broken","settings":{"foreground":"#ffffff"}},{"name":"Deprecated","scope":"invalid.deprecated","settings":{"foreground":"#ffffff"}},{"name":"html Deprecated","scope":"invalid.deprecated.entity.other.attribute-name.html","settings":{"foreground":"#d19a66"}},{"name":"Unimplemented","scope":"invalid.unimplemented","settings":{"foreground":"#ffffff"}},{"name":"Source Json Meta Structure Dictionary Json > String Quoted Json","scope":"source.json meta.structure.dictionary.json > string.quoted.json","settings":{"foreground":"#e06c75"}},{"name":"Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String","scope":"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string","settings":{"foreground":"#e06c75"}},{"name":"Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation","scope":"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation","settings":{"foreground":"#98c379"}},{"name":"Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json","scope":"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json","settings":{"foreground":"#56b6c2"}},{"name":"[VSCODE-CUSTOM] JSON Property Name","scope":"support.type.property-name.json","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] JSON Punctuation for Property Name","scope":"support.type.property-name.json punctuation","settings":{"foreground":"#e06c75"}},{"name":"laravel blade tag","scope":"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade","settings":{"foreground":"#c678dd"}},{"name":"laravel blade @","scope":"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade","settings":{"foreground":"#c678dd"}},{"name":"use statement for other classes","scope":"support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php","settings":{"foreground":"#e5c07b"}},{"name":"error suppression","scope":"keyword.operator.error-control.php","settings":{"foreground":"#c678dd"}},{"name":"php instanceof","scope":"keyword.operator.type.php","settings":{"foreground":"#c678dd"}},{"name":"style double quoted array index normal begin","scope":"punctuation.section.array.begin.php","settings":{"foreground":"#abb2bf"}},{"name":"style double quoted array index normal end","scope":"punctuation.section.array.end.php","settings":{"foreground":"#abb2bf"}},{"name":"php illegal.non-null-typehinted","scope":"invalid.illegal.non-null-typehinted.php","settings":{"foreground":"#f44747"}},{"name":"php types","scope":"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php","settings":{"foreground":"#e5c07b"}},{"name":"php call-function","scope":"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php","settings":{"foreground":"#61afef"}},{"name":"php function-resets","scope":"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php","settings":{"foreground":"#abb2bf"}},{"name":"support php constants","scope":"support.constant.core.rust","settings":{"foreground":"#d19a66"}},{"name":"support php constants","scope":"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php","settings":{"foreground":"#d19a66"}},{"name":"php goto","scope":"entity.name.goto-label.php,support.other.php","settings":{"foreground":"#61afef"}},{"name":"php logical/bitwise operator","scope":"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php","settings":{"foreground":"#56b6c2"}},{"name":"php regexp operator","scope":"keyword.operator.regexp.php","settings":{"foreground":"#c678dd"}},{"name":"php comparison","scope":"keyword.operator.comparison.php","settings":{"foreground":"#56b6c2"}},{"name":"php heredoc/nowdoc","scope":"keyword.operator.heredoc.php,keyword.operator.nowdoc.php","settings":{"foreground":"#c678dd"}},{"name":"python function decorator @","scope":"meta.function.decorator.python","settings":{"foreground":"#61afef"}},{"name":"python function support","scope":"support.token.decorator.python,meta.function.decorator.identifier.python","settings":{"foreground":"#56b6c2"}},{"name":"parameter function js/ts","scope":"function.parameter","settings":{"foreground":"#abb2bf"}},{"name":"brace function","scope":"function.brace","settings":{"foreground":"#abb2bf"}},{"name":"parameter function ruby cs","scope":"function.parameter.ruby, function.parameter.cs","settings":{"foreground":"#abb2bf"}},{"name":"constant.language.symbol.ruby","scope":"constant.language.symbol.ruby","settings":{"foreground":"#56b6c2"}},{"name":"constant.language.symbol.hashkey.ruby","scope":"constant.language.symbol.hashkey.ruby","settings":{"foreground":"#56b6c2"}},{"name":"rgb-value","scope":"rgb-value","settings":{"foreground":"#56b6c2"}},{"name":"rgb value","scope":"inline-color-decoration rgb-value","settings":{"foreground":"#d19a66"}},{"name":"rgb value less","scope":"less rgb-value","settings":{"foreground":"#d19a66"}},{"name":"sass selector","scope":"selector.sass","settings":{"foreground":"#e06c75"}},{"name":"ts primitive/builtin types","scope":"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx","settings":{"foreground":"#e5c07b"}},{"name":"block scope","scope":"block.scope.end,block.scope.begin","settings":{"foreground":"#abb2bf"}},{"name":"cs storage type","scope":"storage.type.cs","settings":{"foreground":"#e5c07b"}},{"name":"cs local variable","scope":"entity.name.variable.local.cs","settings":{"foreground":"#e06c75"}},{"scope":"token.info-token","settings":{"foreground":"#61afef"}},{"scope":"token.warn-token","settings":{"foreground":"#d19a66"}},{"scope":"token.error-token","settings":{"foreground":"#f44747"}},{"scope":"token.debug-token","settings":{"foreground":"#c678dd"}},{"name":"String interpolation","scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end","punctuation.section.embedded"],"settings":{"foreground":"#c678dd"}},{"name":"Reset JavaScript string interpolation expression","scope":["meta.template.expression"],"settings":{"foreground":"#abb2bf"}},{"name":"Import module JS","scope":["keyword.operator.module"],"settings":{"foreground":"#c678dd"}},{"name":"js Flowtype","scope":["support.type.type.flowtype"],"settings":{"foreground":"#61afef"}},{"name":"js Flow","scope":["support.type.primitive"],"settings":{"foreground":"#e5c07b"}},{"name":"js class prop","scope":["meta.property.object"],"settings":{"foreground":"#e06c75"}},{"name":"js func parameter","scope":["variable.parameter.function.js"],"settings":{"foreground":"#e06c75"}},{"name":"js template literals begin","scope":["keyword.other.template.begin"],"settings":{"foreground":"#98c379"}},{"name":"js template literals end","scope":["keyword.other.template.end"],"settings":{"foreground":"#98c379"}},{"name":"js template literals variable braces begin","scope":["keyword.other.substitution.begin"],"settings":{"foreground":"#98c379"}},{"name":"js template literals variable braces end","scope":["keyword.other.substitution.end"],"settings":{"foreground":"#98c379"}},{"name":"js operator.assignment","scope":["keyword.operator.assignment"],"settings":{"foreground":"#56b6c2"}},{"name":"go operator","scope":["keyword.operator.assignment.go"],"settings":{"foreground":"#e5c07b"}},{"name":"go operator","scope":["keyword.operator.arithmetic.go","keyword.operator.address.go"],"settings":{"foreground":"#c678dd"}},{"name":"Go package name","scope":["entity.name.package.go"],"settings":{"foreground":"#e5c07b"}},{"name":"elm prelude","scope":["support.type.prelude.elm"],"settings":{"foreground":"#56b6c2"}},{"name":"elm constant","scope":["support.constant.elm"],"settings":{"foreground":"#d19a66"}},{"name":"template literal","scope":["punctuation.quasi.element"],"settings":{"foreground":"#c678dd"}},{"name":"html/pug (jade) escaped characters and entities","scope":["constant.character.entity"],"settings":{"foreground":"#e06c75"}},{"name":"styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour","scope":["entity.other.attribute-name.pseudo-element","entity.other.attribute-name.pseudo-class"],"settings":{"foreground":"#56b6c2"}},{"name":"Clojure globals","scope":["entity.global.clojure"],"settings":{"foreground":"#e5c07b"}},{"name":"Clojure symbols","scope":["meta.symbol.clojure"],"settings":{"foreground":"#e06c75"}},{"name":"Clojure constants","scope":["constant.keyword.clojure"],"settings":{"foreground":"#56b6c2"}},{"name":"CoffeeScript Function Argument","scope":["meta.arguments.coffee","variable.parameter.function.coffee"],"settings":{"foreground":"#e06c75"}},{"name":"Ini Default Text","scope":["source.ini"],"settings":{"foreground":"#98c379"}},{"name":"Makefile prerequisities","scope":["meta.scope.prerequisites.makefile"],"settings":{"foreground":"#e06c75"}},{"name":"Makefile text colour","scope":["source.makefile"],"settings":{"foreground":"#e5c07b"}},{"name":"Groovy import names","scope":["storage.modifier.import.groovy"],"settings":{"foreground":"#e5c07b"}},{"name":"Groovy Methods","scope":["meta.method.groovy"],"settings":{"foreground":"#61afef"}},{"name":"Groovy Variables","scope":["meta.definition.variable.name.groovy"],"settings":{"foreground":"#e06c75"}},{"name":"Groovy Inheritance","scope":["meta.definition.class.inherited.classes.groovy"],"settings":{"foreground":"#98c379"}},{"name":"HLSL Semantic","scope":["support.variable.semantic.hlsl"],"settings":{"foreground":"#e5c07b"}},{"name":"HLSL Types","scope":["support.type.texture.hlsl","support.type.sampler.hlsl","support.type.object.hlsl","support.type.object.rw.hlsl","support.type.fx.hlsl","support.type.object.hlsl"],"settings":{"foreground":"#c678dd"}},{"name":"SQL Variables","scope":["text.variable","text.bracketed"],"settings":{"foreground":"#e06c75"}},{"name":"types","scope":["support.type.swift","support.type.vb.asp"],"settings":{"foreground":"#e5c07b"}},{"name":"heading 1, keyword","scope":["entity.name.function.xi"],"settings":{"foreground":"#e5c07b"}},{"name":"heading 2, callable","scope":["entity.name.class.xi"],"settings":{"foreground":"#56b6c2"}},{"name":"heading 3, property","scope":["constant.character.character-class.regexp.xi"],"settings":{"foreground":"#e06c75"}},{"name":"heading 4, type, class, interface","scope":["constant.regexp.xi"],"settings":{"foreground":"#c678dd"}},{"name":"heading 5, enums, preprocessor, constant, decorator","scope":["keyword.control.xi"],"settings":{"foreground":"#56b6c2"}},{"name":"heading 6, number","scope":["invalid.xi"],"settings":{"foreground":"#abb2bf"}},{"name":"string","scope":["beginning.punctuation.definition.quote.markdown.xi"],"settings":{"foreground":"#98c379"}},{"name":"comments","scope":["beginning.punctuation.definition.list.markdown.xi"],"settings":{"foreground":"#7f848e"}},{"name":"link","scope":["constant.character.xi"],"settings":{"foreground":"#61afef"}},{"name":"accent","scope":["accent.xi"],"settings":{"foreground":"#61afef"}},{"name":"wikiword","scope":["wikiword.xi"],"settings":{"foreground":"#d19a66"}},{"name":"language operators like \'+\', \'-\' etc","scope":["constant.other.color.rgb-value.xi"],"settings":{"foreground":"#ffffff"}},{"name":"elements to dim","scope":["punctuation.definition.tag.xi"],"settings":{"foreground":"#5c6370"}},{"name":"C++/C#","scope":["entity.name.label.cs","entity.name.scope-resolution.function.call","entity.name.scope-resolution.function.definition"],"settings":{"foreground":"#e5c07b"}},{"name":"Markdown underscore-style headers","scope":["entity.name.label.cs","markup.heading.setext.1.markdown","markup.heading.setext.2.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"meta.brace.square","scope":[" meta.brace.square"],"settings":{"foreground":"#abb2bf"}},{"name":"Comments","scope":"comment, punctuation.definition.comment","settings":{"foreground":"#7f848e","fontStyle":"italic"}},{"name":"[VSCODE-CUSTOM] Markdown Quote","scope":"markup.quote.markdown","settings":{"foreground":"#5c6370"}},{"name":"punctuation.definition.block.sequence.item.yaml","scope":"punctuation.definition.block.sequence.item.yaml","settings":{"foreground":"#abb2bf"}},{"scope":["constant.language.symbol.elixir","constant.language.symbol.double-quoted.elixir"],"settings":{"foreground":"#56b6c2"}},{"scope":["entity.name.variable.parameter.cs"],"settings":{"foreground":"#e5c07b"}},{"scope":["entity.name.variable.field.cs"],"settings":{"foreground":"#e06c75"}},{"name":"Deleted","scope":"markup.deleted","settings":{"foreground":"#e06c75"}},{"name":"Inserted","scope":"markup.inserted","settings":{"foreground":"#98c379"}},{"name":"Underline","scope":"markup.underline","settings":{"fontStyle":"underline"}},{"name":"punctuation.section.embedded.begin.php","scope":["punctuation.section.embedded.begin.php","punctuation.section.embedded.end.php"],"settings":{"foreground":"#BE5046"}},{"name":"support.other.namespace.php","scope":["support.other.namespace.php"],"settings":{"foreground":"#abb2bf"}},{"name":"variable.other.object","scope":["variable.other.object"],"settings":{"foreground":"#e5c07b"}},{"name":"variable.other.constant.property","scope":["variable.other.constant.property"],"settings":{"foreground":"#e06c75"}},{"name":"entity.other.inherited-class","scope":["entity.other.inherited-class"],"settings":{"foreground":"#e5c07b"}},{"name":"c variable readwrite","scope":"variable.other.readwrite.c","settings":{"foreground":"#e06c75"}},{"name":"php scope","scope":"entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php","settings":{"foreground":"#abb2bf"}},{"name":"Assembly","scope":["constant.numeric.decimal.asm.x86_64"],"settings":{"foreground":"#c678dd"}},{"scope":["support.other.parenthesis.regexp"],"settings":{"foreground":"#d19a66"}},{"scope":["constant.character.escape"],"settings":{"foreground":"#56b6c2"}},{"scope":["string.regexp"],"settings":{"foreground":"#e06c75"}},{"name":"js/ts italic","scope":"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super","settings":{"fontStyle":"italic"}},{"name":"comment","scope":"comment.line.double-slash,comment.block.documentation","settings":{"fontStyle":"italic"}},{"name":"Python Keyword Control","scope":"keyword.control.import.python,keyword.control.flow.python,keyword.operator.logical.python","settings":{"fontStyle":"italic"}},{"name":"markup.italic.markdown","scope":"markup.italic.markdown","settings":{"fontStyle":"italic"}}],"colors":{"activityBar.background":"#282c34","activityBar.foreground":"#d7dae0","activityBarBadge.background":"#4d78cc","activityBarBadge.foreground":"#f8fafd","badge.background":"#282c34","button.background":"#404754","button.secondaryBackground":"#30333d","button.secondaryForeground":"#c0bdbd","checkbox.border":"#404754","debugToolBar.background":"#21252b","descriptionForeground":"#abb2bf","diffEditor.insertedTextBackground":"#00809b33","dropdown.background":"#21252b","dropdown.border":"#21252b","editor.background":"#282c34","editor.findMatchBackground":"#42557b","editor.findMatchBorder":"#457dff","editor.findMatchHighlightBackground":"#6199ff2f","editor.foreground":"#abb2bf","editorBracketHighlight.foreground1":"#d19a66","editorBracketHighlight.foreground2":"#c678dd","editorBracketHighlight.foreground3":"#56b6c2","editorHoverWidget.highlightForeground":"#61afef","editorInlayHint.foreground":"#abb2bf","editorInlayHint.background":"#2c313c","editor.lineHighlightBackground":"#2c313c","editorLineNumber.activeForeground":"#abb2bf","editorGutter.addedBackground":"#109868","editorGutter.deletedBackground":"#9A353D","editorGutter.modifiedBackground":"#948B60","editorOverviewRuler.addedBackground":"#109868","editorOverviewRuler.deletedBackground":"#9A353D","editorOverviewRuler.modifiedBackground":"#948B60","editor.selectionBackground":"#67769660","editor.selectionHighlightBackground":"#ffffff10","editor.selectionHighlightBorder":"#dddddd","editor.wordHighlightBackground":"#d2e0ff2f","editor.wordHighlightBorder":"#7f848e","editor.wordHighlightStrongBackground":"#abb2bf26","editor.wordHighlightStrongBorder":"#7f848e","editorBracketMatch.background":"#515a6b","editorBracketMatch.border":"#515a6b","editorCursor.background":"#ffffffc9","editorCursor.foreground":"#528bff","editorError.foreground":"#c24038","editorGroup.background":"#181a1f","editorGroup.border":"#181a1f","editorGroupHeader.tabsBackground":"#21252b","editorHoverWidget.background":"#21252b","editorHoverWidget.border":"#181a1f","editorIndentGuide.activeBackground":"#c8c8c859","editorIndentGuide.background":"#3b4048","editorLineNumber.foreground":"#495162","editorMarkerNavigation.background":"#21252b","editorRuler.foreground":"#abb2bf26","editorSuggestWidget.background":"#21252b","editorSuggestWidget.border":"#181a1f","editorSuggestWidget.selectedBackground":"#2c313a","editorWarning.foreground":"#d19a66","editorWhitespace.foreground":"#ffffff1d","editorWidget.background":"#21252b","focusBorder":"#3e4452","gitDecoration.ignoredResourceForeground":"#636b78","input.background":"#1d1f23","input.foreground":"#abb2bf","list.activeSelectionBackground":"#2c313a","list.activeSelectionForeground":"#d7dae0","list.focusBackground":"#323842","list.focusForeground":"#f0f0f0","list.highlightForeground":"#ecebeb","list.hoverBackground":"#2c313a","list.hoverForeground":"#abb2bf","list.inactiveSelectionBackground":"#323842","list.inactiveSelectionForeground":"#d7dae0","list.warningForeground":"#d19a66","menu.foreground":"#abb2bf","menu.separatorBackground":"#343a45","minimapGutter.addedBackground":"#109868","minimapGutter.deletedBackground":"#9A353D","minimapGutter.modifiedBackground":"#948B60","panel.border":"#3e4452","panelSectionHeader.background":"#21252b","peekViewEditor.background":"#1b1d23","peekViewEditor.matchHighlightBackground":"#29244b","peekViewResult.background":"#22262b","scrollbar.shadow":"#23252c","scrollbarSlider.activeBackground":"#747d9180","scrollbarSlider.background":"#4e566660","scrollbarSlider.hoverBackground":"#5a637580","settings.focusedRowBackground":"#282c34","settings.headerForeground":"#fff","sideBar.background":"#21252b","sideBar.foreground":"#abb2bf","sideBarSectionHeader.background":"#282c34","sideBarSectionHeader.foreground":"#abb2bf","statusBar.background":"#21252b","statusBar.debuggingBackground":"#cc6633","statusBar.debuggingBorder":"#ff000000","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#9da5b4","statusBar.noFolderBackground":"#21252b","statusBarItem.remoteBackground":"#4d78cc","statusBarItem.remoteForeground":"#f8fafd","tab.activeBackground":"#282c34","tab.activeBorder":"#b4b4b4","tab.activeForeground":"#dcdcdc","tab.border":"#181a1f","tab.hoverBackground":"#323842","tab.inactiveBackground":"#21252b","tab.unfocusedHoverBackground":"#323842","terminal.ansiBlack":"#3f4451","terminal.ansiBlue":"#4aa5f0","terminal.ansiBrightBlack":"#4f5666","terminal.ansiBrightBlue":"#4dc4ff","terminal.ansiBrightCyan":"#4cd1e0","terminal.ansiBrightGreen":"#a5e075","terminal.ansiBrightMagenta":"#de73ff","terminal.ansiBrightRed":"#ff616e","terminal.ansiBrightWhite":"#e6e6e6","terminal.ansiBrightYellow":"#f0a45d","terminal.ansiCyan":"#42b3c2","terminal.ansiGreen":"#8cc265","terminal.ansiMagenta":"#c162de","terminal.ansiRed":"#e05561","terminal.ansiWhite":"#d7dae0","terminal.ansiYellow":"#d18f52","terminal.background":"#282c34","terminal.border":"#3e4452","terminal.foreground":"#abb2bf","terminal.selectionBackground":"#abb2bf30","textBlockQuote.background":"#2e3440","textBlockQuote.border":"#4b5362","textLink.foreground":"#61afef","textPreformat.foreground":"#d19a66","titleBar.activeBackground":"#282c34","titleBar.activeForeground":"#9da5b4","titleBar.inactiveBackground":"#21252b","titleBar.inactiveForeground":"#6b717d","tree.indentGuidesStroke":"#ffffff1d","walkThrough.embeddedEditorBackground":"#2e3440","welcomePage.buttonHoverBackground":"#404754"}}'),qc=JSON.parse('{"name":"One Dark Pro","type":"dark","semanticHighlighting":true,"semanticTokenColors":{"enumMember":{"foreground":"#56b6c2"},"variable.constant":{"foreground":"#d19a66"},"variable.defaultLibrary":{"foreground":"#e5c07b"},"variable:dart":{"foreground":"#d19a66"},"property:dart":{"foreground":"#d19a66"},"annotation:dart":{"foreground":"#d19a66"},"parameter.label:dart":{"foreground":"#abb2bf"},"macro":{"foreground":"#d19a66"},"tomlArrayKey":{"foreground":"#e5c07b"}},"tokenColors":[{"scope":"meta.embedded","settings":{"foreground":"#abb2bf"}},{"name":"unison punctuation","scope":"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison","settings":{"foreground":"#e06c75"}},{"name":"haskell variable generic-type","scope":"variable.other.generic-type.haskell","settings":{"foreground":"#c678dd"}},{"name":"haskell storage type","scope":"storage.type.haskell","settings":{"foreground":"#d19a66"}},{"name":"support.variable.magic.python","scope":"support.variable.magic.python","settings":{"foreground":"#e06c75"}},{"name":"punctuation.separator.parameters.python","scope":"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python","settings":{"foreground":"#abb2bf"}},{"name":"variable.parameter.function.language.special.self.python","scope":"variable.parameter.function.language.special.self.python","settings":{"foreground":"#e5c07b"}},{"name":"variable.parameter.function.language.special.cls.python","scope":"variable.parameter.function.language.special.cls.python","settings":{"foreground":"#e5c07b"}},{"name":"storage.modifier.lifetime.rust","scope":"storage.modifier.lifetime.rust","settings":{"foreground":"#abb2bf"}},{"name":"support.function.std.rust","scope":"support.function.std.rust","settings":{"foreground":"#61afef"}},{"name":"entity.name.lifetime.rust","scope":"entity.name.lifetime.rust","settings":{"foreground":"#e5c07b"}},{"name":"variable.language.rust","scope":"variable.language.rust","settings":{"foreground":"#e06c75"}},{"name":"support.constant.edge","scope":"support.constant.edge","settings":{"foreground":"#c678dd"}},{"name":"regexp constant character-class","scope":"constant.other.character-class.regexp","settings":{"foreground":"#e06c75"}},{"name":"keyword.operator","scope":["keyword.operator.word"],"settings":{"foreground":"#c678dd"}},{"name":"regexp operator.quantifier","scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"#d19a66"}},{"name":"Text","scope":"variable.parameter.function","settings":{"foreground":"#abb2bf"}},{"name":"Comment Markup Link","scope":"comment markup.link","settings":{"foreground":"#5c6370"}},{"name":"markup diff","scope":"markup.changed.diff","settings":{"foreground":"#e5c07b"}},{"name":"diff","scope":"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff","settings":{"foreground":"#61afef"}},{"name":"inserted.diff","scope":"markup.inserted.diff","settings":{"foreground":"#98c379"}},{"name":"deleted.diff","scope":"markup.deleted.diff","settings":{"foreground":"#e06c75"}},{"name":"c++ function","scope":"meta.function.c,meta.function.cpp","settings":{"foreground":"#e06c75"}},{"name":"c++ block","scope":"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c","settings":{"foreground":"#abb2bf"}},{"name":"js/ts punctuation separator key-value","scope":"punctuation.separator.key-value","settings":{"foreground":"#abb2bf"}},{"name":"js/ts import keyword","scope":"keyword.operator.expression.import","settings":{"foreground":"#61afef"}},{"name":"math js/ts","scope":"support.constant.math","settings":{"foreground":"#e5c07b"}},{"name":"math property js/ts","scope":"support.constant.property.math","settings":{"foreground":"#d19a66"}},{"name":"js/ts variable.other.constant","scope":"variable.other.constant","settings":{"foreground":"#e5c07b"}},{"name":"java type","scope":["storage.type.annotation.java","storage.type.object.array.java"],"settings":{"foreground":"#e5c07b"}},{"name":"java source","scope":"source.java","settings":{"foreground":"#e06c75"}},{"name":"java modifier.import","scope":"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java","settings":{"foreground":"#abb2bf"}},{"name":"java modifier.import","scope":"meta.method.java","settings":{"foreground":"#61afef"}},{"name":"java modifier.import","scope":"storage.modifier.import.java,storage.type.java,storage.type.generic.java","settings":{"foreground":"#e5c07b"}},{"name":"java instanceof","scope":"keyword.operator.instanceof.java","settings":{"foreground":"#c678dd"}},{"name":"java variable.name","scope":"meta.definition.variable.name.java","settings":{"foreground":"#e06c75"}},{"name":"operator logical","scope":"keyword.operator.logical","settings":{"foreground":"#56b6c2"}},{"name":"operator bitwise","scope":"keyword.operator.bitwise","settings":{"foreground":"#56b6c2"}},{"name":"operator channel","scope":"keyword.operator.channel","settings":{"foreground":"#56b6c2"}},{"name":"support.constant.property-value.scss","scope":"support.constant.property-value.scss,support.constant.property-value.css","settings":{"foreground":"#d19a66"}},{"name":"CSS/SCSS/LESS Operators","scope":"keyword.operator.css,keyword.operator.scss,keyword.operator.less","settings":{"foreground":"#56b6c2"}},{"name":"css color standard name","scope":"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss","settings":{"foreground":"#d19a66"}},{"name":"css comma","scope":"punctuation.separator.list.comma.css","settings":{"foreground":"#abb2bf"}},{"name":"css attribute-name.id","scope":"support.constant.color.w3c-standard-color-name.css","settings":{"foreground":"#d19a66"}},{"name":"css property-name","scope":"support.type.vendored.property-name.css","settings":{"foreground":"#56b6c2"}},{"name":"js/ts module","scope":"support.module.node,support.type.object.module,support.module.node","settings":{"foreground":"#e5c07b"}},{"name":"entity.name.type.module","scope":"entity.name.type.module","settings":{"foreground":"#e5c07b"}},{"name":"js variable readwrite","scope":"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node","settings":{"foreground":"#e06c75"}},{"name":"js/ts json","scope":"support.constant.json","settings":{"foreground":"#d19a66"}},{"name":"js/ts Keyword","scope":["keyword.operator.expression.instanceof","keyword.operator.new","keyword.operator.ternary","keyword.operator.optional","keyword.operator.expression.keyof"],"settings":{"foreground":"#c678dd"}},{"name":"js/ts console","scope":"support.type.object.console","settings":{"foreground":"#e06c75"}},{"name":"js/ts support.variable.property.process","scope":"support.variable.property.process","settings":{"foreground":"#d19a66"}},{"name":"js console function","scope":"entity.name.function,support.function.console","settings":{"foreground":"#61afef"}},{"name":"keyword.operator.misc.rust","scope":"keyword.operator.misc.rust","settings":{"foreground":"#abb2bf"}},{"name":"keyword.operator.sigil.rust","scope":"keyword.operator.sigil.rust","settings":{"foreground":"#c678dd"}},{"name":"operator","scope":"keyword.operator.delete","settings":{"foreground":"#c678dd"}},{"name":"js dom","scope":"support.type.object.dom","settings":{"foreground":"#56b6c2"}},{"name":"js dom variable","scope":"support.variable.dom,support.variable.property.dom","settings":{"foreground":"#e06c75"}},{"name":"keyword.operator","scope":"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational","settings":{"foreground":"#56b6c2"}},{"name":"C operator assignment","scope":"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp","settings":{"foreground":"#c678dd"}},{"name":"Punctuation","scope":"punctuation.separator.delimiter","settings":{"foreground":"#abb2bf"}},{"name":"Other punctuation .c","scope":"punctuation.separator.c,punctuation.separator.cpp","settings":{"foreground":"#c678dd"}},{"name":"C type posix-reserved","scope":"support.type.posix-reserved.c,support.type.posix-reserved.cpp","settings":{"foreground":"#56b6c2"}},{"name":"keyword.operator.sizeof.c","scope":"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp","settings":{"foreground":"#c678dd"}},{"name":"python parameter","scope":"variable.parameter.function.language.python","settings":{"foreground":"#d19a66"}},{"name":"python type","scope":"support.type.python","settings":{"foreground":"#56b6c2"}},{"name":"python logical","scope":"keyword.operator.logical.python","settings":{"foreground":"#c678dd"}},{"name":"pyCs","scope":"variable.parameter.function.python","settings":{"foreground":"#d19a66"}},{"name":"python block","scope":"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python","settings":{"foreground":"#abb2bf"}},{"name":"python function-call.generic","scope":"meta.function-call.generic.python","settings":{"foreground":"#61afef"}},{"name":"python placeholder reset to normal string","scope":"constant.character.format.placeholder.other.python","settings":{"foreground":"#d19a66"}},{"name":"Operators","scope":"keyword.operator","settings":{"foreground":"#abb2bf"}},{"name":"Compound Assignment Operators","scope":"keyword.operator.assignment.compound","settings":{"foreground":"#c678dd"}},{"name":"Compound Assignment Operators js/ts","scope":"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts","settings":{"foreground":"#56b6c2"}},{"name":"Keywords","scope":"keyword","settings":{"foreground":"#c678dd"}},{"name":"Namespaces","scope":"entity.name.namespace","settings":{"foreground":"#e5c07b"}},{"name":"Variables","scope":"variable","settings":{"foreground":"#e06c75"}},{"name":"Variables","scope":"variable.c","settings":{"foreground":"#abb2bf"}},{"name":"Language variables","scope":"variable.language","settings":{"foreground":"#e5c07b"}},{"name":"Java Variables","scope":"token.variable.parameter.java","settings":{"foreground":"#abb2bf"}},{"name":"Java Imports","scope":"import.storage.java","settings":{"foreground":"#e5c07b"}},{"name":"Packages","scope":"token.package.keyword","settings":{"foreground":"#c678dd"}},{"name":"Packages","scope":"token.package","settings":{"foreground":"#abb2bf"}},{"name":"Functions","scope":["entity.name.function","meta.require","support.function.any-method","variable.function"],"settings":{"foreground":"#61afef"}},{"name":"Classes","scope":"entity.name.type.namespace","settings":{"foreground":"#e5c07b"}},{"name":"Classes","scope":"support.class, entity.name.type.class","settings":{"foreground":"#e5c07b"}},{"name":"Class name","scope":"entity.name.class.identifier.namespace.type","settings":{"foreground":"#e5c07b"}},{"name":"Class name","scope":["entity.name.class","variable.other.class.js","variable.other.class.ts"],"settings":{"foreground":"#e5c07b"}},{"name":"Class name php","scope":"variable.other.class.php","settings":{"foreground":"#e06c75"}},{"name":"Type Name","scope":"entity.name.type","settings":{"foreground":"#e5c07b"}},{"name":"Keyword Control","scope":"keyword.control","settings":{"foreground":"#c678dd"}},{"name":"Control Elements","scope":"control.elements, keyword.operator.less","settings":{"foreground":"#d19a66"}},{"name":"Methods","scope":"keyword.other.special-method","settings":{"foreground":"#61afef"}},{"name":"Storage","scope":"storage","settings":{"foreground":"#c678dd"}},{"name":"Storage JS TS","scope":"token.storage","settings":{"foreground":"#c678dd"}},{"name":"Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void","scope":"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void","settings":{"foreground":"#c678dd"}},{"name":"Java Storage","scope":"token.storage.type.java","settings":{"foreground":"#e5c07b"}},{"name":"Support","scope":"support.function","settings":{"foreground":"#56b6c2"}},{"name":"Support type","scope":"support.type.property-name","settings":{"foreground":"#abb2bf"}},{"name":"[VSCODE-CUSTOM] toml support","scope":"support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml","settings":{"foreground":"#e06c75"}},{"name":"Support type","scope":"support.constant.property-value","settings":{"foreground":"#abb2bf"}},{"name":"Support type","scope":"support.constant.font-name","settings":{"foreground":"#d19a66"}},{"name":"Meta tag","scope":"meta.tag","settings":{"foreground":"#abb2bf"}},{"name":"Strings","scope":"string","settings":{"foreground":"#98c379"}},{"name":"Constant other symbol","scope":"constant.other.symbol","settings":{"foreground":"#56b6c2"}},{"name":"Integers","scope":"constant.numeric","settings":{"foreground":"#d19a66"}},{"name":"Constants","scope":"constant","settings":{"foreground":"#d19a66"}},{"name":"Constants","scope":"punctuation.definition.constant","settings":{"foreground":"#d19a66"}},{"name":"Tags","scope":"entity.name.tag","settings":{"foreground":"#e06c75"}},{"name":"Attributes","scope":"entity.other.attribute-name","settings":{"foreground":"#d19a66"}},{"name":"Attribute IDs","scope":"entity.other.attribute-name.id","settings":{"foreground":"#61afef"}},{"name":"Attribute class","scope":"entity.other.attribute-name.class.css","settings":{"foreground":"#d19a66"}},{"name":"Selector","scope":"meta.selector","settings":{"foreground":"#c678dd"}},{"name":"Headings","scope":"markup.heading","settings":{"foreground":"#e06c75"}},{"name":"Headings","scope":"markup.heading punctuation.definition.heading, entity.name.section","settings":{"foreground":"#61afef"}},{"name":"Units","scope":"keyword.other.unit","settings":{"foreground":"#e06c75"}},{"name":"Bold","scope":"markup.bold,todo.bold","settings":{"foreground":"#d19a66"}},{"name":"Bold","scope":"punctuation.definition.bold","settings":{"foreground":"#e5c07b"}},{"name":"markup Italic","scope":"markup.italic, punctuation.definition.italic,todo.emphasis","settings":{"foreground":"#c678dd"}},{"name":"emphasis md","scope":"emphasis md","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Markdown headings","scope":"entity.name.section.markdown","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown heading Punctuation Definition","scope":"punctuation.definition.heading.markdown","settings":{"foreground":"#e06c75"}},{"name":"punctuation.definition.list.begin.markdown","scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown heading setext","scope":"markup.heading.setext","settings":{"foreground":"#abb2bf"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition Bold","scope":"punctuation.definition.bold.markdown","settings":{"foreground":"#d19a66"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw","scope":"markup.inline.raw.markdown","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw","scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Markdown Inline Raw punctuation","scope":"punctuation.definition.raw.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown List Punctuation Definition","scope":"punctuation.definition.list.markdown","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition String","scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown","punctuation.definition.metadata.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"beginning.punctuation.definition.list.markdown","scope":["beginning.punctuation.definition.list.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown Punctuation Definition Link","scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] Markdown Underline Link/Image","scope":"markup.underline.link.markdown,markup.underline.link.image.markdown","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Markdown Link Title/Description","scope":"string.other.link.title.markdown,string.other.link.description.markdown","settings":{"foreground":"#61afef"}},{"name":"[VSCODE-CUSTOM] Asciidoc Inline Raw","scope":"markup.raw.monospace.asciidoc","settings":{"foreground":"#98c379"}},{"name":"[VSCODE-CUSTOM] Asciidoc Inline Raw Punctuation Definition","scope":"punctuation.definition.asciidoc","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Asciidoc List Punctuation Definition","scope":"markup.list.asciidoc","settings":{"foreground":"#e5c07b"}},{"name":"[VSCODE-CUSTOM] Asciidoc underline link","scope":"markup.link.asciidoc,markup.other.url.asciidoc","settings":{"foreground":"#c678dd"}},{"name":"[VSCODE-CUSTOM] Asciidoc link name","scope":"string.unquoted.asciidoc,markup.other.url.asciidoc","settings":{"foreground":"#61afef"}},{"name":"Regular Expressions","scope":"string.regexp","settings":{"foreground":"#56b6c2"}},{"name":"Embedded","scope":"punctuation.section.embedded, variable.interpolation","settings":{"foreground":"#e06c75"}},{"name":"Embedded","scope":"punctuation.section.embedded.begin,punctuation.section.embedded.end","settings":{"foreground":"#c678dd"}},{"name":"illegal","scope":"invalid.illegal","settings":{"foreground":"#ffffff"}},{"name":"illegal","scope":"invalid.illegal.bad-ampersand.html","settings":{"foreground":"#abb2bf"}},{"scope":"invalid.illegal.unrecognized-tag.html","settings":{"foreground":"#e06c75"}},{"name":"Broken","scope":"invalid.broken","settings":{"foreground":"#ffffff"}},{"name":"Deprecated","scope":"invalid.deprecated","settings":{"foreground":"#ffffff"}},{"name":"html Deprecated","scope":"invalid.deprecated.entity.other.attribute-name.html","settings":{"foreground":"#d19a66"}},{"name":"Unimplemented","scope":"invalid.unimplemented","settings":{"foreground":"#ffffff"}},{"name":"Source Json Meta Structure Dictionary Json > String Quoted Json","scope":"source.json meta.structure.dictionary.json > string.quoted.json","settings":{"foreground":"#e06c75"}},{"name":"Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String","scope":"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string","settings":{"foreground":"#e06c75"}},{"name":"Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation","scope":"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation","settings":{"foreground":"#98c379"}},{"name":"Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json","scope":"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json","settings":{"foreground":"#56b6c2"}},{"name":"[VSCODE-CUSTOM] JSON Property Name","scope":"support.type.property-name.json","settings":{"foreground":"#e06c75"}},{"name":"[VSCODE-CUSTOM] JSON Punctuation for Property Name","scope":"support.type.property-name.json punctuation","settings":{"foreground":"#e06c75"}},{"name":"laravel blade tag","scope":"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade","settings":{"foreground":"#c678dd"}},{"name":"laravel blade @","scope":"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade","settings":{"foreground":"#c678dd"}},{"name":"use statement for other classes","scope":"support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php","settings":{"foreground":"#e5c07b"}},{"name":"error suppression","scope":"keyword.operator.error-control.php","settings":{"foreground":"#c678dd"}},{"name":"php instanceof","scope":"keyword.operator.type.php","settings":{"foreground":"#c678dd"}},{"name":"style double quoted array index normal begin","scope":"punctuation.section.array.begin.php","settings":{"foreground":"#abb2bf"}},{"name":"style double quoted array index normal end","scope":"punctuation.section.array.end.php","settings":{"foreground":"#abb2bf"}},{"name":"php illegal.non-null-typehinted","scope":"invalid.illegal.non-null-typehinted.php","settings":{"foreground":"#f44747"}},{"name":"php types","scope":"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php","settings":{"foreground":"#e5c07b"}},{"name":"php call-function","scope":"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php","settings":{"foreground":"#61afef"}},{"name":"php function-resets","scope":"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php","settings":{"foreground":"#abb2bf"}},{"name":"support php constants","scope":"support.constant.core.rust","settings":{"foreground":"#d19a66"}},{"name":"support php constants","scope":"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php","settings":{"foreground":"#d19a66"}},{"name":"php goto","scope":"entity.name.goto-label.php,support.other.php","settings":{"foreground":"#61afef"}},{"name":"php logical/bitwise operator","scope":"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php","settings":{"foreground":"#56b6c2"}},{"name":"php regexp operator","scope":"keyword.operator.regexp.php","settings":{"foreground":"#c678dd"}},{"name":"php comparison","scope":"keyword.operator.comparison.php","settings":{"foreground":"#56b6c2"}},{"name":"php heredoc/nowdoc","scope":"keyword.operator.heredoc.php,keyword.operator.nowdoc.php","settings":{"foreground":"#c678dd"}},{"name":"python function decorator @","scope":"meta.function.decorator.python","settings":{"foreground":"#61afef"}},{"name":"python function support","scope":"support.token.decorator.python,meta.function.decorator.identifier.python","settings":{"foreground":"#56b6c2"}},{"name":"parameter function js/ts","scope":"function.parameter","settings":{"foreground":"#abb2bf"}},{"name":"brace function","scope":"function.brace","settings":{"foreground":"#abb2bf"}},{"name":"parameter function ruby cs","scope":"function.parameter.ruby, function.parameter.cs","settings":{"foreground":"#abb2bf"}},{"name":"constant.language.symbol.ruby","scope":"constant.language.symbol.ruby","settings":{"foreground":"#56b6c2"}},{"name":"constant.language.symbol.hashkey.ruby","scope":"constant.language.symbol.hashkey.ruby","settings":{"foreground":"#56b6c2"}},{"name":"rgb-value","scope":"rgb-value","settings":{"foreground":"#56b6c2"}},{"name":"rgb value","scope":"inline-color-decoration rgb-value","settings":{"foreground":"#d19a66"}},{"name":"rgb value less","scope":"less rgb-value","settings":{"foreground":"#d19a66"}},{"name":"sass selector","scope":"selector.sass","settings":{"foreground":"#e06c75"}},{"name":"ts primitive/builtin types","scope":"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx","settings":{"foreground":"#e5c07b"}},{"name":"block scope","scope":"block.scope.end,block.scope.begin","settings":{"foreground":"#abb2bf"}},{"name":"cs storage type","scope":"storage.type.cs","settings":{"foreground":"#e5c07b"}},{"name":"cs local variable","scope":"entity.name.variable.local.cs","settings":{"foreground":"#e06c75"}},{"scope":"token.info-token","settings":{"foreground":"#61afef"}},{"scope":"token.warn-token","settings":{"foreground":"#d19a66"}},{"scope":"token.error-token","settings":{"foreground":"#f44747"}},{"scope":"token.debug-token","settings":{"foreground":"#c678dd"}},{"name":"String interpolation","scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end","punctuation.section.embedded"],"settings":{"foreground":"#c678dd"}},{"name":"Reset JavaScript string interpolation expression","scope":["meta.template.expression"],"settings":{"foreground":"#abb2bf"}},{"name":"Import module JS","scope":["keyword.operator.module"],"settings":{"foreground":"#c678dd"}},{"name":"js Flowtype","scope":["support.type.type.flowtype"],"settings":{"foreground":"#61afef"}},{"name":"js Flow","scope":["support.type.primitive"],"settings":{"foreground":"#e5c07b"}},{"name":"js class prop","scope":["meta.property.object"],"settings":{"foreground":"#e06c75"}},{"name":"js func parameter","scope":["variable.parameter.function.js"],"settings":{"foreground":"#e06c75"}},{"name":"js template literals begin","scope":["keyword.other.template.begin"],"settings":{"foreground":"#98c379"}},{"name":"js template literals end","scope":["keyword.other.template.end"],"settings":{"foreground":"#98c379"}},{"name":"js template literals variable braces begin","scope":["keyword.other.substitution.begin"],"settings":{"foreground":"#98c379"}},{"name":"js template literals variable braces end","scope":["keyword.other.substitution.end"],"settings":{"foreground":"#98c379"}},{"name":"js operator.assignment","scope":["keyword.operator.assignment"],"settings":{"foreground":"#56b6c2"}},{"name":"go operator","scope":["keyword.operator.assignment.go"],"settings":{"foreground":"#e5c07b"}},{"name":"go operator","scope":["keyword.operator.arithmetic.go","keyword.operator.address.go"],"settings":{"foreground":"#c678dd"}},{"name":"Go package name","scope":["entity.name.package.go"],"settings":{"foreground":"#e5c07b"}},{"name":"elm prelude","scope":["support.type.prelude.elm"],"settings":{"foreground":"#56b6c2"}},{"name":"elm constant","scope":["support.constant.elm"],"settings":{"foreground":"#d19a66"}},{"name":"template literal","scope":["punctuation.quasi.element"],"settings":{"foreground":"#c678dd"}},{"name":"html/pug (jade) escaped characters and entities","scope":["constant.character.entity"],"settings":{"foreground":"#e06c75"}},{"name":"styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour","scope":["entity.other.attribute-name.pseudo-element","entity.other.attribute-name.pseudo-class"],"settings":{"foreground":"#56b6c2"}},{"name":"Clojure globals","scope":["entity.global.clojure"],"settings":{"foreground":"#e5c07b"}},{"name":"Clojure symbols","scope":["meta.symbol.clojure"],"settings":{"foreground":"#e06c75"}},{"name":"Clojure constants","scope":["constant.keyword.clojure"],"settings":{"foreground":"#56b6c2"}},{"name":"CoffeeScript Function Argument","scope":["meta.arguments.coffee","variable.parameter.function.coffee"],"settings":{"foreground":"#e06c75"}},{"name":"Ini Default Text","scope":["source.ini"],"settings":{"foreground":"#98c379"}},{"name":"Makefile prerequisities","scope":["meta.scope.prerequisites.makefile"],"settings":{"foreground":"#e06c75"}},{"name":"Makefile text colour","scope":["source.makefile"],"settings":{"foreground":"#e5c07b"}},{"name":"Groovy import names","scope":["storage.modifier.import.groovy"],"settings":{"foreground":"#e5c07b"}},{"name":"Groovy Methods","scope":["meta.method.groovy"],"settings":{"foreground":"#61afef"}},{"name":"Groovy Variables","scope":["meta.definition.variable.name.groovy"],"settings":{"foreground":"#e06c75"}},{"name":"Groovy Inheritance","scope":["meta.definition.class.inherited.classes.groovy"],"settings":{"foreground":"#98c379"}},{"name":"HLSL Semantic","scope":["support.variable.semantic.hlsl"],"settings":{"foreground":"#e5c07b"}},{"name":"HLSL Types","scope":["support.type.texture.hlsl","support.type.sampler.hlsl","support.type.object.hlsl","support.type.object.rw.hlsl","support.type.fx.hlsl","support.type.object.hlsl"],"settings":{"foreground":"#c678dd"}},{"name":"SQL Variables","scope":["text.variable","text.bracketed"],"settings":{"foreground":"#e06c75"}},{"name":"types","scope":["support.type.swift","support.type.vb.asp"],"settings":{"foreground":"#e5c07b"}},{"name":"heading 1, keyword","scope":["entity.name.function.xi"],"settings":{"foreground":"#e5c07b"}},{"name":"heading 2, callable","scope":["entity.name.class.xi"],"settings":{"foreground":"#56b6c2"}},{"name":"heading 3, property","scope":["constant.character.character-class.regexp.xi"],"settings":{"foreground":"#e06c75"}},{"name":"heading 4, type, class, interface","scope":["constant.regexp.xi"],"settings":{"foreground":"#c678dd"}},{"name":"heading 5, enums, preprocessor, constant, decorator","scope":["keyword.control.xi"],"settings":{"foreground":"#56b6c2"}},{"name":"heading 6, number","scope":["invalid.xi"],"settings":{"foreground":"#abb2bf"}},{"name":"string","scope":["beginning.punctuation.definition.quote.markdown.xi"],"settings":{"foreground":"#98c379"}},{"name":"comments","scope":["beginning.punctuation.definition.list.markdown.xi"],"settings":{"foreground":"#7f848e"}},{"name":"link","scope":["constant.character.xi"],"settings":{"foreground":"#61afef"}},{"name":"accent","scope":["accent.xi"],"settings":{"foreground":"#61afef"}},{"name":"wikiword","scope":["wikiword.xi"],"settings":{"foreground":"#d19a66"}},{"name":"language operators like \'+\', \'-\' etc","scope":["constant.other.color.rgb-value.xi"],"settings":{"foreground":"#ffffff"}},{"name":"elements to dim","scope":["punctuation.definition.tag.xi"],"settings":{"foreground":"#5c6370"}},{"name":"C++/C#","scope":["entity.name.label.cs","entity.name.scope-resolution.function.call","entity.name.scope-resolution.function.definition"],"settings":{"foreground":"#e5c07b"}},{"name":"Markdown underscore-style headers","scope":["entity.name.label.cs","markup.heading.setext.1.markdown","markup.heading.setext.2.markdown"],"settings":{"foreground":"#e06c75"}},{"name":"meta.brace.square","scope":[" meta.brace.square"],"settings":{"foreground":"#abb2bf"}},{"name":"Comments","scope":"comment, punctuation.definition.comment","settings":{"foreground":"#7f848e"}},{"name":"[VSCODE-CUSTOM] Markdown Quote","scope":"markup.quote.markdown","settings":{"foreground":"#5c6370"}},{"name":"punctuation.definition.block.sequence.item.yaml","scope":"punctuation.definition.block.sequence.item.yaml","settings":{"foreground":"#abb2bf"}},{"scope":["constant.language.symbol.elixir","constant.language.symbol.double-quoted.elixir"],"settings":{"foreground":"#56b6c2"}},{"scope":["entity.name.variable.parameter.cs"],"settings":{"foreground":"#e5c07b"}},{"scope":["entity.name.variable.field.cs"],"settings":{"foreground":"#e06c75"}},{"name":"Deleted","scope":"markup.deleted","settings":{"foreground":"#e06c75"}},{"name":"Inserted","scope":"markup.inserted","settings":{"foreground":"#98c379"}},{"name":"Underline","scope":"markup.underline","settings":{"fontStyle":"underline"}},{"name":"punctuation.section.embedded.begin.php","scope":["punctuation.section.embedded.begin.php","punctuation.section.embedded.end.php"],"settings":{"foreground":"#BE5046"}},{"name":"support.other.namespace.php","scope":["support.other.namespace.php"],"settings":{"foreground":"#abb2bf"}},{"name":"variable.other.object","scope":["variable.other.object"],"settings":{"foreground":"#e5c07b"}},{"name":"variable.other.constant.property","scope":["variable.other.constant.property"],"settings":{"foreground":"#e06c75"}},{"name":"entity.other.inherited-class","scope":["entity.other.inherited-class"],"settings":{"foreground":"#e5c07b"}},{"name":"c variable readwrite","scope":"variable.other.readwrite.c","settings":{"foreground":"#e06c75"}},{"name":"php scope","scope":"entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php","settings":{"foreground":"#abb2bf"}},{"name":"Assembly","scope":["constant.numeric.decimal.asm.x86_64"],"settings":{"foreground":"#c678dd"}},{"scope":["support.other.parenthesis.regexp"],"settings":{"foreground":"#d19a66"}},{"scope":["constant.character.escape"],"settings":{"foreground":"#56b6c2"}},{"scope":["string.regexp"],"settings":{"foreground":"#e06c75"}}],"colors":{"activityBar.background":"#23272e","activityBar.foreground":"#d7dae0","activityBarBadge.background":"#4d78cc","activityBarBadge.foreground":"#f8fafd","badge.background":"#23272e","button.background":"#404754","button.secondaryBackground":"#30333d","button.secondaryForeground":"#c0bdbd","checkbox.border":"#404754","debugToolBar.background":"#1e2227","descriptionForeground":"#abb2bf","diffEditor.insertedTextBackground":"#00809b33","dropdown.background":"#1e2227","dropdown.border":"#1e2227","editor.background":"#23272e","editor.findMatchBackground":"#42557b","editor.findMatchBorder":"#457dff","editor.findMatchHighlightBackground":"#6199ff2f","editor.foreground":"#abb2bf","editorBracketHighlight.foreground1":"#d19a66","editorBracketHighlight.foreground2":"#c678dd","editorBracketHighlight.foreground3":"#56b6c2","editorHoverWidget.highlightForeground":"#61afef","editorInlayHint.foreground":"#abb2bf","editorInlayHint.background":"#2c313c","editor.lineHighlightBackground":"#2c313c","editorLineNumber.activeForeground":"#abb2bf","editorGutter.addedBackground":"#109868","editorGutter.deletedBackground":"#9A353D","editorGutter.modifiedBackground":"#948B60","editorOverviewRuler.addedBackground":"#109868","editorOverviewRuler.deletedBackground":"#9A353D","editorOverviewRuler.modifiedBackground":"#948B60","editor.selectionBackground":"#67769660","editor.selectionHighlightBackground":"#ffffff10","editor.selectionHighlightBorder":"#dddddd","editor.wordHighlightBackground":"#d2e0ff2f","editor.wordHighlightBorder":"#7f848e","editor.wordHighlightStrongBackground":"#abb2bf26","editor.wordHighlightStrongBorder":"#7f848e","editorBracketMatch.background":"#515a6b","editorBracketMatch.border":"#515a6b","editorCursor.background":"#ffffffc9","editorCursor.foreground":"#528bff","editorError.foreground":"#c24038","editorGroup.background":"#181a1f","editorGroup.border":"#181a1f","editorGroupHeader.tabsBackground":"#1e2227","editorHoverWidget.background":"#1e2227","editorHoverWidget.border":"#181a1f","editorIndentGuide.activeBackground":"#c8c8c859","editorIndentGuide.background":"#3b4048","editorLineNumber.foreground":"#495162","editorMarkerNavigation.background":"#1e2227","editorRuler.foreground":"#abb2bf26","editorSuggestWidget.background":"#1e2227","editorSuggestWidget.border":"#181a1f","editorSuggestWidget.selectedBackground":"#2c313a","editorWarning.foreground":"#d19a66","editorWhitespace.foreground":"#ffffff1d","editorWidget.background":"#1e2227","focusBorder":"#3e4452","gitDecoration.ignoredResourceForeground":"#636b78","input.background":"#1d1f23","input.foreground":"#abb2bf","list.activeSelectionBackground":"#2c313a","list.activeSelectionForeground":"#d7dae0","list.focusBackground":"#323842","list.focusForeground":"#f0f0f0","list.highlightForeground":"#ecebeb","list.hoverBackground":"#2c313a","list.hoverForeground":"#abb2bf","list.inactiveSelectionBackground":"#323842","list.inactiveSelectionForeground":"#d7dae0","list.warningForeground":"#d19a66","menu.foreground":"#abb2bf","menu.separatorBackground":"#343a45","minimapGutter.addedBackground":"#109868","minimapGutter.deletedBackground":"#9A353D","minimapGutter.modifiedBackground":"#948B60","panel.border":"#3e4452","panelSectionHeader.background":"#1e2227","peekViewEditor.background":"#1b1d23","peekViewEditor.matchHighlightBackground":"#29244b","peekViewResult.background":"#22262b","scrollbar.shadow":"#23252c","scrollbarSlider.activeBackground":"#747d9180","scrollbarSlider.background":"#4e566660","scrollbarSlider.hoverBackground":"#5a637580","settings.focusedRowBackground":"#23272e","settings.headerForeground":"#fff","sideBar.background":"#1e2227","sideBar.foreground":"#abb2bf","sideBarSectionHeader.background":"#23272e","sideBarSectionHeader.foreground":"#abb2bf","statusBar.background":"#1e2227","statusBar.debuggingBackground":"#cc6633","statusBar.debuggingBorder":"#ff000000","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#9da5b4","statusBar.noFolderBackground":"#1e2227","statusBarItem.remoteBackground":"#4d78cc","statusBarItem.remoteForeground":"#f8fafd","tab.activeBackground":"#23272e","tab.activeBorder":"#b4b4b4","tab.activeForeground":"#dcdcdc","tab.border":"#181a1f","tab.hoverBackground":"#323842","tab.inactiveBackground":"#1e2227","tab.unfocusedHoverBackground":"#323842","terminal.ansiBlack":"#3f4451","terminal.ansiBlue":"#4aa5f0","terminal.ansiBrightBlack":"#4f5666","terminal.ansiBrightBlue":"#4dc4ff","terminal.ansiBrightCyan":"#4cd1e0","terminal.ansiBrightGreen":"#a5e075","terminal.ansiBrightMagenta":"#de73ff","terminal.ansiBrightRed":"#ff616e","terminal.ansiBrightWhite":"#e6e6e6","terminal.ansiBrightYellow":"#f0a45d","terminal.ansiCyan":"#42b3c2","terminal.ansiGreen":"#8cc265","terminal.ansiMagenta":"#c162de","terminal.ansiRed":"#e05561","terminal.ansiWhite":"#d7dae0","terminal.ansiYellow":"#d18f52","terminal.background":"#23272e","terminal.border":"#3e4452","terminal.foreground":"#abb2bf","terminal.selectionBackground":"#abb2bf30","textBlockQuote.background":"#2e3440","textBlockQuote.border":"#4b5362","textLink.foreground":"#61afef","textPreformat.foreground":"#d19a66","titleBar.activeBackground":"#23272e","titleBar.activeForeground":"#9da5b4","titleBar.inactiveBackground":"#1e2227","titleBar.inactiveForeground":"#6b717d","tree.indentGuidesStroke":"#ffffff1d","walkThrough.embeddedEditorBackground":"#2e3440","welcomePage.buttonHoverBackground":"#404754"}}'),Jc=[{token:Uc.IDENTIFIER,foreground:"dcdcaa"},{token:Uc.NUMBER,foreground:"b5cea8"},{token:Uc.DATE,foreground:"b5cea8"},{token:Uc.COLOR,foreground:"b5cea8"},{token:Uc.PACKAGE,foreground:"808080"},{token:Uc.PARSER,foreground:"c586c0"},{token:Uc.LANGUAGE_STRUCT,foreground:"c586c0"},{token:Uc.MULTIPLICITY,foreground:"2d796b"},{token:Uc.GENERICS,foreground:"2d796b"},{token:Uc.PROPERTY,foreground:"9cdcfe"},{token:Uc.PARAMETER,foreground:"9cdcfe"},{token:Uc.VARIABLE,foreground:"4fc1ff"},{token:Uc.TYPE,foreground:"3dc9b0"},{token:`${Uc.STRING}.escape`,foreground:"d7ba7d"}];var zc;!function(e){e.DEFAULT_DARK="default-dark",e.GITHUB_DARK="github-dark",e.GITHUB_DARK_DIMMED="github-dark-dimmed",e.SOLARIZED_DARK="solarized-dark",e.ONE_DARK_PRO="one-dark-pro",e.ONE_DARK_PRO_DARKER="one-dark-pro-darker",e.MATERIAL_DEFAULT="material-default",e.MATERIAL_DARKER="material-darker",e.BUILT_IN__VSCODE_LIGHT="vs",e.BUILT_IN__VSCODE_DARK="vs-dark",e.BUILT_IN__VSCODE_HC_BLACK="hc-black",e.BUILT_IN__VSCODE_HC_LIGHT="hc-light"}(zc||(zc={}));const Qc={base:"vs-dark",inherit:!0,colors:{},rules:[...Jc,{token:"string.sql",foreground:"ce9178"},{token:"white.sql",foreground:"d4d4d4"},{token:"identifier.sql",foreground:"d4d4d4"},{token:"operator.sql",foreground:"d4d4d4"}]},Zc=Vc(Hc,zc.BUILT_IN__VSCODE_DARK,{},[]),eu=Vc(Yc,zc.BUILT_IN__VSCODE_DARK,{},[]),tu=Vc(Kc,zc.BUILT_IN__VSCODE_DARK,{},[]),nu=Vc($c,zc.BUILT_IN__VSCODE_DARK,{},[]),ou=Vc(Wc,zc.BUILT_IN__VSCODE_DARK,{},[]),ru=Vc(Xc,zc.BUILT_IN__VSCODE_DARK,{},[]),iu=Vc(qc,zc.BUILT_IN__VSCODE_DARK,{},[]);var au,su,cu,uu;!function(e){e.TEXT="plaintext",e.PURE="pure",e.JSON="json",e.JAVA="java",e.MARKDOWN="markdown",e.SQL="sql",e.XML="xml",e.YAML="yaml",e.GRAPHQL="graphql"}(au||(au={})),function(e){e.PROFILE="Profile",e.CLASS="Class",e.ENUMERATION="Enum",e.MEASURE="Measure",e.ASSOCIATION="Association",e.FUNCTION="function",e.MAPPING="Mapping",e.FLAT_DATA="FlatData",e.DATABASE="Database",e.SERVICE="Service",e.RUNTIME="Runtime",e.CONNECTION="Connection",e.FILE_GENERATION="FileGeneration",e.GENERATION_SPECIFICATION="GenerationSpecification",e.DATA_ELEMENT="Data",e.EXECUTION_ENVIRONMENT="ExecutionEnvironment"}(su||(su={})),function(e){e.JSON_MODEL_CONNECTION="JsonModelConnection",e.XML_MODEL_CONNECTION="XmlModelConnection",e.MODEL_CHAIN_CONNECTION="ModelChainConnection",e.RELATIONAL_DATABASE_CONNECTION="RelationalDatabaseConnection",e.FLAT_DATA_CONNECTION="FlatDataConnection"}(cu||(cu={})),function(e){e.PURE="Pure",e.CONNECTION="Connection",e.RUNTIME="Runtime",e.MAPPING="Mapping",e.SERVICE="Service",e.FLATDATA="FlatData",e.RELATIONAL="Relational",e.GENERATION_SPECIFICATION="GenerationSpecification",e.FILE_GENERATION_SPECIFICATION="FileGeneration",e.DATA="Data"}(uu||(uu={}));const du={wordPattern:/(-?\d*\.\d\w*)|([^`~!@#%^$&*()\-=+[{\]}\\|;:'",.<>/?\s][^`~!@#%^&*()\-=+[{\]}\\|;:'",.<>/?\s]*)/,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"},{open:"<<",close:">>"}],folding:{markers:{start:new RegExp("^\\s*//\\s*(?:(?:#?region\\b)|(?:<editor-fold\\b))"),end:new RegExp("^\\s*//\\s*(?:(?:#?endregion\\b)|(?:</editor-fold>))")}}};var lu=n(6557);class pu extends jc{static NAME=xc.XO.F;constructor(){super(pu.NAME,xc.rE)}getExtraApplicationSetups(){return[async e=>{var t,n;lu.syG.registerModules([sc.Q,uc.mZ]),await(async e=>{const t=`Monospaced font '${Ue}' has not been loaded properly, code editor might not display properly`;await Promise.all([400,700].map((e=>document.fonts.load(`${e} 1em ${Ue}`)))).then((()=>{document.fonts.check(`1em ${Ue}`)?Gc.editor.remeasureFonts():e.logService.error(u.create(ie.APPLICATION_SETUP__FAILURE),t)})).catch((()=>e.logService.error(u.create(ie.APPLICATION_SETUP__FAILURE),t)));const n="legend.code-editor.override-default-keybinding";Gc.editor.registerCommand(n,((t,...n)=>{e.keyboardShortcutsService.dispatch(n[0])}));const o=[[Gc.KeyCode.F1,"F1"],[Gc.KeyCode.F8,"F8"],[Gc.KeyCode.F9,"F9"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.KeyG,"Control+KeyG"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.KeyB,"Control+KeyB"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.KeyO,"Control+KeyO"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.KeyD,"Control+KeyD"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.KeyP,"Control+KeyP"],[Gc.KeyMod.Shift|Gc.KeyCode.F10,"Shift+F10"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.F2,"Control+F2"],[Gc.KeyMod.WinCtrl|Gc.KeyCode.F12,"Control+F12"]];Gc.editor.addKeybindingRules(o.map((([e,t])=>({keybinding:e,command:n,commandArgs:t})))),Gc.editor.defineTheme(zc.DEFAULT_DARK,Qc),Gc.editor.defineTheme(zc.SOLARIZED_DARK,Zc),Gc.editor.defineTheme(zc.GITHUB_DARK,eu),Gc.editor.defineTheme(zc.GITHUB_DARK_DIMMED,tu),Gc.editor.defineTheme(zc.MATERIAL_DEFAULT,nu),Gc.editor.defineTheme(zc.MATERIAL_DARKER,ou),Gc.editor.defineTheme(zc.ONE_DARK_PRO,ru),Gc.editor.defineTheme(zc.ONE_DARK_PRO_DARKER,iu)})(e),Gc.languages.register({id:au.PURE}),Gc.languages.setLanguageConfiguration(au.PURE,du),Gc.languages.setMonarchTokensProvider(au.PURE,(n=t?.extraKeywords??[],{defaultToken:"invalid",tokenPostfix:".pure",keywords:[...n,"Schema","Table","Join","View","primaryKey","groupBy","mainTable","let","extends","true","false","projects",su.CLASS,su.ASSOCIATION,su.ENUMERATION,su.MEASURE,su.PROFILE,su.FUNCTION,su.MAPPING,su.RUNTIME,su.CONNECTION,su.FILE_GENERATION,su.GENERATION_SPECIFICATION,su.DATA_ELEMENT,cu.JSON_MODEL_CONNECTION,cu.MODEL_CHAIN_CONNECTION,cu.XML_MODEL_CONNECTION,"include","EnumerationMapping","Pure","AssociationMapping","XStore","AggregationAware",su.SERVICE,su.FLAT_DATA,su.DATABASE,cu.FLAT_DATA_CONNECTION,cu.RELATIONAL_DATABASE_CONNECTION,"Relational"],operators:["=",">","<","!","~","?",":","==","<=",">=","&&","||","++","--","+","-","*","/","&","|","^","%","->","#{","}#","@","<<",">>"],languageStructs:["import","native"],identifier:/[a-zA-Z_$][\w$]*/,symbols:/[=><!~?:&|+\-*/^%#@]+/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,digits:/\d+(_+\d+)*/,octaldigits:/[0-7]+(_+[0-7]+)*/,binarydigits:/[0-1]+(_+[0-1]+)*/,hexdigits:/[[0-9a-fA-F]+(_+[0-9a-fA-F]+)*/,multiplicity:/\[(?:[a-zA-Z0-9]+(?:\.\.(?:[a-zA-Z0-9]+|\*|))?|\*)\]/,package:/(?:[\w_]+::)+/,generics:/(?:(?:<\w+>)|(?:<[^:.@^()]+[^-]>))/,date:/%-?\d+(?:-\d+(?:-\d+(?:T(?:\d+(?::\d+(?::\d+(?:.\d+)?)?)?)(?:[+-][0-9]{4})?)))/,time:/%\d+(?::\d+(?::\d+(?:.\d+)?)?)?/,tokenizer:{root:[{include:"@pure"},{include:"@date"},{include:"@color"},[/^\s*###[\w]+/,Uc.PARSER],[/(@identifier)/,{cases:{"@languageStructs":Uc.LANGUAGE_STRUCT,"@keywords":`${Uc.KEYWORD}.$0`,"([a-zA-Z_$][\\w$]*)_((\\w+_(([a-zA-Z0-9]+)|(\\$[a-zA-Z0-9]+_[a-zA-Z0-9]+\\$)))__)*(\\w+_(([a-zA-Z0-9]+)|(\\$[a-zA-Z0-9]+_[a-zA-Z0-9]+\\$)))_":Uc.TYPE,"@default":Uc.IDENTIFIER}}],{include:"@whitespace"},[/[{}()[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":Uc.OPERATOR,"@default":Uc.IDENTIFIER}}],{include:"@number"},[/[;,.]/,Uc.DELIMITER],[/'([^'\\]|\\.)*$/,`${Uc.STRING}.invalid`],[/'/,Uc.STRING,"@string"],{include:"@characters"}],pure:[[/(@package\*)/,[Uc.PACKAGE]],[/(@package?)(@identifier)(@generics?)(\s*)(@multiplicity)/,[Uc.PACKAGE,Uc.TYPE,Uc.GENERICS,Uc.WHITESPACE,Uc.MULTIPLICITY]],[/(@package)(@identifier)(@generics?)/,[Uc.PACKAGE,Uc.TYPE,Uc.GENERICS]],[/([@^])(\s*)(@package?)(@identifier)(@generics?)(@multiplicity?)/,[`${Uc.TYPE}.operator`,Uc.WHITESPACE,Uc.PACKAGE,Uc.TYPE,Uc.GENERICS,Uc.MULTIPLICITY]],[/(\.\s*)(@identifier)/,[Uc.DELIMITER,Uc.PROPERTY]],[/(@identifier)(\s*=)/,[Uc.PROPERTY,Uc.OPERATOR]],[/(@identifier)(\.)(@identifier)/,[Uc.TYPE,Uc.OPERATOR,Uc.PROPERTY]],[/(@identifier)(\s*:)/,[Uc.PARAMETER,Uc.OPERATOR]],[/(let)(\s+)(@identifier)(\s*=)/,[Uc.KEYWORD,Uc.WHITESPACE,Uc.VARIABLE,Uc.OPERATOR]],[/(\$@identifier)/,[`${Uc.VARIABLE}.reference`]]],date:[[/(%latest)/,[`${Uc.DATE}.latest`]],[/(@date)/,[Uc.DATE]],[/(@time)/,[`${Uc.DATE}.time`]]],color:[[/(#[0-9a-fA-F]{6})/,[Uc.COLOR]]],number:[[/(@digits)[eE]([-+]?(@digits))?[fFdD]?/,`${Uc.NUMBER}.float`],[/(@digits)\.(@digits)([eE][-+]?(@digits))?[fFdD]?/,`${Uc.NUMBER}.float`],[/0[xX](@hexdigits)[Ll]?/,`${Uc.NUMBER}.hex`],[/0(@octaldigits)[Ll]?/,`${Uc.NUMBER}.octal`],[/0[bB](@binarydigits)[Ll]?/,`${Uc.NUMBER}.binary`],[/(@digits)[fFdD]/,`${Uc.NUMBER}.float`],[/(@digits)[lL]?/,Uc.NUMBER]],whitespace:[[/[ \t\r\n]+/,Uc.WHITESPACE],[/\/\*\*(?!\/)/,`${Uc.COMMENT}.doc`,"@doc"],[/\/\*/,Uc.COMMENT,"@comment"],[/\/\/.*$/,Uc.COMMENT]],comment:[[/[^/*]+/,Uc.COMMENT],[/\*\//,Uc.COMMENT,"@pop"],[/[/*]/,Uc.COMMENT]],doc:[[/[^/*]+/,`${Uc.COMMENT}.doc`],[/\/\*/,`${Uc.COMMENT}.doc.invalid`],[/\*\//,`${Uc.COMMENT}.doc`,"@pop"],[/[/*]/,`${Uc.COMMENT}.doc`]],string:[[/[^\\']+/,Uc.STRING],[/@escapes/,`${Uc.STRING}.escape`],[/\\./,`${Uc.STRING}.escape.invalid`],[/'/,Uc.STRING,"@pop"]],characters:[[/'[^\\']'/,Uc.STRING],[/(')(@escapes)(')/,[Uc.STRING,`${Uc.STRING}.escape`,Uc.STRING]],[/'/,`${Uc.STRING}.invalid`]]}}))}]}}class gu extends Ko{static create(){const e=new gu(Zo.create());return e.withBasePlugins([new qo,new pu]),e.withBasePresets([]),e}async configureApplication(e){return new zo(e)}async loadApplication(e){(0,b.H)((()=>{let e=document.getElementsByTagName($o).length?document.getElementsByTagName($o)[0]:void 0;return e||(e=document.createElement($o),document.body.appendChild(e)),e.setAttribute("style","height: 100%; width: 100%; display: block"),e})()).render((0,E.jsx)(Ft,{store:e,children:(0,E.jsx)(Mc,{baseUrl:this.baseAddress})}))}}class mu{static getPresetCollection(){return[]}static getPluginCollection(){return[new pu,new h]}static run(e){gu.create().setup({baseAddress:e}).withPresets(mu.getPresetCollection()).withPlugins(mu.getPluginCollection()).start().catch((e=>{throw e}))}}const fu=new URL("./",window.location.href).pathname;mu.run(fu)},5551:(e,t,n)=>{const o=n(1960),r=n(7002);e.exports={CreatableSelect:o,Select:r,SelectComponents:r.components}}},r={};function i(e){var t=r[e];if(void 0!==t)return t.exports;var n=r[e]={id:e,loaded:!1,exports:{}};return o[e].call(n.exports,n,n.exports,i),n.loaded=!0,n.exports}i.m=o,i.amdO={},e=[],i.O=(t,n,o,r)=>{if(!n){var a=1/0;for(d=0;d<e.length;d++){for(var[n,o,r]=e[d],s=!0,c=0;c<n.length;c++)(!1&r||a>=r)&&Object.keys(i.O).every((e=>i.O[e](n[c])))?n.splice(c--,1):(s=!1,r<a&&(a=r));if(s){e.splice(d--,1);var u=o();void 0!==u&&(t=u)}}return t}r=r||0;for(var d=e.length;d>0&&e[d-1][2]>r;d--)e[d]=e[d-1];e[d]=[n,o,r]},i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},n=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,i.t=function(e,o){if(1&o&&(e=this(e)),8&o)return e;if("object"==typeof e&&e){if(4&o&&e.__esModule)return e;if(16&o&&"function"==typeof e.then)return e}var r=Object.create(null);i.r(r);var a={};t=t||[null,n({}),n([]),n(n)];for(var s=2&o&&e;"object"==typeof s&&!~t.indexOf(s);s=n(s))Object.getOwnPropertyNames(s).forEach((t=>a[t]=()=>e[t]));return a.default=()=>e,i.d(r,a),r},i.d=(e,t)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.e=()=>Promise.resolve(),i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),i.p="./",(()=>{var e={57:0};i.O.j=t=>0===e[t];var t=(t,n)=>{var o,r,[a,s,c]=n,u=0;if(a.some((t=>0!==e[t]))){for(o in s)i.o(s,o)&&(i.m[o]=s[o]);if(c)var d=c(i)}for(t&&t(n);u<a.length;u++)r=a[u],i.o(e,r)&&e[r]&&e[r][0](),e[r]=0;return i.O(d)},n=globalThis.webpackChunk_finos_legend_application_repl_deployment=globalThis.webpackChunk_finos_legend_application_repl_deployment||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})();var a=i.O(void 0,[121],(()=>i(5912)));a=i.O(a)})();
2
+ //# sourceMappingURL=index.44b39e61.js.map