@finos/legend-application-repl-deployment 11.54.0 → 11.57.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +0,0 @@
1
- (()=>{"use strict";var e,t,n,o={5759:(e,t,n)=>{var o=n(1085),r=n(5873),a=n(9279),i=n(4417),s=n(4365);const c=()=>()=>{};class d extends Error{uuid=(0,a.A)();constructor(e){super(),this.message=void 0===e||""===e?"(no error message)":e}get detail(){return this.message}}class u 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 l extends u{constructor(e){super("Illegal State Error [PLEASE NOTIFY DEVELOPER]",e)}}class p extends u{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,i.A)(o,(e=>void 0!==e)));var o;return(0,s.GP)(e,n).replace(/.*\s\{/g,"{").replace(/\[.*\]/g,(e=>["[Array]","[Function]"].includes(e)?e:"[Object]"))})(t)}`:""}`:void 0)}}function g(e){if(!(e instanceof Error))throw new l("Expected error to be thrown")}const m=e=>{try{return e()}catch{return}};class f extends u{constructor(e,t){super("Assertion Error",e,t)}}const h=e=>null!=e;function _(e,t=""){if(null==e)throw new f(t||"Value is nullable")}const E=(e,t="")=>(_(e,t),e),b=(e,t,n="")=>(function(e,t,n=""){if(!(e instanceof t))throw new f(n||`Value is expected to be of type '${t.name}'`)}(e,t,n),e);function A(e,t=""){return function(e,t=""){if(""===E(e,t))throw new f(t||"Expected string value to be non-empty")}(e,t),e}function T(e,t=""){if(!e)throw new f(t||"Expected predicate to be truthy")}const S=e=>"string"==typeof e,y=e=>"number"==typeof e&&!isNaN(e),C=e=>"boolean"==typeof e,I=e=>"object"==typeof e&&null!==e,N=(e,t="")=>(function(e,t=""){if(!S(e))throw new f(t||"Value is expected to be a string")}(e,t),e),v=(e,t="")=>(function(e,t=""){if(!y(e))throw new f(t||"Value is expected to be a number")}(e,t),e),k=(e,t="")=>(function(e,t=""){if(!C(e))throw new f(t||"Value is expected to be a boolean")}(e,t),e);var R=n(6651),O=n(6046),L=n(6451),F=n(8041);const P=R.v,B="charset=utf-8";var w,D,M;!function(e){e.CONTENT_TYPE="Content-Type",e.ACCEPT="Accept"}(w||(w={})),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="*/*"}(D||(D={})),function(e){e.GET="GET",e.PUT="PUT",e.POST="POST",e.DELETE="DELETE"}(M||(M={}));const x={mode:"cors",credentials:"include",redirect:"follow"},j=(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 U 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,a=`Received response with status ${n} (${o}) for ${r}`;this.message=(t?(e=>{if(I(e))return S(e.message)?e.message:JSON.stringify(e);let t;try{t=JSON.parse(e)}catch{}return t&&S(t.message)?t.message:e})(t).substring(0,5e3):"")||a,this.payload=t}}const G=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 U(e,t))}if(n?.skipProcessing)return Promise.resolve(e);if(e.status===P.NO_CONTENT)return Promise.resolve(void 0);const o=t.headers.Accept;switch(o){case D.APPLICATION_JSON:return e.json();case D.TEXT_PLAIN:return e.text();default:return Promise.reject(new U(e,`Can't process response for request with Content-Type '${o}'`))}},H=(e,t)=>{const n={};return n.Accept=D.APPLICATION_JSON,e!==M.GET&&(n[w.CONTENT_TYPE]=`${D.APPLICATION_JSON};${B}`),j(n,t)};class V{options={};baseUrl;constructor(e){this.baseUrl=e?.baseUrl,this.options={...x,...e?.options??{}}}async get(e,t={},n,o,r,a){return this.request(M.GET,e,void 0,t,n,o,r,a)}async put(e,t={},n={},o,r,a,i){return this.request(M.PUT,e,t,n,o,r,a,i)}async post(e,t={},n={},o,r,a,i){return this.request(M.POST,e,t,n,o,r,a,i)}async delete(e,t={},n={},o,r,a,i){return this.request(M.DELETE,e,t,n,o,r,a,i)}async request(e,t,n,o,r,a,i,s){const c=((e,t,n)=>{if(!e&&!m((()=>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(h).forEach((t=>o.searchParams.append(e,t.toString()))):o.searchParams.append(e,t.toString()))})),o.toString()})(this.baseUrl,t,a??{});let d;if((S(n)||I(n))&&i?.enableCompression&&(T(e!==M.GET," GET request should not have any request payload"),n=(e=>new Blob([(0,O.Kc)(I(e)?JSON.stringify(e):e)]))(n),r=j(r,{[w.CONTENT_TYPE]:`${D.APPLICATION_ZLIB};${B}`})),void 0!==n)if(S(n)||n instanceof Blob)d=n;else{if(!I(n))throw new f("Request body can only be either a 'string' or an 'object'");d=JSON.stringify(n)}const u={...this.options,...o,method:e,body:d,headers:H(e,r)};return fetch(c,u).then((e=>0===e.status||e.status===P.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,u))).then((e=>G(e,u,s))):fetch(c,u).then((e=>G(e,u,s))):G(e,u,s))).catch((e=>(e=>e instanceof TypeError&&"Failed to fetch"===e.message)(e)?fetch(c,u).then((e=>G(e,u,s))):Promise.reject(e)))}}const Y=(e,t,n)=>{const o=new Blob([t],{type:n}),r=URL.createObjectURL(o),a=document.createElement("a");"string"==typeof a.download?(document.body.appendChild(a),a.download=e,a.href=r,a.click(),document.body.removeChild(a)):location.replace(r)};var K,W;!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"}(K||(K={}));class q{channel;name;timestamp=Date.now();static create(e){const t=new q;return t.name=e,t}}class ${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)))}}!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"}(W||(W={}));var X=n(7542);class J{schema;deserializeNullAsUndefined;constructor(e,t){this.schema=e,this.deserializeNullAsUndefined=Boolean(t?.deserializeNullAsUndefined)}toJson(e){return(0,X.lK)(this.schema,e)}fromJson(e){return(0,X.iu)(this.schema,this.deserializeNullAsUndefined?(t=e,(0,i.A)(t,(e=>null!==e))):e);var t}}const z=e=>(0,X.Ie)((t=>void 0===t?X._Z:(0,X.lK)(e,t)),(t=>(0,X.iu)(e,t))),Q=e=>(0,X.Ie)((()=>e),(()=>e)),Z=e=>(0,X.Ie)((t=>t?(0,X.lK)(e,t):X._Z),(t=>t?(0,X.iu)(e,t):X._Z));var ee=n(6696);class te{key;markdownText;title;text;url;related;static serialization=new J((0,X.PL)(te,{markdownText:(0,X.Ie)((e=>e),(e=>e.value?e:void 0)),related:(0,X.lq)((0,X.p_)((0,X.MY)())),title:(0,X.lq)((0,X.MY)()),text:(0,X.lq)((0,X.MY)()),url:(0,X.lq)((0,X.MY)())}));static create(e,t){const n=te.serialization.fromJson(e);return n.key=t,n}}const ne=e=>Object.entries(e).map((e=>({key:e[0],content:te.create(e[1],e[0])})));class oe{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(q.create(W.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,ee.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(q.create(W.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(q.create(W.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]=te.serialization.toJson(t)})),e}publishContextualDocIndex(){const e={};return this.contextualDocIndex.forEach(((t,n)=>{e[n]=t.key})),e}}var re,ae,ie=n(3794);!function(e){e.INITIAL="INITIAL",e.IN_PROGRESS="IN_PROGRESS",e.SUCCEEDED="SUCEEDED",e.FAILED="FAILED"}(re||(re={}));class se{state;_message;_messageFormatter;constructor(){this.state=re.INITIAL}setMessage(e){this._message=e}setMessageFormatter(e){this._messageFormatter=e}reset(){return this.state=re.INITIAL,this}inProgress(){return this.state=re.IN_PROGRESS,this}fail(){return this.state=re.FAILED,this}pass(){return this.state=re.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===re.INITIAL}get isInProgress(){return this.state===re.IN_PROGRESS}get hasFailed(){return this.state===re.FAILED}get hasSucceeded(){return this.state===re.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,ie.Gn)(new se,{state:ie.sH,_message:ie.sH,reset:ie.XI,inProgress:ie.XI,pass:ie.XI,fail:ie.XI,complete:ie.XI,setMessage:ie.XI,sync:ie.XI,isInInitialState:ie.EW,isInProgress:ie.EW,hasFailed:ie.EW,hasSucceeded:ie.EW,hasCompleted:ie.EW,message:ie.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"}(ae||(ae={}));class ce{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 de{plugins=[];registerPlugins(e){this.plugins=e}createTrace(e,t,n,o){const r=new ce;return e&&r.setup(this.plugins.map((r=>{const a=r.createClientSpan(e);return{clientSpan:a,serverSpan:r.createServerSpan(a,t,n,o),plugin:r}}))),r}}const ue=n(7102).A;var le,pe;!function(e){e.STANDARD="standard",e.INCLUDE="include match",e.EXACT="exact match",e.INVERSE="excludes exact match"}(le||(le={}));class ge{currentMode=le.STANDARD;onSearchModeChange;constructor(e){(0,ie.Gn)(this,{currentMode:ie.sH,isAdvancedSearchActive:ie.EW,setCurrentMode:ie.XI}),this.onSearchModeChange=e}get isAdvancedSearchActive(){return this.currentMode!==le.STANDARD}generateSearchText(e){switch(this.currentMode){case le.INCLUDE:return`'"${e}"`;case le.EXACT:return`="${e}"`;case le.INVERSE:return`!"${e}"`;default:return e}}setCurrentMode(e){this.currentMode=e,this.onSearchModeChange()}}!function(e){e.SEARCH="SEARCH",e.CONTEXTUAL_SUPPORT="CONTEXTUAL_SUPPORT"}(pe||(pe={}));class me{uuid=(0,a.A)();documentationKey;title;content;url;isOpen=!1;constructor(e){(0,ie.Gn)(this,{isOpen:ie.sH,setIsOpen:ie.XI}),this.documentationKey=e.key,this.title=A(e.title),this.content=e.markdownText??e.text,this.url=e.url}setIsOpen(e){this.isOpen=e}}class fe{uuid=(0,a.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 he=e=>Boolean(e.title&&(e.url??e.text??e.markdownText));class _e{applicationStore;panelRenderingKey=(0,a.A)();isHidden=!0;isOpen=!1;isPanelMaximized=!1;selectedTab=pe.SEARCH;currentDocumentationEntry;searchEngine;searchConfigurationState;searchState=se.create();searchText="";searchResults=[];showSearchConfigurationMenu=!1;isOverSearchLimit=!1;constructor(e){(0,ie.Gn)(this,{isHidden:ie.sH,isOpen:ie.sH,isPanelMaximized:ie.sH,panelRenderingKey:ie.sH,isOverSearchLimit:ie.sH,selectedTab:ie.sH,searchText:ie.sH,searchResults:ie.sH,currentDocumentationEntry:ie.sH,showSearchConfigurationMenu:ie.sH,currentContextualDocumentationEntry:ie.EW,setIsHidden:ie.XI,setIsOpen:ie.XI,setIsPanelMaximized:ie.XI,setSelectedTab:ie.XI,setSearchText:ie.XI,resetSearch:ie.XI,search:ie.XI,openDocumentationEntry:ie.XI,refreshPanelRendering:ie.XI,setShowSearchConfigurationMenu:ie.XI}),this.applicationStore=e,this.searchEngine=new ue(this.applicationStore.documentationService.getAllDocEntries().filter(he),{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 ge((()=>{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 fe(e,t,(t.related??[]).map((e=>this.applicationStore.documentationService.getDocEntry(e))).filter(h).filter(he).map((e=>new me(e)))):void 0}openDocumentationEntry(e){const t=this.applicationStore.documentationService.getDocEntry(e);t&&(this.setIsOpen(!0),this.setIsHidden(!1),this.currentDocumentationEntry=new me(t),this.currentDocumentationEntry.setIsOpen(!0),this.resetSearch())}openDocumentationEntryLink(e){const t=this.applicationStore.documentationService.getDocEntry(e);t&&((e=>he(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,a.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 me(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 Ee{notifierPlugins=[];registerEventNotifierPlugins(e){this.notifierPlugins=e}notify(e,t){this.notifierPlugins.forEach((n=>n.notify(e,t)))}}class be{static logEvent_ApplicationInitializationSucceeded(e,t){e.logEvent(W.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(W.APPLICATION_CONTEXT__ACCESS,t)}static logEvent_VirtualAssistantDocumentationEntryAccessed(e,t){e.logEvent(W.VIRTUAL_ASSISTANT_DOCUMENTATION_ENTRY__ACCESS,t)}static logEvent_ApplicationUsageInterrupted(e){e.logEvent(W.APPLICATION_USAGE__INTERRUPT,{})}}class Ae{applicationStore;contextStack=[];constructor(e){(0,ie.Gn)(this,{contextStack:ie.sH,currentContext:ie.EW,push:ie.XI,pop:ie.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 l(`Found multiple context '${e.key}' in application navigation context stack`);t.push(e),this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraAccessEventLoggingApplicationContextKeys?.()??[])).includes(e.key)&&be.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 Te{applicationStore;commandRegistry=new Map;constructor(e){(0,ie.Gn)(this,{commandRegistry:ie.sH,registerCommand:ie.XI,deregisterCommand:ie.XI}),this.applicationStore=e}registerCommand(e){const t=e.key;this.commandRegistry.has(t)?this.applicationStore.logService.warn(q.create(W.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 Se{applicationStore;keyMap=new Map;commandKeyMap=new Map;isHotkeysBlocked=!1;constructor(e){(0,ie.Gn)(this,{keyMap:ie.sH,commandKeyMap:ie.sH,isHotkeysBlocked:ie.sH,addHotkey:ie.XI,blockGlobalHotkeys:ie.XI,unblockGlobalHotkeys:ie.XI}),this.applicationStore=e,this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraKeyedCommandConfigEntries?.()??[])).forEach((e=>{const t=[e.content.defaultKeyboardShortcut,...e.content.additionalKeyboardShortcuts??[]].filter(h);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 ye=n(4594),Ce=n(2338),Ie=n(4462),Ne=n(720),ve=n(5974),ke=n(382);const Re="Roboto Mono",Oe="yyyy-MM-dd'T'HH:mm:ss";var Le;!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=""}(Le||(Le={}));const Fe=(e,t)=>`[${e};${t}H`;class Pe{searchInput;searchText="";useRegex=!1;matchWholeWord=!1;matchCaseSensitive=!1;resultCount;currentResultIndex;constructor(){(0,ie.Gn)(this,{searchText:ie.sH,useRegex:ie.sH,matchWholeWord:ie.sH,matchCaseSensitive:ie.sH,resultCount:ie.sH,currentResultIndex:ie.sH})}setSearchInput(e){this.searchInput=e}focus(){this.searchInput?.focus()}}class Be{applicationStore;searchConfig=new Pe;constructor(e){(0,ie.Gn)(this,{setSearchText:ie.XI,setSearchRegex:ie.XI,setSearchWholeWord:ie.XI,setSearchCaseSensitive:ie.XI,setSearchResultCount:ie.XI,setSearchCurrentResultIndex:ie.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 we extends Be{preserveLog=!1;commandRegistry=new Map;constructor(e){super(e),(0,ie.Gn)(this,{preserveLog:ie.sH,setPreserveLog:ie.XI})}setPreserveLog(e){this.preserveLog=e}showHelp(){}showCommonANSIEscapeSequences(){}}var De=n(9481);n(4404),n(1880);const Me=e=>e.length>=1?`${e[0].toUpperCase()}${e.substring(1,e.length)}`:e,xe=["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=>xe.includes(e.toLowerCase())?e.toLowerCase():Me(e))).replace(/^(?:\w+)\b/u,(e=>Me(e))).replace(/\b(?:\w+)$/u,(e=>Me(e))),Ue=e=>e?e.trim().match(/^[A-Z_]+$/)?je(e.trim().replace(/_+/gu," ").toLowerCase()):Me(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 Ge;function He(e){return e.trim().split(" ").map((e=>{const t=e.split(/\b\+/),n=E(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"}(Ge||(Ge={}));const Ve=(e,t)=>t.key===e.code&&t.modifiers.every((t=>e.getModifierState(t)))&&![Ge.SHIFT,Ge.META,Ge.ALT,Ge.CONTROL].find((n=>t.key!==n&&e.getModifierState(n)&&!t.modifiers.includes(n))),Ye=(e,t)=>Ve(e,E(He(t)[0]));var Ke=n(7063),We=n(2285),qe=n(5844);const $e=(0,Ke.A)({transitions:{create:()=>"none"}}),Xe=e=>{const{children:t}=e;return(0,o.jsx)(We.A,{injectFirst:!0,children:(0,o.jsx)(qe.A,{theme:$e,children:t})})};var Je=n(6112),ze=n(3432),Qe=n(5150),Ze=n(306),et=n(692),tt=n(3416),nt=n(4357);const ot=(e,t)=>{const n=e=>{const{children:n,className:r}=e;return(0,o.jsx)("div",{className:(0,nt.$)(t,r),"data-testid":e["data-testid"],children:n})};return n.displayName=e,n},rt=e=>{const{children:t,darkMode:n,className:r}=e;return(0,o.jsx)("div",{className:(0,nt.$)("modal",{"modal--dark":n},r),children:t})},at=e=>{const{title:t,icon:n,className:r}=e;return(0,o.jsxs)("div",{className:(0,nt.$)("modal__title",r),children:[n&&(0,o.jsx)("div",{className:"modal__title__icon",children:n}),(0,o.jsx)("div",{className:"modal__title__label",children:je(t)})]})},it=e=>{const{title:t,children:n,className:r}=e;return!n&&t?(0,o.jsx)("div",{className:(0,nt.$)("modal__header",r),children:(0,o.jsx)(at,{title:t})}):(0,o.jsx)("div",{className:(0,nt.$)("modal__header",r),children:n})},st=ot("ModalHeaderActions","modal__header__actions"),ct=ot("ModalBody","modal__body"),dt=ot("ModalFooter","modal__footer"),ut=(ot("ModalFooterStatus","modal__footer__status"),e=>{const{onClick:t,inProgressText:n,text:r,title:a,children:i,disabled:s,className:c,darkMode:d,formatText:u,type:l,preventFormSubmit:p}=e,g=d??!0,m=u??!0,f="secondary"===l,h=p??!1;return(0,o.jsxs)("button",{className:(0,nt.$)("btn","modal__footer__btn",{"btn--dark":g,"btn--light":!g,"modal__footer__btn--primary":!f,"modal__footer__btn--secondary":f},c),title:a,onClick:t,disabled:Boolean(n)||s,type:h?"button":void 0,children:[n?Ue(n):m?Ue(r):r,i]})});var lt,pt;!function(e){e.STANDARD="STANDARD",e.CAUTION="CAUTION"}(lt||(lt={})),function(e){e.STANDARD="STANDARD",e.PROCEED_WITH_CAUTION="PROCEED_WITH_CAUTION",e.PROCEED="PROCEED"}(pt||(pt={}));class gt{applicationStore;blockingAlertInfo;actionAlertInfo;constructor(e){(0,ie.Gn)(this,{blockingAlertInfo:ie.sH,actionAlertInfo:ie.sH,setBlockingAlert:ie.XI,setActionAlertInfo:ie.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 mt=n(4041);const ft=(0,mt.createContext)(void 0),ht=()=>E((0,mt.useContext)(ft),"Can't find application store in context"),_t=({children:e,store:t})=>{const n=(0,Qe.iz)((()=>t));return(0,o.jsx)(ft.Provider,{value:n,children:e})},Et=e=>{switch(e){case pt.PROCEED_WITH_CAUTION:return"btn--caution";case pt.PROCEED:case pt.STANDARD:default:return"btn--dark"}},bt=(0,Qe.PA)((e=>{const{info:t}=e,n=ht(),{title:r,message:a,prompt:i,type:s,onClose:d,onEnter:u,actions:l}=t,p=()=>{d?.(),n.alertService.setActionAlertInfo(void 0)};return(0,o.jsx)(tt.A,{open:Boolean(n.alertService.actionAlertInfo),onClose:c,TransitionProps:{onEnter:()=>u?.()},children:(0,o.jsxs)("form",{onSubmit:e=>{e.preventDefault(),l.find((e=>e.default))?.handler?.(),p()},className:`modal search-modal modal--dark blocking-alert blocking-alert--${(s??lt.STANDARD).toLowerCase()}`,children:[r&&(0,o.jsx)(it,{title:r}),(0,o.jsxs)(ct,{children:[(0,o.jsx)("div",{className:"blocking-alert__summary-text",children:a}),(0,o.jsx)("div",{className:"blocking-alert__prompt-text",children:i})]}),(0,o.jsxs)(dt,{children:[l.map(((e,t)=>(0,o.jsx)("button",{type:e.default?"submit":"button",className:`btn btn--dark ${Et(e.type??pt.STANDARD)}`,onClick:t=>{t.preventDefault(),e.handler?.(),p()},autoFocus:Boolean(e.default),children:e.label},t))),!l.length&&(0,o.jsx)("button",{type:"button",className:"btn btn--dark blocking-alert__action--standard",onClick:p,children:"Cancel"})]})]})})})),At=(0,Qe.PA)((()=>{const e=ht().alertService.actionAlertInfo;return e?(0,o.jsx)(bt,{info:e}):null})),Tt=e=>{const{isLoading:t,className:n}=e,r=(0,mt.useRef)(null);return(0,mt.useEffect)((()=>{r.current&&(t?r.current.parentElement?.classList.add("panel-loading-indicator__container"):r.current.parentElement?.classList.remove("panel-loading-indicator__container"))}),[t]),(0,o.jsx)("div",{ref:r,className:(0,nt.$)(n,"panel-loading-indicator"+(t?"":"--disabled"))})},St=(0,Qe.PA)((()=>{const e=ht(),t=e.alertService.blockingAlertInfo;return t?(0,o.jsx)(tt.A,{open:Boolean(t),onClose:c,classes:{root:"blocking-alert__root-container",container:"blocking-alert__container"},children:(0,o.jsxs)(rt,{darkMode:!e.layoutService.TEMPORARY__isLightColorThemeEnabled,className:"blocking-alert",children:[(0,o.jsx)(Tt,{isLoading:Boolean(t.showLoading)}),(0,o.jsxs)(ct,{children:[(0,o.jsx)("div",{className:"blocking-alert__message",children:t.message}),t.prompt&&(0,o.jsx)("div",{className:"blocking-alert__message__prompt",children:t.prompt})]})]})}):null}));var yt=n(4269),Ct=n(9896),It=n(6750),Nt=n(7997),vt=n(6819);const kt=yt.LkA,Rt=yt.RQJ,Ot=Ct.QRP,Lt=It.QCr,Ft=It._Hm,Pt=It.OiG,Bt=It.Pcn,wt=It.z44,Dt=It.$qz,Mt=It.Hcz,xt=It.gZZ,jt=It.__w,Ut=It.gSK,Gt=It.KSO,Ht=It.UnJ,Vt=It.A7C,Yt=It.BS8,Kt=It.KRc,Wt=It.q7G,qt=It.Su4,$t=It.kxO,Xt=It.vq8,Jt=It.GfC,zt=It.SoL,Qt=It.Wx3,Zt=Nt.f7n,en=Nt.Lun,tn=vt.oss,nn=vt.Br,on=vt.B13,rn=vt.YZI;var an=n(5473),sn=n(8960);const cn=6e3;var dn;!function(e){e.ILEGAL_STATE="ILEGAL_STATE",e.ERROR="ERROR",e.WARNING="WARNING",e.SUCCESS="SUCCESS",e.INFO="INFO"}(dn||(dn={}));class un{severity;message;actions;autoHideDuration;constructor(e,t,n,o){this.severity=e,this.message=t,this.actions=n,this.autoHideDuration=o}}class ln{notification;constructor(){(0,ie.Gn)(this,{notification:ie.sH,setNotification:ie.XI,notify:ie.XI,notifySuccess:ie.XI,notifyWarning:ie.XI,notifyIllegalState:ie.XI,notifyError:ie.XI})}setNotification(e){this.notification=e}notify(e,t,n){this.setNotification(new un(dn.INFO,e,t??[],null===n?void 0:n??cn))}notifySuccess(e,t,n){this.setNotification(new un(dn.SUCCESS,e,t??[],null===n?void 0:n??cn))}notifyWarning(e,t,n){this.setNotification(new un(dn.WARNING,e instanceof Error?e.message:e,t??[],null===n?void 0:n??cn))}notifyError(e,t){let n;e instanceof d?n=e.detail:e instanceof Error?n=e.message:(T(S(e),"Can't display error"),n=e),n&&this.setNotification(new un(dn.ERROR,n,t??[],void 0))}notifyIllegalState(e,t,n){this.setNotification(new un(dn.ILEGAL_STATE,S(e)?`[PLEASE NOTIFY DEVELOPER] ${e}`:e,t??[],null===n?void 0:n??cn))}notifyUnsupportedFeature(e){this.notifyWarning(`Unsupported feature: ${e}`)}notifyAndReturnAlternativeOnError=(e,t)=>{try{return e()}catch(e){return g(e),this.notifyIllegalState(e.message),t}}}const pn=(0,Qe.PA)((()=>{const e=ht(),t=e.notificationService.notification,n=Boolean(t),r=t?.message??"",a=t?.severity??dn.INFO,[i,s]=(0,mt.useState)(!1);let c=(0,o.jsx)("div",{className:"notification__message__content__icon notification__message__content__icon--info",children:(0,o.jsx)(jt,{})});switch(a){case dn.ILEGAL_STATE:c=(0,o.jsx)("div",{className:"notification__message__content__icon notification__message__content__icon--error",children:(0,o.jsx)(Kt,{})});break;case dn.ERROR:c=(0,o.jsx)("div",{className:"notification__message__content__icon notification__message__content__icon--error",children:(0,o.jsx)(Ft,{})});break;case dn.WARNING:c=(0,o.jsx)("div",{className:"notification__message__content__icon notification__message__content__icon--warning",children:(0,o.jsx)(Yt,{})});break;case dn.SUCCESS:c=(0,o.jsx)("div",{className:"notification__message__content__icon notification__message__content__icon--success",children:(0,o.jsx)(Vt,{})})}const d=()=>{e.notificationService.setNotification(void 0),s(!1)},u=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(r)));return(0,o.jsx)(an.A,{classes:{root:"notification",anchorOriginBottomRight:"notification__position"},anchorOrigin:{vertical:"bottom",horizontal:"right"},open:n,autoHideDuration:t?t.autoHideDuration??null:cn,onClose:(e,t)=>{"timeout"===t&&d()},children:(0,o.jsx)(sn.A,{classes:{root:"notification__content",message:"notification__message",action:"notification__actions"},message:(0,o.jsxs)("div",{className:"notification__message__content",children:[c,(0,o.jsx)("div",{className:(0,nt.$)("notification__message__content__text",{"notification__message__content__text--expanded":i}),onClick:u,title:"Click to Copy",children:r})]}),action:[(0,o.jsx)("button",{className:"notification__action",onClick:()=>s(!i),tabIndex:-1,title:i?"Collapse":"Expand",children:i?(0,o.jsx)(tn,{}):(0,o.jsx)(nn,{})},"expand"),(0,o.jsx)("button",{className:"notification__action",onClick:d,tabIndex:-1,title:"Dismiss",children:(0,o.jsx)(Lt,{})},"close")]})},"string"==typeof r||"number"==typeof r?r:"")}));var gn=n(1218);const mn=e=>{const{children:t,classes:n,...r}=e;return(0,o.jsx)(gn.A,{classes:{...n??{},paper:"mui-menu__paper",list:"mui-menu__list"},transitionDuration:0,...r,children:e.children})},fn=e=>{const{className:t,children:n,menuProps:r,content:a,disabled:i,onClose:s,onOpen:c}=e,d=(0,mt.useRef)(null),[u,l]=(0,mt.useState)(!1),[p,g]=(0,mt.useState)(),[m,f]=(0,mt.useState)(0),[h,_]=(0,mt.useState)(0),E=()=>{g(void 0),l(!1),_(0),f(0)},b=e=>{e.stopPropagation(),e.preventDefault(),E(),s?.()},A=e=>{if(e.stopPropagation(),e.preventDefault(),!i&&(c?.(),d.current)){const t=d.current.getBoundingClientRect(),n=t.left+(window.scrollX||document.documentElement.scrollLeft),o=t.top+(window.scrollY||document.documentElement.scrollTop),{clientX:r,clientY:a,target:i}=e,c=i;if(p!==c&&!(document.elementsFromPoint(r,a).some((e=>e===c))&&n<=r&&r<=n+t.width&&o<=a&&a<=o+t.height))return E(),void s?.();g(c),l(!0),_(a),f(r)}};return(0,o.jsxs)("div",{ref:d,className:t,onContextMenu:A,children:[n,(0,o.jsx)(mn,{open:u,anchorPosition:{left:m,top:h},onClose:b,anchorReference:"anchorPosition",BackdropProps:{invisible:!0,onContextMenu:A},disableRestoreFocus:!0,transitionDuration:0,onClick:b,...r,children:u&&a},`${m}, ${h}`)]})},hn=(0,mt.forwardRef)((function(e,t){const{className:n,children:r,...a}=e;return(0,o.jsx)("div",{ref:t,className:(0,nt.$)("menu",n),...a,children:r})})),_n=e=>{const{className:t,onClick:n,title:r,disabled:a,children:i,...s}=e;return(0,o.jsx)("button",{className:(0,nt.$)("menu__item",t),disabled:Boolean(a),title:r,onClick:n,...s,children:i})};ot("MenuContentDivider","menu__divider"),ot("MenuContentItemIcon","menu__item__icon"),ot("MenuContentItemLabel","menu__item__label");var En=n(2973),bn=n(3310),An=n(3927);const Tn=e=>((0,mt.useEffect)((()=>{An.N.initialize({startOnLoad:!0,theme:"dark"}),An.N.contentLoaded()}),[e.value]),(0,o.jsx)(En.o,{className:(0,nt.$)("markdown-content",e.className),remarkPlugins:[bn.A],components:e.components??{code:e=>{const{children:t,className:n,node:r,...a}=e,i=/language-(?<language>\w+)/.exec(n??"");return i?.groups?.language?(0,o.jsx)("code",{...a,className:(0,nt.$)(i.groups.language),children:t}):(0,o.jsx)("code",{...a,className:n,children:t})}},children:e.value.value}));var Sn=n(5143);const yn=e=>{const{children:t}=e,{ref:n,width:r,height:a}=(0,Sn.u)({refreshMode:"throttle",refreshRate:50,refreshOptions:{trailing:!0}}),[i,s]=(0,mt.useState)(!1),{ref:c,width:d,height:u}=(0,Sn.u)({refreshMode:"throttle",refreshRate:50,refreshOptions:{trailing:!0}});return(0,mt.useEffect)((()=>{s((d??0)>(r??0)+40&&(u??0)>(a??0)+40)}),[d,u,r,a]),(0,o.jsx)("div",{ref:c,className:"panel__content__blank",children:(0,o.jsx)("div",{ref:n,className:(0,nt.$)("panel__content__blank__content",{"panel__content__blank__content--hide":!i}),children:t})})};var Cn=n(1122),In=n(7143),Nn=n(4904);const vn=e=>{const{children:t,options:n,size:r,className:a,...i}=e,s=((e,t)=>{const n=[];for(let o=0;o<e.length;o+=t)n.push(e.slice(o,o+t));return n})(n,r);return(0,o.jsxs)("div",{className:(0,nt.$)("mui-radio-group",a),children:[s.map(((e,t)=>(0,o.jsx)("div",{children:(0,o.jsx)(Cn.A,{className:"mui-radio-group__group",...i,children:e.map((e=>(0,o.jsx)(In.A,{className:"mui-radio-group__group__column",style:{width:100/r+"%"},value:e,control:(0,o.jsx)(Nn.A,{className:"mui-radio-group__group__item__radio-btn"}),label:(0,o.jsx)("div",{className:"mui-radio-group__group__item__label",children:e})},e)))})},t))),t]})};var kn=n(7669);const Rn=e=>{const{children:t,...n}=e;return(0,o.jsx)(kn.Ay,{classes:{paper:"mui-popover__paper"},transitionDuration:0,...n,children:e.children})};var On,Ln=n(9463),Fn=n(5318),Pn=n(5461);!function(e){e.QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX="question.how-to-use-advanced-search-syntax"}(On||(On={}));const Bn=(0,Qe.PA)((e=>{const{entry:t}=e,n=ht(),r=()=>{t.isOpen||be.logEvent_VirtualAssistantDocumentationEntryAccessed(n.telemetryService,{key:t.documentationKey}),t.setIsOpen(!t.isOpen)},a=n.guardUnhandledError((()=>n.clipboardService.copyTextToClipboard(t.documentationKey)));return(0,o.jsx)(fn,{className:"virtual-assistant__doc-entry",menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,o.jsx)(hn,{children:(0,o.jsx)(_n,{onClick:a,children:"Copy Documentation Key"})}),children:(0,o.jsxs)("div",{className:"virtual-assistant__doc-entry",children:[(0,o.jsxs)("div",{className:"virtual-assistant__doc-entry__header",children:[(0,o.jsx)("button",{className:(0,nt.$)("virtual-assistant__doc-entry__expand-icon",{"virtual-assistant__doc-entry__expand-icon--disabled":!t.content}),disabled:!t.content,tabIndex:-1,onClick:r,children:t.isOpen?(0,o.jsx)(tn,{}):(0,o.jsx)(rn,{})}),t.url?(0,o.jsx)("a",{className:"virtual-assistant__doc-entry__title virtual-assistant__doc-entry__title--link",rel:"noopener noreferrer",target:"_blank",href:t.url,onClick:()=>{be.logEvent_VirtualAssistantDocumentationEntryAccessed(n.telemetryService,{key:t.documentationKey})},title:"Click to see external documentation",children:t.title}):(0,o.jsx)("div",{className:"virtual-assistant__doc-entry__title",onClick:r,children:t.title})]}),t.isOpen&&t.content&&(0,o.jsx)("div",{className:"virtual-assistant__doc-entry__content",children:S(t.content)?(0,o.jsx)("div",{className:"virtual-assistant__doc-entry__content__text",children:t.content}):(0,o.jsx)(Tn,{className:"virtual-assistant__doc-entry__content__markdown-text",value:t.content})})]})})})),wn=(0,Qe.PA)((()=>{const e=ht(),t=e.assistantService.currentContextualDocumentationEntry,n=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(t?.context??""))),r=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(e.navigationContextService.currentContext?.key??""))),a=e.guardUnhandledError((()=>e.clipboardService.copyTextToClipboard(e.navigationContextService.contextStack.map((e=>e.key)).join(" > "))));return(0,o.jsxs)(fn,{className:"virtual-assistant__contextual-support",disabled:!t,menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,o.jsxs)(hn,{children:[(0,o.jsx)(_n,{onClick:n,children:"Copy Context ID"}),(0,o.jsx)(_n,{onClick:r,children:"Copy Current Context ID"}),(0,o.jsx)(_n,{onClick:a,children:"Copy Context Stack"})]}),children:[t&&(0,o.jsxs)("div",{className:"virtual-assistant__contextual-support__content",children:[t.title&&(0,o.jsx)("div",{className:"virtual-assistant__contextual-support__title",children:t.title}),t.content&&(0,o.jsx)(o.Fragment,{children:S(t.content)?(0,o.jsx)("div",{className:"virtual-assistant__contextual-support__text",children:t.content}):(0,o.jsx)(Tn,{className:"virtual-assistant__contextual-support__markdown-text",value:t.content})}),t.related.length&&(0,o.jsxs)("div",{className:"virtual-assistant__contextual-support__relevant-entries",children:[(0,o.jsxs)("div",{className:"virtual-assistant__contextual-support__relevant-entries__title",children:["Related entries (",t.related.length,")"]}),t.related.map((e=>(0,o.jsx)(Bn,{entry:e},e.uuid)))]})]}),!t&&(0,o.jsx)(yn,{children:(0,o.jsxs)("div",{className:"virtual-assistant__panel__placeholder",children:[(0,o.jsx)(zt,{className:"virtual-assistant__panel__placeholder__icon"}),(0,o.jsx)("div",{className:"virtual-assistant__panel__placeholder__message",children:"No contextual documentation found!"}),(0,o.jsx)("div",{className:"virtual-assistant__panel__placeholder__instruction",children:"Keep using the app. When contextual help is available, we will let you know!"})]})})]})})),Dn=(0,Qe.PA)((()=>{const e=ht(),t=(0,mt.useRef)(null),n=e.assistantService,r=n.searchText,a=(0,mt.useMemo)((()=>(0,Fn.A)((()=>n.search()),100)),[n]);return(0,mt.useEffect)((()=>{t.current?.focus()}),[]),(0,o.jsxs)("div",{className:"virtual-assistant__search",children:[(0,o.jsxs)("div",{className:"virtual-assistant__search__header",children:[(0,o.jsx)("input",{ref:t,onClick:()=>{document.querySelectorAll('[role="dialog"]').length&&t.current!==document.activeElement&&n.refreshPanelRendering()},className:(0,nt.$)("virtual-assistant__search__input input--dark",{"virtual-assistant__search__input--searching":r}),spellCheck:!1,onChange:e=>{n.setSearchText(e.target.value),a()},value:r,placeholder:"Ask me a question"}),r&&(0,o.jsx)("div",{className:"virtual-assistant__search__input__search__count",children:n.searchResults.length+(n.isOverSearchLimit?"+":"")}),(0,o.jsx)("button",{className:(0,nt.$)("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,o.jsx)(Bt,{})}),r?(0,o.jsx)("button",{className:"virtual-assistant__search__input__clear-btn",tabIndex:-1,onClick:()=>{n.resetSearch(),n.currentDocumentationEntry=void 0,t.current?.focus()},title:"Clear",children:(0,o.jsx)(Lt,{})}):(0,o.jsx)("div",{className:"virtual-assistant__search__input__search__icon",children:(0,o.jsx)(Gt,{})})]}),(0,o.jsxs)("div",{className:"virtual-assistant__search__content",children:[(0,o.jsx)(Tt,{isLoading:n.searchState.isInProgress}),(0,o.jsx)("div",{className:(0,nt.$)("virtual-assistant__search__input__config__panel",{"virtual-assistant__search__input__config__panel--toggled":n.showSearchConfigurationMenu}),children:(0,o.jsxs)("div",{className:"virtual-assistant__search__input__advanced-config__panel",children:[(0,o.jsxs)("div",{className:"virtual-assistant__search__input__advanced-config__panel__header__label",children:["search config",e.documentationService.hasDocEntry(On.QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX)&&(0,o.jsx)("div",{onClick:()=>n.openDocumentationEntryLink(On.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,o.jsx)(xt,{})})]}),(0,o.jsx)("div",{children:(0,o.jsx)(vn,{value:n.searchConfigurationState.currentMode,onChange:e=>{const t=e.target.value;n.searchConfigurationState.setCurrentMode(t)},row:!1,options:[le.STANDARD,le.INCLUDE,le.EXACT,le.INVERSE],size:1})})]})}),n.currentDocumentationEntry&&(0,o.jsx)("div",{className:"virtual-assistant__search__results",children:(0,o.jsx)(Bn,{entry:n.currentDocumentationEntry},n.currentDocumentationEntry.uuid)}),!n.currentDocumentationEntry&&(0,o.jsxs)(o.Fragment,{children:[Boolean(n.searchResults.length)&&(0,o.jsx)("div",{className:"virtual-assistant__search__results",children:n.searchResults.map((e=>(0,o.jsx)(Bn,{entry:e},e.uuid)))}),r&&!n.searchResults.length&&(0,o.jsx)(yn,{children:(0,o.jsxs)("div",{className:"virtual-assistant__panel__placeholder",children:[(0,o.jsx)(Qt,{className:"virtual-assistant__panel__placeholder__icon"}),(0,o.jsx)("div",{className:"virtual-assistant__panel__placeholder__message",children:"No result..."})]})}),!r&&!n.searchResults.length&&(0,o.jsx)(fn,{className:"virtual-assistant__character__container",menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,o.jsxs)(hn,{children:[(0,o.jsx)(_n,{onClick:()=>{Y(`documentation-registry_${(0,Pn.GP)(new Date(Date.now()),Oe)}.json`,JSON.stringify(e.documentationService.publishDocRegistry(),void 0,2),D.APPLICATION_JSON)},children:"Download documentation registry"}),(0,o.jsx)(_n,{onClick:()=>{Y(`documentation-registry_${(0,Pn.GP)(new Date(Date.now()),Oe)}.json`,JSON.stringify(e.documentationService.publishContextualDocIndex(),void 0,2),D.APPLICATION_JSON)},children:"Download contextual documentation mapping"})]}),children:(0,o.jsxs)("div",{className:"virtual-assistant__character",children:[(0,o.jsxs)("div",{className:"virtual-assistant__character__figure",children:[(0,o.jsx)(Jt,{className:"virtual-assistant__character__hat"}),(0,o.jsx)(en,{className:"virtual-assistant__character__glasses"}),(0,o.jsx)(Zt,{className:"virtual-assistant__character__beard"})]}),(0,o.jsx)("div",{className:"virtual-assistant__character__greeting",children:"Bonjour, It's Pierre!"}),(0,o.jsx)("div",{className:"virtual-assistant__character__question",children:"How can I help today?"})]})})]})]})]})})),Mn=(0,Qe.PA)((e=>{const{triggerElement:t}=e,n=ht(),r=n.assistantService,a=r.currentContextualDocumentationEntry,i=r.selectedTab,s=n.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraVirtualAssistantViewConfigurations?.()??[])),c=s.find((e=>e.key===i));return(0,o.jsx)(Rn,{open:r.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,o.jsxs)("div",{className:(0,nt.$)("virtual-assistant__panel",{"virtual-assistant__panel--maximized":r.isPanelMaximized}),tabIndex:0,onKeyDown:e=>{"Tab"===e.key&&(e.preventDefault(),e.stopPropagation())},children:[(0,o.jsxs)("div",{className:"virtual-assistant__panel__header",children:[(0,o.jsxs)("div",{className:"virtual-assistant__panel__header__tabs",children:[(0,o.jsx)("div",{className:(0,nt.$)("virtual-assistant__panel__header__tab",{"virtual-assistant__panel__header__tab--active":i===pe.SEARCH}),onClick:()=>r.setSelectedTab(pe.SEARCH),title:"Search",children:(0,o.jsx)("div",{className:"virtual-assistant__panel__header__tab__content",children:(0,o.jsx)(Gt,{})})}),(0,o.jsx)("div",{className:(0,nt.$)("virtual-assistant__panel__header__tab",{"virtual-assistant__panel__header__tab--active":i===pe.CONTEXTUAL_SUPPORT}),onClick:()=>r.setSelectedTab(pe.CONTEXTUAL_SUPPORT),title:"Contextual Support",children:(0,o.jsxs)("div",{className:"virtual-assistant__panel__header__tab__content",children:[(0,o.jsx)(Xt,{}),a&&(0,o.jsx)("div",{className:"virtual-assistant__panel__header__tab__indicator",title:"Contextual support available"})]})}),s.map((e=>(0,o.jsx)("div",{className:(0,nt.$)("virtual-assistant__panel__header__tab",{"virtual-assistant__panel__header__tab--active":i===e.key}),onClick:()=>{r.setSelectedTab(e.key),e.autoExpandOnOpen&&r.setIsPanelMaximized(!0)},title:e.title,children:(0,o.jsx)("div",{className:"virtual-assistant__panel__header__tab__content",children:e.icon??(0,o.jsx)(xt,{})})},e.key)))]}),(0,o.jsxs)("div",{className:"virtual-assistant__panel__header__actions",children:[(0,o.jsx)("button",{className:"virtual-assistant__panel__header__action",tabIndex:-1,onClick:()=>r.setIsPanelMaximized(!r.isPanelMaximized),title:r.isPanelMaximized?"Minimize":"Maximize",children:r.isPanelMaximized?(0,o.jsx)(qt,{}):(0,o.jsx)($t,{})}),(0,o.jsx)("button",{className:"virtual-assistant__panel__header__action",tabIndex:-1,onClick:()=>r.setIsOpen(!1),title:"Close",children:(0,o.jsx)(Rt,{className:"virtual-assistant__panel__icon__close"})})]})]}),(0,o.jsxs)("div",{className:"virtual-assistant__panel__content",children:[i===pe.SEARCH&&(0,o.jsx)(Dn,{}),i===pe.CONTEXTUAL_SUPPORT&&(0,o.jsx)(wn,{}),c?.renderer()]})]})},r.panelRenderingKey)})),xn=(0,Qe.PA)((()=>{const[e,t]=(0,mt.useState)(!1),[n,r]=(0,mt.useState)((0,a.A)()),i=ht(),s=(0,mt.useRef)(null),c=i.assistantService,d=c.currentContextualDocumentationEntry,u=()=>{!c.isOpen&&d&&c.setSelectedTab(pe.CONTEXTUAL_SUPPORT),c.setIsOpen(!c.isOpen)};return(0,mt.useEffect)((()=>{c.isHidden&&r((0,a.A)())}),[c.isHidden]),(0,o.jsx)(Ln,{bounds:"parent",onStart:()=>t(!0),onStop:()=>t(!1),nodeRef:s,handle:".virtual-assistant__station__drag-handle",children:(0,o.jsxs)("div",{className:"virtual-assistant",ref:s,children:[(0,o.jsxs)("div",{className:(0,nt.$)("virtual-assistant__station",{"virtual-assistant__station--hidden":c.isHidden,"virtual-assistant__station--active":Boolean(d)}),children:[(0,o.jsx)("button",{className:"virtual-assistant__station__hide-button",title:"Hide assistant",onClick:()=>{i.assistantService.toggleAssistant()},children:(0,o.jsx)(Ht,{})}),(0,o.jsx)("button",{className:"virtual-assistant__station__trigger",tabIndex:-1,onClick:u,title:c.isOpen?"Click to close assistant panel":(d?"Contextual support available.\n":"")+"Click to open Assistant...",children:(0,o.jsxs)("div",{className:"virtual-assistant__station__character",children:[(0,o.jsx)(Jt,{className:"virtual-assistant__station__character__hat"}),(0,o.jsx)(en,{className:"virtual-assistant__station__character__glasses"}),(0,o.jsx)(Zt,{className:"virtual-assistant__station__character__beard"})]})}),(0,o.jsx)("div",{className:"virtual-assistant__station__label",onClick:u,children:"Assistant"}),(0,o.jsx)(fn,{className:(0,nt.$)("virtual-assistant__station__drag-handle",{"virtual-assistant__station__drag-handle--dragging":e}),menuProps:{elevation:7,classes:{root:"virtual-assistant__context-menu"}},content:(0,o.jsxs)(hn,{children:[(0,o.jsx)(_n,{onClick:()=>{c.setIsOpen(!1),r((0,a.A)())},children:"Reset Position"}),(0,o.jsx)(_n,{onClick:()=>i.assistantService.hideAssistant(),children:"Hide Assistant"})]}),children:(0,o.jsx)("div",{className:"virtual-assistant__station__drag-handle__content",title:e?void 0:"Grab to drag assistant",children:(0,o.jsx)(Ot,{})})})]},d?.uuid??""),!e&&c.isOpen&&!c.isHidden&&s.current&&(0,o.jsx)(Mn,{triggerElement:s.current})]})},n)}));var jn;!function(e){e.TOP_LEVEL_CONTAINER="application.top-level-container",e.BACKDROP_CONTAINER="application.backdrop-container"}(jn||(jn={}));const Un=["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"],Gn=e=>(0,o.jsx)("div",{className:"backdrop__container","data-elementid":e.elementId}),Hn=(0,Qe.PA)((e=>{const{children:t}=e,n=ht(),r=((e,t)=>{const n={};return e.forEach(((e,o)=>{e.length&&(n[o]={combinations:e,handler:t})})),n.INTERNAL__PLATFORM_NATIVE_KEYBOARD_COMMAND={combinations:Un,handler:(e,t)=>{t.preventDefault()}},n})(n.keyboardShortcutsService.commandKeyMap,((e,t)=>{Un.includes(e)&&t.preventDefault(),n.keyboardShortcutsService.dispatch(e)}));return(0,mt.useEffect)((()=>{const e=function(e){const t=new Map;let n=null;return o=>{o instanceof KeyboardEvent&&((0,De.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=He(e.combination);if(!r.length)return;const a=t.get(n)??r,i=E(a[0]);Ve(o,i)?a.length>1?t.set(n,a.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))}}(r);return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}}),[r]),(0,mt.useEffect)((()=>{const e=()=>{document.hidden&&(be.logEvent_ApplicationUsageInterrupted(n.telemetryService),n.timeService.recordUsageInterruption())};return document.addEventListener("visibilitychange",e),()=>{document.removeEventListener("visibilitychange",e)}}),[n]),(0,o.jsxs)(Xe,{children:[(0,o.jsx)(St,{}),(0,o.jsx)(At,{}),(0,o.jsx)(pn,{}),(0,o.jsx)(xn,{}),n.layoutService.showBackdrop&&(0,o.jsx)(Je.Z,{container:n.layoutService.getElementByID(n.layoutService.backdropContainerElementID??jn.BACKDROP_CONTAINER)??null,children:(0,o.jsx)(ze.A,{className:"backdrop",open:n.layoutService.showBackdrop})}),(0,o.jsx)(Ze.Q,{backend:et.t2,children:(0,o.jsxs)("div",{className:"app__container","data-elementid":jn.TOP_LEVEL_CONTAINER,onContextMenu:e=>{e.stopPropagation(),e.preventDefault()},children:[(0,o.jsx)(Gn,{elementId:jn.BACKDROP_CONTAINER}),t]})})]})})),Vn={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"},Yn={matchOverviewRuler:"#d186167e",activeMatchColorOverviewRuler:"#A0A0A0CC",matchBackground:"#62331c",activeMatchBackground:"#515C6A"},Kn=`\n${Le.BOLD}${Le.BRIGHT_BLUE}$purist${Le.RESET}\n${Le.BOLD}${Le.MAGENTA}❯${Le.RESET} `,Wn="❯ ";class qn extends we{instance;resizer;renderer;searcher;webLinkProvider;_TEMPORARY__onKeyListener;_TEMPORARY__onDataListener;command="";commandHistory=[];currentCommandSearchString="";commandHistoryNavigationIdx=void 0;isRunningCommand=!1;setupState=se.create();constructor(e){super(e),this.instance=new ye.Terminal({allowProposedApi:!0,fontSize:12,letterSpacing:2,fontWeight:400,fontWeightBold:700,fontFamily:`"${Re}", Menlo, Consolas, monospace`,tabStopWidth:2,theme:Vn,overviewRulerWidth:14,scrollback:1e5,convertEol:!0,scrollOnUserInput:!1}),this.resizer=new Ie.FitAddon,this.searcher=new Ne.SearchAddon,this.renderer=new ke.WebglAddon}setup(e){if(this.setupState.hasCompleted)throw new l("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 ve.Unicode11Addon),this.instance.unicode.activeVersion="11",this.instance.attachCustomKeyEventHandler((e=>Ye(e,"Control+KeyF")||Ye(e,"Meta+KeyF")?(e.preventDefault(),e.stopPropagation(),this.searchConfig.focus(),!1):!(Ye(e,"Control+KeyC")&&this.instance.hasSelection()||Ye(e,"Control+KeyV")))),this.webLinkProvider=e?.webLinkProvider?new Ce.WebLinksAddon(e.webLinkProvider.handler,{urlRegex:e.webLinkProvider.regex}):new Ce.WebLinksAddon,this.instance.loadAddon(this.webLinkProvider),(e?.commands??[]).forEach((e=>{[e.command,...e.aliases??[]].forEach((t=>{this.commandRegistry.has(t)?this.applicationStore.logService.warn(q.create(W.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(Ye(t,"Control+KeyD")||Ye(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(jn.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=`${Wn}${this.command}`,o=`${Wn}${this.command.substring(0,t-2)}${this.command.length<t-2?" ".repeat(t-this.command.length-2):""}`;let r=0,a=0;for(let n=e.baseY+e.cursorY;n>-1;--n){if(E(e.getLine(n)).translateToString()===o){r=n,a+=(n===e.baseY+e.cursorY?e.cursorX:t)-2;break}a+=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:a}}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,a=this.getCommandRange(),i=t?e<0?a.cursorIdx:this.command.length-a.cursorIdx:e,s=Math.min(Math.abs(e),i);let c=n.cursorX,d=n.cursorY,u=n.baseY+n.cursorY;e<0?(c=(o+(n.cursorX-s)%o)%o,d=n.cursorY-(s>n.cursorX?Math.ceil(s/o):0),u=d+n.baseY,d=Math.max(d,-1)):e>0&&(c=(n.cursorX+s)%o,d=n.cursorY+(n.cursorX+s>=o?Math.floor((n.cursorX+s)/o):0),u=d+n.baseY,d=Math.min(d,r-1));const l=u>n.viewportY+r?u-(n.viewportY+r):u<n.viewportY?u-n.viewportY:0;return{seq:Fe(d+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,a,i;if(0===e)return;e<0?(r=this.command.slice(0,t.cursorIdx-o),a=this.command.slice(t.cursorIdx,this.command.length),i=-o):(r=this.command.slice(0,t.cursorIdx),a=this.command.slice(t.cursorIdx+o,this.command.length),i=0);const s=this.computeCursorMovement(i);this.instance.scrollLines(s.scroll),this.instance.write(Fe(t.startY+1,t.startX+1)+r+a+" ".repeat(o)+s.seq),this.setCommand(r+a)}get isSetup(){return this.setupState.hasCompleted}isFocused(){return document.activeElement===this.instance.textarea}mount(e){if(!this.setupState.hasCompleted)throw new l("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(Fe(n.startY+1,n.startX+1)+t.padEnd(this.command.length)),this.command=t,n=this.getCommandRange(),this.instance.write(Fe(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(Kn),this.setCommand("")}newSystemCommand(e){this.isRunningCommand||(this.command&&(this.abort(),this.newCommand()),this.instance.write(`${Le.DIM}(system: ${e})\n${Le.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=E(e.getLine(n)).translateToString();if(o.trim()){t=o!==Wn;break}}return""===this.command&&t}clear(){this.flushScreen(),this.instance.scrollToTop(),this.newCommand()}resetANSIStyling(){this.instance.write(Le.RESET)}showHelp(){var e;this.resetANSIStyling(),this.instance.scrollToBottom(),this.isFlushed||this.isRunningCommand||this.abort(),this.instance.write((e=this.commandRegistry,`\n${Le.BRIGHT_BLACK}+-------------------------------------------------------+${Le.RESET}\n${Le.BRIGHT_BLACK}|${Le.RESET} ${Le.BRIGHT_GREEN}[@@]${Le.RESET} "Hi! Welcome to the HELP menu of Pure IDE" ${Le.BRIGHT_BLACK}|${Le.RESET}\n${Le.BRIGHT_BLACK}|${Le.RESET} ${Le.BRIGHT_GREEN}/|__|\\${Le.RESET} ${Le.BRIGHT_BLACK}|${Le.RESET}\n${Le.BRIGHT_BLACK}+--${Le.RESET} ${Le.BRIGHT_GREEN}d b${Le.RESET} ${Le.BRIGHT_BLACK}-----------------------------------------------+${Le.RESET}\n\nFollowing is the list of supported commands:\n\n${(0,De.A)(Array.from(e.values()),(e=>e.command)).map((e=>`${Le.BRIGHT_GREEN}${e.command.padEnd(30)}${Le.RESET}${e.description}${e.aliases?.length?`\n${"".padEnd(30)}Aliases: ${e.aliases.join(", ")}`:""}\n${"".padEnd(30)}Usage: ${Le.DIM}${e.usage}${Le.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(Le).map((([e,t])=>`${t}${Ue(e).padEnd(20)}${Le.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${Le.RED}${e}${Le.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:Yn,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:Yn,regex:this.searchConfig.useRegex,wholeWord:this.searchConfig.matchWholeWord,caseSensitive:this.searchConfig.matchCaseSensitive})}findNext(){this.searcher.findNext(this.searchConfig.searchText,{decorations:Yn,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=E(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 $n{applicationStore;terminal;constructor(e){this.applicationStore=e,this.terminal=new qn(e)}}const Xn="(unknown)";class Jn{applicationStore;currentUser=Xn;constructor(e){(0,ie.Gn)(this,{currentUser:ie.sH,setCurrentUser:ie.XI}),this.applicationStore=e}get isAnonymous(){return this.currentUser===Xn}setCurrentUser(e){this.currentUser=e}}var zn,Qn=n(5992);class Zn{get localStorage(){return E(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 eo{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?v(t):void 0}getStringValue(e){const t=this.getValue(e);return void 0!==t?N(t):void 0}getBooleanValue(e){const t=this.getValue(e);return void 0!==t?k(t):void 0}getObjectValue(e){const t=this.getValue(e);return void 0!==t?((e,t="")=>(function(e,t=""){if(!I(e))throw new f(t||"Value is expected to be a object")}(e,t),e))(t):void 0}hasValue(e){return h(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 Zn;const t=this.storage.getItem(e.config.applicationStorageKey);this.data=t?m((()=>JSON.parse(t)))??{}:{}}getIndex(e){return this.data[e]}updateIndex(e,t){(0,Qn.A)(t)?delete this.data[e]:this.data[e]=t,this.storage.setItem(this.applicationStore.config.applicationStorageKey,JSON.stringify(this.data))}}class no{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 oo{timestamp=Date.now();interruptions=[];recordUsageInterruption(){this.interruptions.push(Date.now())}finalizeTimingsRecord(e,t){const n=e.elapsed,o=e.startTime,r=o+n,a={...t??{},...Object.fromEntries(e.records),total:n};let i=0;for(const e of this.interruptions)if(e>=o&&e<=r)i++;else if(e>r)break;return i>0?{...a,__numberOfInteruptions:i}:a}}!function(e){e.DEFAULT_DARK="default-dark",e.LEGACY_LIGHT="legacy-light",e.HIGH_CONTRAST_LIGHT="hc-light"}(zn||(zn={}));const ro={name:"Default Dark (default)",key:zn.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"}},ao={name:"Legacy Light",key:zn.LEGACY_LIGHT,TEMPORARY__globalCSSClassName:"theme__legacy-light"},io={name:"High-Contrast Light",key:zn.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 so;!function(e){e.COLOR_THEME="application.layout.colorTheme"}(so||(so={}));const co={[so.COLOR_THEME]:{defaultValue:zn.DEFAULT_DARK}};class uo{applicationStore;backdropContainerElementID;showBackdrop=!1;colorThemeRegistry=new Map;currentColorTheme;constructor(e){(0,ie.Gn)(this,{currentColorTheme:ie.sH.ref,TEMPORARY__isLightColorThemeEnabled:ie.EW,backdropContainerElementID:ie.sH,showBackdrop:ie.sH,setBackdropContainerElementID:ie.XI,setShowBackdrop:ie.XI,setColorTheme:ie.XI}),this.applicationStore=e,this.colorThemeRegistry.set(zn.DEFAULT_DARK,ro),this.applicationStore.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraColorThemes?.()??[])).forEach((e=>{this.colorThemeRegistry.has(e.key)?this.applicationStore.logService.warn(q.create(W.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(so.COLOR_THEME)??zn.DEFAULT_DARK;this.currentColorTheme=E(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!==zn.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(so.COLOR_THEME,e)}getColor(e){return this.currentColorTheme.colors?.[e]??E(this.colorThemeRegistry.get(zn.DEFAULT_DARK)).colors?.[e]??"transparent"}}class lo{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 po{navigator;constructor(e){this.navigator=e}}var go=n(2853);class mo{applicationStore;storage;registry=new Map;constructor(e){this.applicationStore=e,this.storage=new eo(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(q.create(W.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(y(t))return t;this.applicationStore.logService.warn(q.create(W.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(S(t))return t;this.applicationStore.logService.warn(q.create(W.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(C(t))return t;this.applicationStore.logService.warn(q.create(W.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(I(t))return t;this.applicationStore.logService.warn(q.create(W.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,go.A)(n,t)?void 0:t)}}class fo{goToLocation(e,t){throw new p("Navigator does not support this operation")}reload(e){throw new p("Navigator does not support this operation")}goToAddress(e,t){throw new p("Navigator does not support this operation")}visitAddress(e){throw new p("Navigator does not support this operation")}generateAddress(e){throw new p("Navigator does not support this operation")}updateCurrentLocation(e){throw new p("Navigator does not support this operation")}updateCurrentZone(e){throw new p("Navigator does not support this operation")}resetZone(){throw new p("Navigator does not support this operation")}getCurrentBaseAddress(e){throw new p("Navigator does not support this operation")}getCurrentAddress(){throw new p("Navigator does not support this operation")}getCurrentLocation(){throw new p("Navigator does not support this operation")}getCurrentLocationParameters(){throw new p("Navigator does not support this operation")}getCurrentLocationParameterValue(e){throw new p("Navigator does not support this operation")}getCurrentZone(){throw new p("Navigator does not support this operation")}blockNavigation(e,t,n){throw new p("Navigator does not support this operation")}unblockNavigation(){throw new p("Navigator does not support this operation")}get isNavigationBlocked(){throw new p("Navigator does not support this operation")}INTERNAL__internalizeTransientParameter(e){throw new p("Navigator does not support this operation")}}class ho{applicationStore;storage;constructor(e){this.applicationStore=e,this.storage=new eo(this.applicationStore.storageService,"application-user-data-storage")}getNumericValue(e){const t=this.storage.getValue(e);if(y(t))return t;this.applicationStore.logService.warn(q.create(W.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve numeric value for user data '${e}'`)}getStringValue(e){const t=this.storage.getValue(e);if(S(t))return t;this.applicationStore.logService.warn(q.create(W.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve string value for user data '${e}'`)}getBooleanValue(e){const t=this.storage.getValue(e);if(C(t))return t;this.applicationStore.logService.warn(q.create(W.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve boolean value for user data '${e}'`)}getObjectValue(e){const t=this.storage.getValue(e);if(I(t))return t;this.applicationStore.logService.warn(q.create(W.USER_DATA_RETRIEVE_FAILURE),`Can't retrieve object value for user data '${e}'`)}persistValue(e,t){this.storage.persistValue(e,t)}}const _o=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 Eo;!function(e){e.BUG_FIX="BUG_FIX",e.ENHANCEMENT="ENHANCEMENT"}(Eo||(Eo={}));const bo="application.lastOpenedVersion";class Ao{applicationStore;releaseNotes;showCurrentReleaseModal=!0;showReleaseLog=!1;isConfigured=!1;constructor(e){(0,ie.Gn)(this,{showCurrentReleaseModal:ie.sH,showReleaseLog:ie.sH,isConfigured:ie.sH,setShowCurrentRelease:ie.XI,configure:ie.XI,setReleaseLog:ie.XI}),this.applicationStore=e}configure(e){this.isConfigured=!0,this.releaseNotes=(e=>e.map((e=>(A(e.version,"Release notes 'version' is missing"),e.notes?.map((e=>(A(e.type,"Release note 'type' is missing"),A(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(bo)}updateViewedVersion(){this.applicationStore.userDataService.persistValue(bo,this.applicationStore.config.appVersion)}showVersion(e,t){const n=e.version;return!(!_o(n)||!_o(t)||1!==(o=t,n.localeCompare(o,void 0,{numeric:!0})));var o}showableVersions(){const e=this.getViewedVersion();return e?this.releaseNotes?.filter((t=>this.showVersion(t,e))):this.releaseNotes}}class To{uuid=(0,a.A)();extensionStates=[];config;pluginManager;initState=se.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 oo,this.logService=new $,this.logService.registerPlugins(t.getLoggerPlugins()),this.storageService=new to(this),this.settingService=new mo(this),this.userDataService=new ho(this),this.alertService=new gt(this),this.notificationService=new ln,this.identityService=new Jn(this),this.layoutService=new uo(this),this.clipboardService=new lo(this),this.terminalService=new $n(this),this.commandService=new Te(this),this.keyboardShortcutsService=new Se(this),this.navigationService=new po(new fo),this.navigationContextService=new Ae(this),this.documentationService=new oe(this),this.assistantService=new _e(this),this.releaseNotesService=new Ao(this),this.eventService=new Ee,this.eventService.registerEventNotifierPlugins(t.getEventNotifierPlugins()),this.telemetryService=new no(this),this.telemetryService.registerPlugins(t.getTelemetryServicePlugins()),this.telemetryService.setup(),this.tracerService=new de,this.tracerService.registerPlugins(t.getTracerServicePlugins()),this.extensionStates=this.pluginManager.getApplicationPlugins().flatMap((e=>e.getExtraApplicationExtensionStateBuilders?.()??[])).map((e=>e(this))).filter(h)}async initialize(e){if(this.initState.isInInitialState){this.initState.inProgress();try{if(this.platform)throw new l("Platform is already configured");this.platform=e,this.navigationService=new po(e.getNavigator()),await e.initialize(),this.initState.pass()}catch(e){g(e),this.notificationService.notifyError(e),this.logService.error(q.create(W.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(q.create(W.ILLEGAL_APPLICATION_STATE_OCCURRED),"Encountered unhandled error in component tree",e),this.notificationService.notifyIllegalState(e.message)};guardUnhandledError=e=>()=>{e().catch(this.alertUnhandledError)}}var So;!function(e){e.TAG_REQUEST="download-request",e.TAG_RESPONSE="download-response",e.STREAM_CLOSED="#stream-closed",e.STREAM_ABORTED="#stream-aborted"}(So||(So={}));class yo{}class Co extends yo{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 Io{config;logger;pluginManager;basePresets=[];basePlugins=[];baseAddress;pluginRegister;_isConfigured=!1;downloadHelperServiceWorkerPath;downloadHelper=!1;releaseNotes;constructor(e){this.pluginManager=e,this.logger=new Co}setup(e){return this.baseAddress=A(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 V;let n,o;try{n=await t.get(`${window.location.origin}${e}config.json`)}catch(e){g(e),this.logger.error(q.create(W.APPLICATION_CONFIGURATION__FAILURE),e)}_(n,"Can't fetch Legend application configuration");try{o=await t.get(`${window.location.origin}${e}version.json`)}catch(e){g(e),this.logger.error(q.create(W.APPLICATION_CONFIGURATION__FAILURE),e)}return _(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 V(e.simple?{options:{credentials:"omit"}}:{}),o=await n.get(A(e.url,"Can't load documentation registry: 'url' field is missing or empty"));_(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){g(e),this.logger.warn(q.create(W.DOCUMENTATION_FETCH__FAILURE),e)}}))),e.keyedDocumentationEntries=[...ne(t),...e.keyedDocumentationEntries]}async start(){_(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 To(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(q.create(W.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 g(e),this.logger.error(q.create(W.APPLICATION_LOAD__FAILURE),"Failed to load Legend application"),e}}}const No="legend-application-root",vo=JSON.parse('{"rE":"15.1.4","XO":{"c":"@finos/legend-application-plugin-core"}}');class ko{name;version;signature;uuid}class Ro{name;version;uuid=(0,a.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 ko;return e.name=this.getName(),e.version=this.getVersion(),e.signature=this.getSignature(),e.uuid=this.getUUID(),e}configure(e){return this}}class Oo{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[]}}class Lo extends Ro{}class Fo extends Lo{static NAME=vo.XO.c;constructor(){super(Fo.NAME,vo.rE)}install(e){e.registerApplicationPlugin(this)}getExtraApplicationSetups(){return[async e=>{(0,ie.jK)({enforceActions:"observed"})}]}getExtraColorThemes(){return[ao,io]}getExtraSettingConfigurationEntries(){return e=co,Object.entries(e).map((e=>({key:e[0],...e[1]})));var e}}class Po{appName;baseAddress;env;applicationStorageKey;documentationUrl;documentationLinkEntries=[];documentationRegistryEntries=[];keyedDocumentationEntries=[];contextualDocEntries=[];appVersion;appVersionBuildTime;appVersionCommitId;constructor(e){var t,n;this.baseAddress=e.baseAddress,this.appName=A(e.configData.appName,"Can't configure application: 'appName' field is missing or empty"),this.env=A(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:A(e[0],"Documentation link 'key' is missing"),label:A(e[1].label,"Documentation link 'label' is missing"),url:A(e[1].url,"Documentation link 'url' is missing")})))),this.documentationRegistryEntries=e.configData.documentation?.registry??[],this.keyedDocumentationEntries=ne(e.configData.documentation?.entries??{}),this.contextualDocEntries=(n=e.configData.documentation?.contextualEntries??{},Object.entries(n).map((e=>({context:e[0],documentationKey:e[1]})))),this.appVersion=E(e.versionData.version,"Can't collect application version: 'version' field is missing"),this.appVersionBuildTime=E(e.versionData.buildTime,"Can't collect application version: 'buildTime' field is missing"),this.appVersionCommitId=E(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 Bo extends Po{replUrl;useDynamicREPLServer=!1;constructor(e){super(e),_(e.configData.repl,"Can't configure application: 'repl' field is missing"),this.replUrl=Po.resolveAbsoluteUrl(A(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 wo extends Oo{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 Do extends wo{pureProtocolProcessorPlugins=[];pureGraphManagerPlugins=[];pureGraphPlugins=[];constructor(){super()}static create(){return new Do}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 Mo,xo=n(6839),jo=n(8684);class Uo{historyAPI;_isNavigationBlocked=!1;_forceBypassNavigationBlocking=!1;_blockCheckers=[];_beforeUnloadListener=e=>{this._forceBypassNavigationBlocking||this._blockCheckers.some((e=>e()))&&(e.returnValue="")};onBlock;onNativePlatformNavigationBlock;constructor(e){(0,ie.Gn)(this,{_isNavigationBlocked:ie.sH,isNavigationBlocked:ie.EW,blockNavigation:ie.XI,unblockNavigation:ie.XI}),this.historyAPI=e}get window(){return E(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?L.A.parseUrl(e).query:L.A.parse(e))((n=this.getCurrentAddress(),(0,F.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())})),L.A.stringify(t)})(n),r?`${o}?${r}`:o)),this.updateCurrentZone(t)}}class Go{applicationStore;constructor(e){this.applicationStore=e}async initialize(){}}!function(e){e.INITIAL_COLOR_THEME="initialColorTheme"}(Mo||(Mo={}));class Ho extends Go{navigator;constructor(e,t){super(e),this.navigator=new Uo(t.historyAPI)}getNavigator(){return this.navigator}async initialize(){const e=this.applicationStore.navigationService.navigator.getCurrentLocationParameterValue(Mo.INITIAL_COLOR_THEME);e&&(this.applicationStore.layoutService.setColorTheme(e),this.applicationStore.navigationService.navigator.INTERNAL__internalizeTransientParameter(Mo.INITIAL_COLOR_THEME))}}const Vo=(0,mt.createContext)(void 0),Yo=({children:e})=>{const t=ht(),n=(0,xo.W6)(),r=(0,Qe.iz)((()=>new Ho(t,{historyAPI:n})));return(0,o.jsx)(Vo.Provider,{value:r,children:e})},Ko=({children:e,baseUrl:t})=>(0,o.jsx)(jo.Kd,{basename:t,children:(0,o.jsx)(Yo,{children:e})});class Wo{networkClient;constructor(e){this.networkClient=e}get baseUrl(){return E(this.networkClient.baseUrl,"REPL client has not been configured properly")}getREPLGridServerResult=e=>this.networkClient.post(`${this.baseUrl}/gridResult`,e,void 0,void 0);getIntialQueryLambda=()=>this.networkClient.get(`${this.baseUrl}/initialLambda`,void 0,void 0,void 0);executeLambda=(e,t)=>this.networkClient.post(`${this.baseUrl}/executeLambda`,e,void 0,void 0,{isPaginationEnabled:t});getTypeaheadResults=e=>this.networkClient.post(`${this.baseUrl}/typeahead`,e,void 0,void 0);parseQuery=e=>this.networkClient.post(`${this.baseUrl}/parseQuery`,e,void 0,void 0);getInitialREPLGridServerResult=e=>this.networkClient.get(`${this.baseUrl}/gridResult`,void 0,void 0,{isPaginationEnabled:e});getLicenseKey=()=>this.networkClient.get(`${this.baseUrl}/licenseKey`,void 0,void 0,void 0);getREPLQuery=e=>this.networkClient.get(`${this.baseUrl}/query/${e}`,void 0,void 0,void 0);saveQuery=e=>this.networkClient.post(`${this.baseUrl}/saveQuery`,e,void 0,void 0)}var qo,$o,Xo,Jo,zo,Qo,Zo,er,tr,nr,or,rr,ar,ir;!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"}(qo||(qo={})),function(e){e.AND="and",e.OR="or"}($o||($o={})),function(e){e.SUM="sum",e.MIN="min",e.MAX="max",e.COUNT="count",e.AVG="avg",e.FIRST="first",e.LAST="last"}(Xo||(Xo={})),function(e){e.ASCENDING="ascending",e.DESCENDING="descending"}(Jo||(Jo={})),function(e){e.TEXT="text",e.NUMBER="number"}(zo||(zo={}));class sr{operation;value;constructor(e,t){this.operation=e,this.value=t}static serialization=new J((0,X.PL)(sr,{operation:(0,X.MY)(),value:(0,X.MY)()}))}class cr{column;columnType;conditions;groupOperation;constructor(e,t,n,o){this.column=e,this.columnType=t,this.conditions=n,this.groupOperation=o}static serialization=new J((0,X.PL)(cr,{column:(0,X.MY)(),columnType:(0,X.MY)(),conditions:(0,X.p_)(z(sr.serialization.schema)),groupOperation:(0,X.MY)()}))}class dr{column;order;constructor(e,t){(0,ie.Gn)(this,{column:ie.sH,order:ie.sH,setOrder:ie.XI}),this.column=e,this.order=t}setOrder(e){this.order=e}static serialization=new J((0,X.PL)(dr,{column:(0,X.MY)(),order:(0,X.MY)()}))}class ur{column;columnType;function;constructor(e,t,n){this.column=e,this.columnType=t,this.function=n}static serialization=new J((0,X.PL)(ur,{column:(0,X.MY)(),columnType:(0,X.MY)(),function:(0,X.MY)()}))}class lr{columns;groupKeys;aggregations;constructor(e,t,n){this.columns=e,this.groupKeys=t,this.aggregations=n}static serialization=new J((0,X.PL)(lr,{columns:(0,X.p_)((0,X.MY)()),groupKeys:(0,X.p_)((0,X.MY)()),aggregations:(0,X.p_)(z(ur.serialization.schema))}))}class pr{name;constructor(e){this.name=e}static serialization=new J((0,X.PL)(pr,{name:(0,X.MY)()}))}class gr{startRow;endRow;columns;filter;sort;groupBy;constructor(e,t,n,o,r,a){this.startRow=r,this.endRow=a,this.columns=e,this.filter=t,this.sort=n,this.groupBy=o}static serialization=new J((0,X.PL)(gr,{startRow:(0,X.lq)((0,X.MY)()),endRow:(0,X.lq)((0,X.MY)()),columns:(0,X.p_)(z(pr.serialization.schema)),filter:(0,X.p_)(z(cr.serialization.schema)),sort:(0,X.p_)(z(dr.serialization.schema)),groupBy:z(lr.serialization.schema)}))}!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"}(Qo||(Qo={})),(tr=Zo||(Zo={})).STRING="String",tr.BOOLEAN="Boolean",tr.BINARY="Binary",tr.NUMBER="Number",tr.INTEGER="Integer",tr.FLOAT="Float",tr.DECIMAL="Decimal",tr.DATE="Date",tr.STRICTDATE="StrictDate",tr.DATETIME="DateTime",tr.STRICTTIME="StrictTime",tr.LATESTDATE="LatestDate",tr.BYTE="Byte",function(e){e.Service_Test="serviceTest",e.Mapping_Test="mappingTest",e.Function_Test="functionTest"}(er||(er={})),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"}(nr||(nr={})),function(e){e.BUSINESS_TEMPORAL="businesstemporal",e.PROCESSING_TEMPORAL="processingtemporal",e.BITEMPORAL="bitemporal"}(or||(or={})),function(e){e.ALL_VERSIONS="AllVersions",e.ALL_VERSIONS_IN_RANGE="AllVersionsInRange"}(rr||(rr={})),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"}(ar||(ar={})),function(e){e.LET="meta::pure::functions::lang::letFunction",e.NEW="meta::pure::functions::meta::new",e.FROM="meta::pure::mapping::from"}(ir||(ir={}));const mr=e=>{switch(e){case Jo.ASCENDING:return"asc";case Jo.DESCENDING:return"desc";default:throw new Error("Unsupported")}},fr=e=>{switch(e){case"equals":return qo.EQUALS;case"notEqual":return qo.NOT_EQUAL;case"greaterThan":return qo.GREATER_THAN;case"greaterThanOrEqual":return qo.GREATER_THAN_OR_EQUAL;case"lessThan":return qo.LESS_THAN;case"lessThanOrEqual":return qo.LESS_THAN_OR_EQUAL;case"blank":return qo.BLANK;case"notBlank":return qo.NOT_BLANK;case"contains":return qo.CONTAINS;case"notContains":return qo.NOT_CONTAINS;case"startsWith":return qo.STARTS_WITH;case"endsWith":return qo.ENDS_WITH;default:throw new Error(`Unsupported filter operation ${e}`)}},hr=e=>{switch(e){case Zo.STRING:return"text";case Zo.NUMBER:return"number";case Zo.BOOLEAN:return"boolean";case Zo.DATE:return"date";default:throw new Error(`Unsupported filter type ${e}`)}},_r=(e,t,n)=>{if(!n)return{};const o=n.sort.find((e=>e.column===t))?.order,r=n.groupBy.columns.find((e=>e===t)),a=n.groupBy.aggregations.find((e=>e.column===t));return{sort:o?mr(o):void 0,rowGroup:Boolean(r),hide:Boolean(r),aggFunc:a?.function}},Er=(e,t)=>{const n=e.builder.columns.find((e=>e.name===t))?.type;switch(n){case Zo.STRING:return{filter:"agTextColumnFilter",allowedAggFuncs:["count"]};case Zo.DATE:case Zo.DATETIME:case Zo.STRICTDATE:return{filter:"agDateColumnFilter",allowedAggFuncs:["count"]};case Zo.DECIMAL:case Zo.INTEGER:case Zo.FLOAT:return{filter:"agNumberColumnFilter",allowedAggFuncs:["count","sum","max","min","avg"]};default:return{allowedAggFuncs:["count"]}}},br=e=>e.rows.map(((t,n)=>{const o={},r=e.columns;return t.values.forEach(((e,t)=>{o[r[t]]=C(e)?String(e):e})),o.rowNumber=n,o}));class Ar{dataCubeState;initialResult;currentResult;columns;initialQueryLambda;currentQueryTDSRequest;lastQueryTDSRequest;constructor(e){(0,ie.Gn)(this,{initialResult:ie.sH,initialQueryLambda:ie.sH,currentResult:ie.sH,columns:ie.sH,currentQueryTDSRequest:ie.sH,lastQueryTDSRequest:ie.sH,setInitialResult:ie.XI,setColumns:ie.XI,setInitialQueryLambda:ie.XI,setCurrentResult:ie.XI,setCurrentQueryTDSRequest:ie.XI,setLastQueryTDSRequest:ie.XI,rowData:ie.EW,columnDefs:ie.EW}),this.dataCubeState=e}setLastQueryTDSRequest(e){this.lastQueryTDSRequest=e}setCurrentQueryTDSRequest(e){this.currentQueryTDSRequest=e}setInitialQueryLambda(e){this.initialQueryLambda=e}setInitialResult(e){this.initialResult=e}setCurrentResult(e){this.currentResult=e}setColumns(e){this.columns=e}get rowData(){return this.initialResult?br(this.initialResult.result):[]}get columnDefs(){const e={};return this.currentQueryTDSRequest?.filter.forEach((t=>{1===t.conditions.length?e[t.column]={filter:t.conditions[0]?.value,filterType:hr(t.columnType),type:t.conditions[0]?.operation}:e[t.column]={filterType:hr(t.columnType),operator:t.groupOperation===$o.AND?"AND":"OR",condition1:{filter:t.conditions[0]?.value,filterType:hr(t.columnType),type:t.conditions[0]?.operation},condition2:{filter:t.conditions[1]?.value,filterType:hr(t.columnType),type:t.conditions[1]?.operation}}})),this.currentQueryTDSRequest&&this.dataCubeState.configState.gridApi?.setFilterModel(e),this.columns?this.columns.map((e=>({field:e,headerName:e,...Er(E(this.initialResult),e),..._r(E(this.initialResult),e,this.currentQueryTDSRequest)}))):[]}}class Tr{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}}class Sr{uuid=(0,a.A)();query;parserError;constructor(e){(0,ie.Gn)(this,{query:ie.sH,parserError:ie.sH,setQuery:ie.XI,setParserError:ie.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:a}=e;return new Tr(t,n+0,o-0,r+0,a-0)}}class yr{dataCubeState;queryEditorState;currentSubQuery;constructor(e){(0,ie.Gn)(this,{currentSubQuery:ie.sH,queryEditorState:ie.sH,setCurrentSubQuery:ie.XI}),this.dataCubeState=e,this.queryEditorState=new Sr("")}setCurrentSubQuery(e){this.currentSubQuery=e}}var Cr,Ir,Nr,vr,kr,Rr;!function(e){e.FETCH_TDS_FAILURE="repl.fetch-tds.failure",e.BUILD_TDS_EQUEST_FAILURE="repl.build-tds-request.failure"}(Cr||(Cr={})),function(e){e.PAGINATION="application.pagination.enabled"}(Ir||(Ir={})),function(e){e.FILTER="filter",e.SORT="sort",e.SLICE="slice",e.GROUPBY="groupBy",e.NOT="not",e.FROM="from"}(Nr||(Nr={}));class Or{dataCubeState;licenseKey;isPaginationEnabled;gridApi;isPivotPanelOpened=!1;constructor(e){(0,ie.Gn)(this,{licenseKey:ie.sH,isPaginationEnabled:ie.sH,gridApi:ie.sH,isPivotPanelOpened:ie.sH,setGridApi:ie.XI,setLicenseKey:ie.XI,setIsPaginationEnabled:ie.XI,setIsPivotPanelOpened:ie.XI,openPanel:ie.XI,closePanel:ie.XI}),this.dataCubeState=e,this.isPaginationEnabled=e.editorStore.applicationStore.settingService.getBooleanValue(Ir.PAGINATION)??!0}setIsPivotPanelOpened(e){this.isPivotPanelOpened=e}setGridApi(e){this.gridApi=e}setLicenseKey(e){this.licenseKey=e}setIsPaginationEnabled(e){this.isPaginationEnabled=e}openPanel(){this.dataCubeState.configState.setIsPivotPanelOpened(!0),this.dataCubeState.propertiesPanelState.hpivotAndSortPanelState.initialize()}closePanel(){this.dataCubeState.configState.setIsPivotPanelOpened(!1),this.dataCubeState.propertiesPanelState.hpivotAndSortPanelState.setIsInitialized(!1)}}class Lr{dataCubeState;constructor(e){this.dataCubeState=e}}class Fr extends Lr{isInitialized=!1;availableSortColumns=[];selectedSortColumns=[];availableSortColumnsSearchText="";selectedSortColumnsSearchText="";constructor(e){super(e),(0,ie.Gn)(this,{isInitialized:ie.sH,availableSortColumns:ie.sH,selectedSortColumns:ie.sH,availableSortColumnsSearchText:ie.sH,selectedSortColumnsSearchText:ie.sH,setAvailableSortColumns:ie.XI,setSelectedSortColumns:ie.XI,setIsInitialized:ie.XI,addAvailableSortColumn:ie.XI,addSelectedSortColumn:ie.XI,addAllAvailableSortColumns:ie.XI,addAllSelectedSortColumns:ie.XI,applyChanges:ie.XI,initialize:ie.XI,setSelectedSortColumnsSearchText:ie.XI,setAvailableSortColumnsSearchText:ie.XI,availableSortColumnsSearchResults:ie.EW,selectedSortColumnsSearchResults:ie.EW})}setAvailableSortColumns(e){this.availableSortColumns=e}setSelectedSortColumns(e){this.selectedSortColumns=e}setIsInitialized(e){this.isInitialized=e}initialize(){this.isInitialized||(this.selectedSortColumns=this.dataCubeState.gridState.lastQueryTDSRequest?.sort.map((e=>new dr(e.column,e.order)))??[],this.availableSortColumns=this.dataCubeState.gridState.columns?.filter((e=>!this.selectedSortColumns.find((t=>t.column===e)))).map((e=>new dr(e,Jo.ASCENDING)))??[],this.setIsInitialized(!0))}addAvailableSortColumn(e){const t=this.availableSortColumns.find((t=>t.column===e));t&&(this.setAvailableSortColumns(this.availableSortColumns.filter((t=>t.column!==e))),this.setSelectedSortColumns(this.selectedSortColumns.concat(t)))}addSelectedSortColumn(e){const t=this.selectedSortColumns.find((t=>t.column===e));t&&(this.setSelectedSortColumns(this.selectedSortColumns.filter((t=>t.column!==e))),this.setAvailableSortColumns(this.availableSortColumns.concat(t)))}addAllAvailableSortColumns(){this.setSelectedSortColumns(this.selectedSortColumns.concat(this.availableSortColumns)),this.setAvailableSortColumns([])}addAllSelectedSortColumns(){this.setAvailableSortColumns(this.availableSortColumns.concat(this.selectedSortColumns)),this.setSelectedSortColumns([])}applyChanges(){if(this.dataCubeState.configState.gridApi){const e=this.dataCubeState.configState.gridApi.getColumnDefs();this.selectedSortColumns.forEach((t=>{const n=e?.find((e=>"colId"in e&&e.colId===t.column));n&&"sort"in n&&(n.sort=t.order===Jo.ASCENDING?"asc":"desc")})),this.dataCubeState.configState.gridApi.setGridOption("columnDefs",e),this.dataCubeState.configState.gridApi.onSortChanged()}}setAvailableSortColumnsSearchText(e){this.availableSortColumnsSearchText=e}setSelectedSortColumnsSearchText(e){this.selectedSortColumnsSearchText=e}get availableSortColumnsSearchResults(){return this.availableSortColumnsSearchText?this.availableSortColumns.filter((e=>e.column.toLowerCase().startsWith(this.availableSortColumnsSearchText.toLowerCase()))):this.availableSortColumns}get selectedSortColumnsSearchResults(){return this.selectedSortColumnsSearchText?this.selectedSortColumns.filter((e=>e.column.toLowerCase().startsWith(this.selectedSortColumnsSearchText.toLowerCase()))):this.selectedSortColumns}}!function(e){e.COLUMNS_AND_PIVOTS="Colums/Pivots",e.HPIVOTS_AND_SORTS="HPivots/Sorts",e.GENERAL_PROPERTIES="General Properties",e.COLUMN_PROPERTIES="Column Properties",e.DEVELOPER_OPTIONS="Developer",e.PIVOT_LAYOUT="Pivot Layout"}(vr||(vr={}));class Pr{dataCubeState;selectedPivotPanelTab=vr.COLUMNS_AND_PIVOTS;hpivotAndSortPanelState;constructor(e){(0,ie.Gn)(this,{selectedPivotPanelTab:ie.sH,hpivotAndSortPanelState:ie.sH,setSelectedPivotPanelTab:ie.XI,applyChanges:ie.XI}),this.dataCubeState=e,this.hpivotAndSortPanelState=new Fr(this.dataCubeState)}setSelectedPivotPanelTab(e){this.selectedPivotPanelTab=e,e===vr.HPIVOTS_AND_SORTS&&this.hpivotAndSortPanelState.initialize()}applyChanges(){this.hpivotAndSortPanelState.applyChanges()}}class Br{}class wr extends Br{name;multiplicity;class;accept_ValueSpecificationVisitor(e){return e.visit_Variable(this)}}class Dr{subTrees=[];subTypeTrees=[]}class Mr extends Dr{class;accept_GraphFetchTreeVisitor(e){return e.visit_RootGraphFetchTree(this)}}(Rr=kr||(kr={})).INTERNAL__UNKNOWN_ELEMENT="INTERNAL__UNKNOWN_ELEMENT",Rr.INTERNAL__UNKNOWN_PACKAGEABLE_ELEMENT="INTERNAL__UNKNOWN_PACKAGEABLE_ELEMENT",Rr.INTERNAL__UNKNOWN_FUNCTION_ACTIVATOR="INTERNAL__UNKNOWN_FUNCTION_ACTIVATOR",Rr.PACKAGE="PACKAGE",Rr.PACKAGEABLE_ELEMENT="PACKAGEABLE_ELEMENT",Rr.PACKAGEABLE_ELEMENT_POINTER="PACKAGEABLE_ELEMENT_POINTER",Rr.PROFILE="PROFILE",Rr.TAG_POINTER="TAG_POINTER",Rr.STEREOTYPE_POINTER="STEREOTYPE_POINTER",Rr.TAGGED_VALUE="TAGGED_VALUE",Rr.ENUMERATION="ENUMERATION",Rr.ENUM_VALUE="ENUM_VALUE",Rr.CLASS="CLASS",Rr.PROPERTY="PROPERTY",Rr.PROPERTY_DEFAULT_VALUE="PROPERTY_DEFAULT_VALUE",Rr.PROPERTY_POINTER="PROPERTY_POINTER",Rr.MULTIPLICITY="MULTIPLICITY",Rr.CONSTRAINT="CONSTRAINT",Rr.DERIVED_PROPERTY="DERIVED_PROPERTY",Rr.ASSOCIATION="ASSOCIATION",Rr.FUNCTION="FUNCTION",Rr.MEASURE="MEASURE",Rr.UNIT="UNIT",Rr.FUNCTION_TEST_SUITE="FUNCTION_TEST_SUITE",Rr.FUNCTION_TEST="FUNCTION_TEST",Rr.FUNCTION_STORE_TEST_DATA="FUNCTION_STORE_TEST_DATA",Rr.FUNCTION_PARAMETER_VALUE="FUNCTION_PARAMETER_VALUE",Rr.ASSERT_FAIL="ASSERT_FAIL",Rr.ASSERT_PASS="ASSERT_PASS",Rr.EQUAL_TO_JSON_ASSERT_FAIL="EQUAL_TO_JSON_ASSERT_FAIL",Rr.EQUAL_TO="EQUAL_TO",Rr.EQUAL_TO_JSON="EQUAL_TO_JSON",Rr.EQUAL_TO_TDS="EQUAL_TO_TDS",Rr.SECTION_INDEX="SECTION_INDEX",Rr.SECTION="SECTION",Rr.IMPORT_AWARE_CODE_SECTION="IMPORT_AWARE_CODE_SECTION",Rr.DEFAULT_CODE_SECTION="DEFAULT_CODE_SECTION",Rr.RAW_LAMBDA="RAW_LAMBDA",Rr.RAW_VARIABLE="RAW_VARIABLE",Rr.RAW_INSTANCE_VALUE="RAW_INSTANCE_VALUE",Rr.BINDING_TRANSFORMER="BINDING_TRANSFORMER",Rr.INTERNAL__UNKNOWN_VALUE_SPECIFICATION="INTERNAL__UNKNOWN_VALUE_SPECIFICATION",Rr.INTERNAL__PROPAGATED_VALUE="INTERNAL__PROPAGATED_VALUE",Rr.VARIABLE_EXPRESSION="VARIABLE_EXPRESSION",Rr.EXPRESSION="EXPRESSION",Rr.FUNCTION_EXPRESSION="FUNCTION_EXPRESSION",Rr.SIMPLE_FUNCTION_EXPRESSION="SIMPLE_FUNCTION_EXPRESSION",Rr.ABSTRACT_PROPERTY_EXPRESSION="ABSTRACT_PROPERTY_EXPRESSION",Rr.INSTANCE_VALUE="INSTANCE_VALUE",Rr.PRIMITIVE_INSTANCE_VALUE="PRIMITIVE_INSTANCE_VALUE",Rr.ENUM_INSTANCE_VALUE="ENUM_INSTANCE_VALUE",Rr.KEY_EXPRESSION_INSTANCE_VALUE="KEY_EXPRESSION_INSTANCE_VALUE",Rr.KEY_EXPRESSION_VALUE="KEY_EXPRESSION_VALUE",Rr.RUNTIME_INSTANCE_VALUE="RUNTIME_INSTANCE_VALUE",Rr.PAIR_INSTANCE_VALUE="PAIR_INSTANCE_VALUE",Rr.MAPPING_INSTANCE_VALUE="MAPPING_INSTANCE_VALUE",Rr.PURE_LIST_INSTANCE_VALUE="PURE_LIST_INSTANCE_VALUE",Rr.COLLECTION_INSTANCE_VALUE="COLLECTION_INSTANCE_VALUE",Rr.LAMBDA_FUNCTION_INSTANCE_VALUE="LAMBDA_FUNCTION_INSTANCE_VALUE",Rr.FUNCTION_TYPE="FUNCTION_TYPE",Rr.LAMBDA_FUNCTION="LAMBDA_FUNCTION",Rr.ALLOY_SERIALIZATION_CONFIG_INSTANCE_VALUE="ALLOY_SERIALIZATION_CONFIG_INSTANCE_VALUE",Rr.ALLOY_SERIALIZATION_CONFIG="ALLOY_SERIALIZATION_CONFIG",Rr.ROOT_GRAPH_FETCH_TREE="ROOT_GRAPH_FETCH_TREE",Rr.PROPERTY_GRAPH_FETCH_TREE="PROPERTY_GRAPH_FETCH_TREE",Rr.SUBTYPE_GRAPH_FETCH_TREE="SUBTYPE_GRAPH_FETCH_TREE",Rr.SUBTYPE_GRAPH_FETCH_TREE_INSTANCE_VALUE="SUBTYPE_GRAPH_FETCH_TREE_INSTANCE_VALUE",Rr.PROPERTY_GRAPH_FETCH_TREE_INSTANCE_VALUE="PROEPRTY_GRAPH_FETCH_TREE_INSTANCE_VALUE",Rr.ROOT_GRAPH_FETCH_TREE_INSTANCE_VALUE="ROOT_GRAPH_FETCH_TREE_INSTANCE_VALUE",Rr.RELATION_COL_SPEC_ARRAY="RELATION_COL_SPEC_ARRAY",Rr.RELATION_COL_SPEC="RELATION_COL_SPEC",Rr.INTERNAL__UNKNOWN_STORE="INTERNAL__UNKNOWN_STORE",Rr.INTERNAL__UNKNOWN_CONNECTION="INTERNAL__UNKNOWN_CONNECTION",Rr.INTERNAL__UNKNOWN_PROPERTY_MAPPING="INTERNAL__UNKNOWN_PROPERTY_MAPPING",Rr.INTERNAL__UNKNOWN_CLASS_MAPPING="INTERNAL__UNKNOWN_CLASS_MAPPING",Rr.INTERNAL__UNKNOWN_MAPPING_INCLUDE="INTERNAL__UNKNOWN_MAPPING_INCLUDE",Rr.MAPPING="MAPPING",Rr.MAPPING_INCLUDE_MAPPING="MAPPING_INCLUDE_MAPPING",Rr.ASSOCIATION_IMPLEMENTATION="ASSOCIATION_IMPLEMENTATION",Rr.RELATIONAL_ASSOCIATION_IMPLEMENTATION="RELATIONAL_ASSOCIATION_IMPLEMENTATION",Rr.XSTORE_ASSOCIATION_IMPLEMENTATION="XSTORE_ASSOCIATION_IMPLEMENTATION",Rr.ENUMERATION_MAPPING="ENUMERATION_MAPPING",Rr.ENUM_VALUE_MAPPING="ENUM_VALUE_MAPPING",Rr.SET_IMPLEMENTATION="SET_IMPLEMENTATION",Rr.OPERATION_SET_IMPLEMENTATION="OPERATION_SET_IMPLEMENTATION",Rr.PURE_INSTANCE_SET_IMPLEMENTATION="PURE_INSTANCE_SET_IMPLEMENTATION",Rr.PROPERTY_MAPPING="PROPERTY_MAPPING",Rr.LOCAL_MAPPING_PROPERTY="LOCAL_MAPPING_PROPERTY",Rr.PURE_PROPERTY_MAPPING="PURE_PROPERTY_MAPPING",Rr.XSTORE_PROPERTY_MAPPING="XSTORE_PROPERTY_MAPPING",Rr.MAPPING_TEST_LEGACY="MAPPING_TEST_LEGACY",Rr.MAPPING_TEST_SUITE="MAPPING_TEST_SUITE",Rr.MAPPING_TEST="MAPPING_TEST",Rr.STORE_TEST_DATA="STORE_TEST_DATA",Rr.INPUT_DATA="INPUT_DATA",Rr.FLAT_DATA_INPUT_DATA="FLAT_DATA_INPUT_DATA",Rr.RELATIONAL_INPUT_DATA="RELATIONAL_INPUT_DATA",Rr.OBJECT_INPUT_DATA="OBJECT_INPUT_DATA",Rr.MAPPING_TEST_ASSERT="MAPPING_TEST_ASSERT",Rr.EXPECTED_OUTPUT_MAPPING_TEST_ASSERT="EXPECTED_OUTPUT_MAPPING_TEST_ASSERT",Rr.FILTER_MAPPING="FILTER_MAPPING",Rr.COLUMN_MAPPING="COLUMN_MAPPING",Rr.GROUP_BY_MAPPING="GROUP_BY_MAPPING",Rr.RUNTIME="RUNTIME",Rr.PACKAGEABLE_RUNTIME="PACKAGEABLE_RUNTIME",Rr.ENGINE_RUNTIME="ENGINE_RUNTIME",Rr.SINGLE_ENGINE_RUNTIME="SINGLE_ENGINE_RUNTIME",Rr.LEGACY_RUNTIME="LEGACY_RUNTIME",Rr.RUNTIME_POINTER="RUNTIME_POINTER",Rr.STORE_CONNECTIONS="STORE_CONNECTIONS",Rr.IDENTIFIED_CONNECTION="IDENTIFIED_CONNECTION",Rr.PACKAGEABLE_CONNECTION="PACKAGEABLE_CONNECTION",Rr.CONNECTION_POINTER="CONNECTION_POINTER",Rr.XML_MODEL_CONNECTION="XML_MODEL_CONNECTION",Rr.JSON_MODEL_CONNECTION="JSON_MODEL_CONNECTION",Rr.MODEL_CHAIN_CONNECTION="MODEL_CHAIN_CONNECTION",Rr.FLAT_DATA_CONNECTION="FLAT_DATA_CONNECTION",Rr.AGGREGATION_AWARE_MAPPING="AGGREGATION_AWARE_MAPPING",Rr.AGGREGATION_AWARE_SPECIFICATION="AGGREGATION_AWARE_SPECIFICATION",Rr.AGGREGATION_AWARE_SET_IMPLEMENTATION_CONTAINER="AGGREGATION_AWARE_SET_IMPLEMENTATION_CONTAINER",Rr.AGGREGATE_FUNCTION="AGGREGATE_FUNCTION",Rr.GROUP_BY_FUNCTION="GROUP_BY_FUNCTION",Rr.GENERATION_TREE="GENERATION_TREE",Rr.GENERATION_TREE_NODE="GENERATION_TREE_NODE",Rr.FILE_GENERATION="FILE_GENERATION",Rr.CONFIGURATION_PROPERTY="CONFIGURATION_PROPERTY",Rr.INTERNAL__UNKNOWN_EMBEDDED_DATA="INTERNAL__UNKNOWN_EMBEDDED_DATA",Rr.EXTERNAL_FORMAT_DATA="EXTERNAL_FORMAT_DATA",Rr.MODEL_STORE_DATA="MODEL_STORE_DATA",Rr.MODEL_DATA="MODEL_DATA",Rr.MODEL_EMBEDDED_DATA="MODEL_EMBEDDED_DATA",Rr.MODEL_INSTANCE_DATA="MODEL_INSTANCE_DATA",Rr.DATA_ELEMENT_REFERENCE="DATA_ELEMENT_REFERENCE",Rr.DATA_ELEMENT="DATA_ELEMENT",Rr.RELATIONAL_CSV_DATA="RELATIONAL_CSV_DATA",Rr.RELATIONAL_TDS="RELATIONAL_TDS",Rr.RELATIONAL_CSV_DATA_TABLE="RELATIONAL_CSV_DATA_TABLE",Rr.BINDING="BINDING",Rr.SCHEMA_SET="SCHEMA_SET",Rr.SCHEMA="SCHEMA",Rr.MODEL_UNIT="MODEL_UNIT",Rr.URL_STREAM="URL_STREAM",Rr.EXTERNAL_FORMAT_CONNECTION="EXTERNAL_FORMAT_CONNECTION",Rr.SERVICE="SERVICE",Rr.SERVICE_OWNER="SERVICE_OWNER",Rr.SERVICE_PURE_EXECUTION="SERVICE_PURE_EXECUTION",Rr.SERVICE_PURE_SINGLE_EXECUTION="SERVICE_PURE_SINGLE_EXECUTION",Rr.SERVICE_KEYED_EXECUTION_PARAMETER="SERVICE_KEYED_EXECUTION_PARAMETER",Rr.SERVICE_PURE_MULTI_EXECUTION="SERVICE_PURE_MULTI_EXECUTION",Rr.SERVICE_TEST_CONTAINER="SERVICE_TEST_CONTAINER",Rr.SERVICE_LEGACY_SINGLE_EXECUTION_TEST="SERVICE_LEGACY_SINGLE_EXECUTION_TEST",Rr.SERVICE_LEGACY_KEYED_SINGLE_EXECUTION_TEST="SERVICE_LEGACY_KEYED_SINGLE_EXECUTION_TEST",Rr.SERVICE_LEGACY_MULTI_EXECUTION_TEST="SERVICE_LEGACY_MULTI_EXECUTION_TEST",Rr.SERVICE_CONNECTION_TEST_DATA="SERVICE_CONNECTION_TEST_DATA",Rr.SERVICE_TEST_DATA="SERVICE_TEST_DATA",Rr.SERVICE_TEST_SUITE="SERVICE_TEST_SUITE",Rr.SERVICE_TEST="SERVICE_TEST",Rr.SERVICE_PARAMETER_VALUE="SERVICE_PARAMETER_VALUE",Rr.SERVICE_POST_VALIDATION="SERVICE_POST_VALIDATION",Rr.SERVICE_POST_VALIDATION_ASSERTION="SERVICE_POST_VALIDATION_ASSERTION",Rr.EXECUTION_ENVIRONMENT_INSTANCE="EXECUTION_ENVIRONMENT_INSTANCE",Rr.SINGLE_EXECUTION_PARAMETER="SINGLE_EXECUTION_PARAMETER",Rr.MULTI_EXECUTION_PARAMETER="MULTI_EXECUTION_PARAMETER",Rr.INTERNAL__UNKNOWN_DATASOURCE_SPECIFICATION="INTERNAL__UNKNOWN_DATASOURCE_SPECIFICATION",Rr.INTERNAL__UNKNOWN_AUTHENTICATION_STRATEGY="INTERNAL__UNKNOWN_AUTHENTICATION_STRATEGY",Rr.INTERNAL__UNKNOWN_POST_PROCESSOR="INTERNAL__UNKNOWN_POST_PROCESSOR",Rr.DATABASE="DATABASE",Rr.DATABASE_SCHEMA="DATABASE_SCHEMA",Rr.DATABASE_JOIN="DATABASE_JOIN",Rr.DATABASE_FILTER="DATABASE_FILTER",Rr.DATBASE_VIEW="DATBASE_VIEW",Rr.DATABASE_SCHEMA_TABLE="DATABASE_SCHEMA_TABLE",Rr.DATABASE_TABLE_COLUMN="DATABASE_TABLE_COLUMN",Rr.RELATIONAL="RELATIONAL",Rr.RELATIONAL_OPERATION_DYNA_FUNC="RELATIONAL_OPERATION_DYNA_FUNC",Rr.RELATIONAL_OPERATION_ELEMENTS_WITH_JOINS="RELATIONAL_OPERATION_ELEMENTS_WITH_JOINS",Rr.RELATIONAL_OPERATION_LITERAL="RELATIONAL_OPERATION_LITERAL",Rr.RELATIONAL_OPERATION_LITERAL_LIST="RELATIONAL_OPERATION_LITERAL_LIST",Rr.RELATIONAL_OPERATION_TABLE_ALIAS_COLUMN="RELATIONAL_OPERATION_TABLE_ALIAS_COLUMN",Rr.RELATIONAL_OPERATION_TABLE_POINTER="RELATIONAL_OPERATION_TABLE_POINTER",Rr.RELATIONAL_OPERATION_JOIN_POINTER="RELATIONAL_OPERATION_JOIN_POINTER",Rr.RELATIONAL_DATATYPE_VARCHAR="RELATIONAL_DATATYPE_VARCHAR",Rr.RELATIONAL_DATATYPE_CHAR="RELATIONAL_DATATYPE_CHAR",Rr.RELATIONAL_DATATYPE_VARBINARY="RELATIONAL_DATATYPE_VARBINARY",Rr.RELATIONAL_DATATYPE_BINARY="RELATIONAL_DATATYPE_BINARY",Rr.RELATIONAL_DATATYPE_BIT="RELATIONAL_DATATYPE_BIT",Rr.RELATIONAL_DATATYPE_INTEGER="RELATIONAL_DATATYPE_INTEGER",Rr.RELATIONAL_DATATYPE_BIGINT="RELATIONAL_DATATYPE_BIGINT",Rr.RELATIONAL_DATATYPE_SMALLINT="RELATIONAL_DATATYPE_SMALLINT",Rr.RELATIONAL_DATATYPE_TINYINT="RELATIONAL_DATATYPE_TINYINT",Rr.RELATIONAL_DATATYPE_NUMERIC="RELATIONAL_DATATYPE_NUMERIC",Rr.RELATIONAL_DATATYPE_DECIMAL="RELATIONAL_DATATYPE_DECIMAL",Rr.RELATIONAL_DATATYPE_DOUBLE="RELATIONAL_DATATYPE_DOUBLE",Rr.RELATIONAL_DATATYPE_FLOAT="RELATIONAL_DATATYPE_FLOAT",Rr.RELATIONAL_DATATYPE_REAL="RELATIONAL_DATATYPE_REAL",Rr.RELATIONAL_DATATYPE_DATE="RELATIONAL_DATATYPE_DATE",Rr.RELATIONAL_DATATYPE_TIMESTAMP="RELATIONAL_DATATYPE_TIMESTAMP",Rr.RELATIONAL_DATATYPE_OTHER="RELATIONAL_DATATYPE_OTHER",Rr.RELATIONAL_DATATYPE_SEMISTRUCTURED="RELATIONAL_DATATYPE_SEMISTRUCTURED",Rr.RELATIONAL_DATATYPE_JSON="RELATIONAL_DATATYPE_JSON",Rr.ROOT_RELATIONAL_INSTANCE_SET_IMPLEMENTATION="ROOT_RELATIONAL_INSTANCE_SET_IMPLEMENTATION",Rr.RELATIONAL_INSTANCE_SET_IMPLEMENTATION="RELATIONAL_INSTANCE_SET_IMPLEMENTATION",Rr.REALTIONAL_PROPERTY_MAPPING="REALTIONAL_PROPERTY_MAPPING",Rr.EMBEDDED_REALTIONAL_PROPERTY_MAPPING="EMBEDDED_REALTIONAL_PROPERTY_MAPPING",Rr.INLINE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING="INLINE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING",Rr.OTHERWISE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING="OTHERWISE_EMBEDDED_REALTIONAL_PROPERTY_MAPPING",Rr.BUSINESS_MILESTONING="BUSINESS_MILESTONING",Rr.BUSINESS_SNAPSHOT_MILESTONING="BUSINESS_SNAPSHOT_MILESTONING",Rr.PROCESSING_MILESTONING="PROCESSING_MILESTONING",Rr.RELATIONAL_DATABASE_CONNECTION="RELATIONAL_DATABASE_CONNECTION",Rr.STATIC_DATASOURCE_SPECIFICATION="STATIC_DATASOURCE_SPECIFICATION",Rr.LOCAL_H2_DATASOURCE_SPECIFICATION="LOCAL_H2_DATASOURCE_SPECIFICATION",Rr.EMBEDDED_H2_DATASOURCE_SPECIFICATION="EMBEDDED_H2_DATASOURCE_SPECIFICATION",Rr.SNOWFLAKE_DATASOURCE_SPECIFICATION="SNOWFLAKE_DATASOURCE_SPECIFICATION",Rr.REDSHIFT_DATASOURCE_SPECIFICATION="REDSHIFT_DATASOURCE_SPECIFICATION",Rr.BIGQUERY_DATASOURCE_SPECIFICATION="BIGQUERY_DATASOURCE_SPECIFICATION",Rr.DATABRICKS_DATASOURCE_SPECIFICATION="DATABRICKS_DATASOURCE_SPECIFICATION",Rr.SPANNER_DATASOURCE_SPECIFICATION="SPANNER_DATASOURCE_SPECIFICATION",Rr.TRINO_DATASOURCE_SPECIFICATION="TRINO_DATASOURCE_SPECIFICATION",Rr.TRINO_SSL_SPECIFICATION="TRINO_SSL_SPECIFICATION",Rr.DELEGRATED_KEREBEROS_AUTHENTICATION_STRATEGY="DELEGRATED_KEREBEROS_AUTHENTICATION_STRATEGY",Rr.DEFAULT_H2_AUTHENTICATION_STRATEGY="DEFAULT_H2_AUTHENTICATION_STRATEGY",Rr.SNOWFLAKE_PUBLIC_AUTHENTICATION_STRATEGY="SNOWFLAKE_PUBLIC_AUTHENTICATION_STRATEGY",Rr.API_TOKEN_AUTHENTICATION_STRATEGY="API_TOKEN_AUTHENTICATION_STRATEGY",Rr.GCP_APPLICATION_DEFAULT_CREDENTIALS_AUTHENTICATION_STRATEGY="GCP_APPLICATION_DEFAULT_CREDENTIALS_AUTHENTICATION_STRATEGY",Rr.USERNAME_PASSWORD_AUTHENTICATION_STRATEGY="USERNAME_PASSWORD_AUTHENTICATION_STRATEGY",Rr.OAUTH_AUTHENTICATION_STRATEGY="OAUTH_AUTHENTICATION_STRATEGY",Rr.GCP_WORKLOAD_IDENTITY_FEDERATION_AUTHENTICATION_STRATEGY="GCP_WORKLOAD_IDENTITY_FEDERATION_AUTHENTICATION_STRATEGY",Rr.MIDDLE_TIER_USERNAME_PASSWORD_AUTHENTICATION_STRATEGY="MIDDLE_TIER_USERNAME_PASSWORD_AUTHENTICATION_STRATEGY",Rr.TRINO_DELEGATED_KERBEROS_AUTHENTICATION_STRATEGY="TRINO_KEREBEROS_AUTHENTICATION_STRATEGY",Rr.MAPPER_POST_PROCESSOR="MAPPER_POST_PROCESSOR",Rr.SCHEMA_MAPPER="SCHEMA_MAPPER",Rr.TABLE_MAPPER="TABLE_MAPPER",Rr.FLAT_DATA="FLAT_DATA",Rr.FLAT_DATA_SECTION="FLAT_DATA_SECTION",Rr.FLAT_DATA_PROPERTY="FLAT_DATA_PROPERTY",Rr.FLAT_DATA_ROOT_RECORD_TYPE="FLAT_DATA_ROOT_RECORD_TYPE",Rr.FLAT_DATA_RECORD_TYPE="FLAT_DATA_RECORD_TYPE",Rr.FLAT_DATA_RECORD_FIELD="FLAT_DATA_RECORD_FIELD",Rr.FLAT_DATA_STRING="FLAT_DATA_STRING",Rr.FLAT_DATA_BOOLEAN="FLAT_DATA_BOOLEAN",Rr.FLAT_DATA_NUMBER="FLAT_DATA_NUMBER",Rr.FLAT_DATA_INTEGER="FLAT_DATA_INTEGER",Rr.FLAT_DATA_FLOAT="FLAT_DATA_FLOAT",Rr.FLAT_DATA_DECIMAL="FLAT_DATA_DECIMAL",Rr.FLAT_DATA_DATE="FLAT_DATA_DATE",Rr.FLAT_DATA_DATE_TIME="FLAT_DATA_DATE_TIME",Rr.FLAT_DATA_STRICT_DATE="FLAT_DATA_STRICT_DATE",Rr.FLAT_DATA_INSTANCE_SET_IMPLEMENTATION="FLAT_DATA_INSTANCE_SET_IMPLEMENTATION",Rr.FLAT_DATA_PROPERTY_MAPPING="FLAT_DATA_PROPERTY_MAPPING",Rr.FLAT_DATA_ASSOCIATION_IMPLEMENTATION="FLAT_DATA_ASSOCIATION_IMPLEMENTATION",Rr.FLAT_DATA_ASSOCIATION_PROPERTY_MAPPING="FLAT_DATA_ASSOCIATION_PROPERTY_MAPPING",Rr.EMBEDDED_FLAT_DATA_PROPERTY_MAPPING="EMBEDDED_FLAT_DATA_PROPERTY_MAPPING",Rr.FLAT_DATA_SECTION_POINTER="FLAT_DATA_SECTION_POINTER",Rr.SNOWFLAKE_APP="SNOWFLAKE_APP",Rr.HOSTED_SERVICE="HOSTED_SERVICE",Rr.HOSTED_SERVICE_OWNER="HOSTED_SERVICE_OWNER";var xr=n(9499);n(1937);const jr=e=>xr.sha1().update(e).digest("hex"),Ur=e=>jr(e.filter(h).map((e=>"string"==typeof e||"boolean"==typeof e||"number"==typeof e?jr(e):e.hashCode)).join(","));class Gr{lowerBound=0;upperBound;constructor(e,t){this.lowerBound=e,this.upperBound=t}get hashCode(){return Ur([kr.MULTIPLICITY,this.lowerBound.toString(),this.upperBound?.toString()??""])}static ZERO=new Gr(0,0);static ZERO_ONE=new Gr(0,1);static ZERO_MANY=new Gr(0,void 0);static ONE=new Gr(1,1);static ONE_MANY=new Gr(1,void 0)}class Hr extends Br{multiplicity=Gr.ONE}class Vr extends Hr{body=[];parameters=[];accept_ValueSpecificationVisitor(e){return e.visit_Lambda(this)}}class Yr extends Br{multiplicity=Gr.ONE}class Kr{name;startType;path=[]}class Wr extends Br{multiplicity=Gr.ONE}class qr extends Wr{function;fControl;parameters=[];accept_ValueSpecificationVisitor(e){return e.visit_AppliedFunction(this)}}class $r extends Br{multiplicity=Gr.ONE_MANY;values=[];accept_ValueSpecificationVisitor(e){return e.visit_Collection(this)}}class Xr extends Yr{}class Jr extends Xr{value;accept_ValueSpecificationVisitor(e){return e.visit_CDecimal(this)}}class zr extends Xr{value;accept_ValueSpecificationVisitor(e){return e.visit_CInteger(this)}}class Qr extends Xr{value;accept_ValueSpecificationVisitor(e){return e.visit_CString(this)}}class Zr extends Xr{value;accept_ValueSpecificationVisitor(e){return e.visit_CFloat(this)}}class ea extends Xr{}class ta extends ea{value;accept_ValueSpecificationVisitor(e){return e.visit_CDateTime(this)}}class na extends ea{value;accept_ValueSpecificationVisitor(e){return e.visit_CStrictDate(this)}}class oa extends Xr{value;accept_ValueSpecificationVisitor(e){return e.visit_CStrictTime(this)}}class ra extends Xr{value;accept_ValueSpecificationVisitor(e){return e.visit_CBoolean(this)}}class aa{mapFn;aggregateFn}class ia{first;second}class sa{runtime}class ca{executionContext}class da extends Dr{property;parameters=[];alias;subType;accept_GraphFetchTreeVisitor(e){return e.visit_PropertyGraphFetchTree(this)}}class ua extends Dr{subTypeClass;accept_GraphFetchTreeVisitor(e){return e.visit_SubTypeGraphFetchTree(this)}}class la{includeType;typeKeyName;includeEnumType;removePropertiesWithNullValues;removePropertiesWithEmptySets;fullyQualifiedTypePath;includeObjectReference}class pa extends Hr{add;expression;key;accept_ValueSpecificationVisitor(e){return e.visit_KeyExpression(this)}}class ga{values=[]}class ma{name;pmapFn;aggregateFn}class fa{name;columnFn}class ha{column;direction}class _a{function}class Ea{function;columnName}class ba{package;name;get path(){return`${this.package}::${this.name}`}get hashCode(){return Ur([kr.PACKAGEABLE_ELEMENT,this.path])}}const Aa=new J((0,X.PL)(class{sourceId;startLine;startColumn;endLine;endColumn},{sourceId:(0,X.MY)(),startLine:(0,X.MY)(),startColumn:(0,X.MY)(),endLine:(0,X.MY)(),endColumn:(0,X.MY)()}));class Ta{package;name;sourceInformation;static serialization=new J((0,X.PL)(Ta,{package:(0,X.MY)(),name:(0,X.MY)(),sourceInformation:Z(Aa.schema)}))}(0,X.PL)(class{type;path;constructor(e,t){this.type=e,this.path=t}get hashCode(){return Ur([kr.PACKAGEABLE_ELEMENT_POINTER,this.type??"",this.path])}},{path:(0,X.MY)(),type:(0,X.lq)((0,X.MY)())});const Sa=(0,X.PL)(Gr,{lowerBound:(0,X.MY)(),upperBound:(0,X.lq)((0,X.MY)())});class ya{}class Ca extends ya{property;parameters=[]}class Ia extends Wr{class;property;parameters=[];accept_ValueSpecificationVisitor(e){return e.visit_AppliedProperty(this)}}class Na{}class va extends Na{mappings=[];connectionStores=[];connections=[];get hashCode(){return Ur([kr.ENGINE_RUNTIME,Ur(this.mappings),Ur(this.connectionStores),Ur(this.connections)])}}class ka extends va{get hashCode(){return Ur([kr.SINGLE_ENGINE_RUNTIME,Ur(this.mappings),Ur(this.connectionStores),Ur(this.connections)])}}class Ra extends Na{runtime;get hashCode(){return Ur([kr.RUNTIME_POINTER,this.runtime])}}var Oa;!function(e){e.RUNTIME_POINTER="runtimePointer",e.LEGACY_RUNTIME="legacyRuntime",e.ENGINE_RUNTIME="engineRuntime",e.SINGLE_ENGINE_RUNTIME="localEngineRuntime"}(Oa||(Oa={}));const La=(0,X.PL)(Ra,{_type:Q(Oa.RUNTIME_POINTER),runtime:(0,X.MY)()});(0,X.PL)(class extends ba{runtimeValue;get hashCode(){return Ur([kr.PACKAGEABLE_RUNTIME,this.path,this.runtimeValue])}accept_PackageableElementVisitor(e){return e.visit_PackageableRuntime(this)}},{_type:Q("runtime"),name:(0,X.MY)(),package:(0,X.MY)(),runtimeValue:(0,X.Ie)((e=>{return(t=e)instanceof ka?(0,X.lK)(ka,t):(0,X.lK)(va,t);var t}),(e=>{return(t=e)._type===Oa.SINGLE_ENGINE_RUNTIME?(0,X.iu)(ka,t):(0,X.iu)(va,t);var t}))});class Fa{queryTimeOutInSeconds;enableConstraints}class Pa extends Fa{useAnalytics;toFlowSetFunction}class Ba extends Fa{}class wa extends Br{multiplicity=Gr.ONE;fullPath;accept_ValueSpecificationVisitor(e){return e.visit_PackageableElementPtr(this)}}class Da extends wa{accept_ValueSpecificationVisitor(e){return e.visit_GenericTypeInstance(this)}}class Ma extends Br{multiplicity=Gr.ONE;type;value;accept_ValueSpecificationVisitor(e){return e.visit_ClassInstance(this)}}class xa{colSpecs=[]}class ja{name;type;function1;function2}class Ua{path=[]}var Ga,Ha,Va,Ya,Ka;!function(e){e.BASE_EXECUTION_CONTEXT="BaseExecutionContext",e.ANALYTICS_EXECUTION_CONTEXT="AnalyticsExecutionContext"}(Ga||(Ga={})),function(e){e.PROPERTY_PATH_ELEMENT="propertyPath"}(Ha||(Ha={})),function(e){e.PROPERTY_GRAPH_FETCH_TREE="propertyGraphFetchTree"}(Va||(Va={})),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"}(Ya||(Ya={})),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"}(Ka||(Ka={}));const Wa=(0,X.PL)(wr,{_type:Q(Ka.VARIABLE),class:(0,X.lq)((0,X.MY)()),multiplicity:z(Sa),name:(0,X.MY)()}),qa=e=>(0,X.PL)(Vr,{_type:Q(Ka.LAMBDA),body:(0,X.p_)((0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e)))),parameters:(0,X.p_)(z(Wa))}),$a=e=>(0,X.PL)(pa,{_type:Q(Ka.KEY_EXPRESSION),add:(0,X.lq)((0,X.MY)()),expression:(0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e))),key:(0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e)))}),Xa=e=>(0,X.PL)(qr,{_type:Q(Ka.APPLIED_FUNCTION),function:(0,X.MY)(),parameters:(0,X.p_)((0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e))))}),Ja=e=>(0,X.PL)(Ia,{_type:Q(Ka.APPLIED_PROPERTY),class:(0,X.lq)((0,X.MY)()),parameters:(0,X.p_)((0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e)))),property:(0,X.MY)()}),za=(0,X.PL)(wa,{_type:Q(Ka.PACKAGEABLE_ELEMENT_PTR),fullPath:(0,X.MY)()}),Qa=(0,X.PL)(Da,{_type:Q(Ka.GENERIC_TYPE_INSTANCE),fullPath:(0,X.MY)()}),Za=e=>{const t=new Da;return S(e.unitType)?t.fullPath=e.unitType:t.fullPath=N(e.fullPath,"Can't deserialize hacked unit: either field 'fullPath' or 'unitType' must be a non-empty string"),t},ei=e=>{const t=new Da;return t.fullPath=N(e.fullPath,"Can't deserialize hacked class: field 'fullPath' must be a non-empty string"),t},ti=e=>(0,X.PL)($r,{_type:Q(Ka.COLLECTION),multiplicity:z(Sa),values:(0,X.p_)((0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e))))}),ni=(0,X.PL)(class extends Yr{fullPath;value;accept_ValueSpecificationVisitor(e){return e.visit_EnumValue(this)}},{_type:Q(Ka.ENUM_VALUE),fullPath:(0,X.MY)(),value:(0,X.MY)()}),oi=(0,X.PL)(Jr,{_type:Q(Ka.CDECIMAL),value:(0,X.MY)()}),ri=(0,X.PL)(zr,{_type:Q(Ka.CINTEGER),value:(0,X.MY)()}),ai=(0,X.PL)(Qr,{_type:Q(Ka.CSTRING),value:(0,X.MY)()}),ii=(0,X.PL)(Zr,{_type:Q(Ka.CFLOAT),value:(0,X.MY)()}),si=(0,X.PL)(ta,{_type:Q(Ka.CDATETIME),value:(0,X.MY)()}),ci=(0,X.PL)(oa,{_type:Q(Ka.CSTRICTTIME),value:(0,X.MY)()}),di=(0,X.PL)(na,{_type:Q(Ka.CSTRICTDATE),value:(0,X.MY)()}),ui=(0,X.PL)(class extends ea{accept_ValueSpecificationVisitor(e){return e.visit_CLatestDate(this)}},{_type:Q(Ka.CLATESTDATE)}),li=(0,X.PL)(ra,{_type:Q(Ka.CBOOLEAN),value:(0,X.MY)()}),pi=(0,X.PL)(class extends Xr{value;accept_ValueSpecificationVisitor(e){return e.visit_CByteArray(this)}},{_type:Q(Ka.CBYTEARRAY),value:(0,X.MY)()}),gi=(e,t,n)=>{if(Array.isArray(e.values)){if(0===e.values.length){const e=new $r;return e.multiplicity=Gr.ZERO,e}return 1===e.values.length?n({...e,value:e.values[0]}):ji({...e,_type:Ka.COLLECTION},t)}return n(e)},mi=e=>(0,X.PL)(Ma,{_type:Q(Ka.CLASS_INSTANCE),multiplicity:z(Sa),type:(0,X.MY)(),value:(0,X.Ie)((t=>function(e,t){if(e instanceof Kr)return(0,X.lK)(hi(t),e);if(e instanceof Mr)return(0,X.lK)(_i(t),e);if(e instanceof ca)return(0,X.lK)(Ci(t),e);if(e instanceof aa)return(0,X.lK)(Ii(t),e);if(e instanceof ia)return(0,X.lK)(Ni(t),e);if(e instanceof ga)return(0,X.lK)(ki(t),e);if(e instanceof sa)return(0,X.lK)(vi,e);if(e instanceof la)return(0,X.lK)(Ri,e);if(e instanceof ma)return(0,X.lK)(Oi(t),e);if(e instanceof fa)return(0,X.lK)(Li(t),e);if(e instanceof Ea)return(0,X.lK)(Mi(t),e);if(e instanceof _a)return(0,X.lK)(Di(t),e);if(e instanceof ha)return(0,X.lK)(Fi,e);if(e instanceof ja)return(0,X.lK)(Bi(t),e);if(e instanceof xa)return(0,X.lK)(wi(t),e);if(e instanceof Ua)return(0,X.lK)(Pi,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 p("Can't serialize class instance value: no compatible serializer available from plugins",e)}(t,e)),((t,n)=>function(e,t,n){switch(t){case Ya.PATH:return(0,X.iu)(hi(n),e);case Ya.ROOT_GRAPH_FETCH_TREE:return(0,X.iu)(_i(n),e);case Ya.AGGREGATE_VALUE:return(0,X.iu)(Ii(n),e);case Ya.EXECUTION_CONTEXT_INSTANCE:return(0,X.iu)(Ci(n),e);case Ya.PAIR:return(0,X.iu)(Ni(n),e);case Ya.PURE_LIST:return(0,X.iu)(ki(n),e);case Ya.RUNTIME_INSTANCE:return(0,X.iu)(vi,e);case Ya.SERIALIZATION_CONFIG:return(0,X.iu)(Ri,e);case Ya.TDS_AGGREGATE_VALUE:return(0,X.iu)(Oi(n),e);case Ya.TDS_COLUMN_INFORMATION:return(0,X.iu)(Li(n),e);case Ya.TDS_OLAP_AGGREGATION:return(0,X.iu)(Mi(n),e);case Ya.TDS_OLAP_RANK:return(0,X.iu)(Di(n),e);case Ya.TDS_SORT_INFORMATION:return(0,X.iu)(Fi,e);case Ya.COL_SPEC:return(0,X.iu)(Bi(n),e);case Ya.COL_SPEC_ARRAY:return(0,X.iu)(wi(n),e);case Ya.RELATION_STORE_ACCESSOR:return(0,X.iu)(Pi,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 p(`Can't deserialize value specification of type '${e._type}': no compatible deserializer available from plugins`)}}}(t,n.json.type,e)))}),fi=e=>(0,X.PL)(Ca,{_type:Q(Ha.PROPERTY_PATH_ELEMENT),property:(0,X.MY)(),parameters:(0,X.p_)((0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e))))}),hi=e=>(0,X.PL)(Kr,{_type:Q(Ya.PATH),name:(0,X.MY)(),startType:(0,X.MY)(),path:(0,X.p_)((0,X.Ie)((t=>function(e,t){return e instanceof Ca?(0,X.lK)(fi(t),e):X._Z}(t,e)),(t=>function(e,t){return e._type===Ha.PROPERTY_PATH_ELEMENT?(0,X.iu)(fi(t),e):X._Z}(t,e))))}),_i=e=>(0,X.PL)(Mr,{_type:Q(Ya.ROOT_GRAPH_FETCH_TREE),class:(0,X.MY)(),subTrees:(0,X.p_)((0,X.Ie)((t=>Ai(t,e)),(t=>Ti(t,e)))),subTypeTrees:(0,X.p_)((0,X.Ie)((t=>Ai(t,e)),(t=>Ti(t,e))))}),Ei=e=>(0,X.PL)(da,{_type:Q(Va.PROPERTY_GRAPH_FETCH_TREE),alias:(0,X.lq)((0,X.MY)()),parameters:(0,X.p_)((0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e)))),property:(0,X.MY)(),subTrees:(0,X.p_)((0,X.Ie)((t=>Ai(t,e)),(t=>Ti(t,e)))),subTypeTrees:(0,X.p_)((0,X.Ie)((t=>Ai(t,e)),(t=>Ti(t,e)))),subType:(0,X.lq)((0,X.MY)())}),bi=e=>(0,X.PL)(ua,{_type:Q(Ya.SUBTYPE_GRAPH_FETCH_TREE),subTrees:(0,X.p_)((0,X.Ie)((t=>Ai(t,e)),(t=>Ti(t,e)))),subTypeClass:(0,X.MY)()});function Ai(e,t){if(e instanceof da)return(0,X.lK)(Ei(t),e);if(e instanceof Mr)return(0,X.lK)(_i(t),e);if(e instanceof ua)return(0,X.lK)(bi(t),e);throw new p("Can't serialize graph fetch tree",e)}function Ti(e,t){switch(e._type){case Va.PROPERTY_GRAPH_FETCH_TREE:return(0,X.iu)(Ei(t),e);case Ya.ROOT_GRAPH_FETCH_TREE:return(0,X.iu)(_i(t),e);case Ya.SUBTYPE_GRAPH_FETCH_TREE:return(0,X.iu)(bi(t),e);default:throw new p(`Can't deserialize graph fetch tree node of type '${e._type}'`)}}const Si=e=>(0,X.PL)(Pa,{_type:Q(Ga.ANALYTICS_EXECUTION_CONTEXT),enableConstraints:(0,X.lq)((0,X.MY)()),queryTimeOutInSeconds:(0,X.lq)((0,X.MY)()),toFlowSetFunction:z(qa(e)),useAnalytics:(0,X.MY)()}),yi=(0,X.PL)(Ba,{_type:Q(Ga.BASE_EXECUTION_CONTEXT),enableConstraints:(0,X.lq)((0,X.MY)()),queryTimeOutInSeconds:(0,X.lq)((0,X.MY)())}),Ci=e=>(0,X.PL)(ca,{_type:Q(Ya.EXECUTION_CONTEXT_INSTANCE),executionContext:(0,X.Ie)((t=>function(e,t){return e instanceof Pa?(0,X.lK)(Si(t),e):e instanceof Ba?(0,X.lK)(yi,e):X._Z}(t,e)),(t=>function(e,t){switch(e._type){case Ga.ANALYTICS_EXECUTION_CONTEXT:return(0,X.iu)(Si(t),e);case Ga.BASE_EXECUTION_CONTEXT:return(0,X.iu)(yi,e);default:return X._Z}}(t,e)))}),Ii=e=>(0,X.PL)(aa,{_type:Q(Ya.AGGREGATE_VALUE),mapFn:z(qa(e)),aggregateFn:z(qa(e))}),Ni=e=>(0,X.PL)(ia,{_type:Q(Ya.PAIR),first:(0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e))),second:(0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e)))}),vi=(0,X.PL)(sa,{_type:Q(Ya.RUNTIME_INSTANCE),runtime:(0,X.Ie)((e=>(e=>{if(e instanceof va)return(0,X.lK)(va,e);if(e instanceof Ra)return(0,X.lK)(La,e);throw new p("Can't serialize runtime",e)})(e)),(e=>(0,X.iu)(va,e)))}),ki=e=>(0,X.PL)(ga,{_type:Q(Ya.PURE_LIST),values:(0,X.p_)((0,X.Ie)((t=>Ui(t,e)),(t=>ji(t,e))))}),Ri=(0,X.PL)(la,{_type:Q(Ya.SERIALIZATION_CONFIG),includeType:(0,X.lq)((0,X.MY)()),typeKeyName:(0,X.MY)(),includeEnumTypee:(0,X.lq)((0,X.MY)()),removePropertiesWithNullValuese:(0,X.lq)((0,X.MY)()),removePropertiesWithEmptySetse:(0,X.lq)((0,X.MY)()),fullyQualifiedTypePathe:(0,X.lq)((0,X.MY)()),includeObjectReferencee:(0,X.lq)((0,X.MY)())}),Oi=e=>(0,X.PL)(ma,{_type:Q(Ya.TDS_AGGREGATE_VALUE),name:(0,X.MY)(),pmapFn:z(qa(e)),aggregateFn:z(qa(e))}),Li=e=>(0,X.PL)(fa,{_type:Q(Ya.TDS_COLUMN_INFORMATION),name:(0,X.MY)(),columnFn:z(qa(e))}),Fi=(0,X.PL)(ha,{_type:Q(Ya.TDS_SORT_INFORMATION),column:(0,X.MY)(),direction:(0,X.MY)()}),Pi=(0,X.PL)(Ua,{path:(0,X.p_)((0,X.MY)())}),Bi=e=>(0,X.PL)(ja,{function1:(0,X.lq)(z(qa(e))),function2:(0,X.lq)(z(qa(e))),name:(0,X.MY)(),type:(0,X.lq)((0,X.MY)())}),wi=e=>(0,X.PL)(xa,{colSpecs:(0,X.p_)(z(Bi(e)))}),Di=e=>(0,X.PL)(_a,{_type:Q(Ya.TDS_OLAP_RANK),function:z(qa(e))}),Mi=e=>(0,X.PL)(Ea,{_type:Q(Ya.TDS_OLAP_AGGREGATION),function:z(qa(e)),columnName:(0,X.MY)()});class xi{plugins=[];constructor(e){this.plugins=e}visit_INTERNAL__UnknownValueSpecfication(e){return e.content}visit_Variable(e){return(0,X.lK)(Wa,e)}visit_Lambda(e){return(0,X.lK)(qa(this.plugins),e)}visit_KeyExpression(e){return(0,X.lK)($a(this.plugins),e)}visit_PackageableElementPtr(e){return(0,X.lK)(za,e)}visit_GenericTypeInstance(e){return(0,X.lK)(Qa,e)}visit_AppliedFunction(e){return(0,X.lK)(Xa(this.plugins),e)}visit_AppliedProperty(e){return(0,X.lK)(Ja(this.plugins),e)}visit_Collection(e){return(0,X.lK)(ti(this.plugins),e)}visit_EnumValue(e){return(0,X.lK)(ni,e)}visit_CInteger(e){return(0,X.lK)(ri,e)}visit_CDecimal(e){return(0,X.lK)(oi,e)}visit_CString(e){return(0,X.lK)(ai,e)}visit_CBoolean(e){return(0,X.lK)(li,e)}visit_CByteArray(e){return(0,X.lK)(pi,e)}visit_CFloat(e){return(0,X.lK)(ii,e)}visit_CDateTime(e){return(0,X.lK)(si,e)}visit_CStrictDate(e){return(0,X.lK)(di,e)}visit_CStrictTime(e){return(0,X.lK)(ci,e)}visit_CLatestDate(e){return(0,X.lK)(ui,e)}visit_ClassInstance(e){return(0,X.lK)(mi(this.plugins),e)}}function ji(e,t){switch(e._type){case Ka.APPLIED_FUNCTION:return(0,X.iu)(Xa(t),e);case Ka.APPLIED_PROPERTY:return(0,X.iu)(Ja(t),e);case Ka.VARIABLE:return(0,X.iu)(Wa,e);case Ka.LAMBDA:return(0,X.iu)(qa(t),e);case Ka.KEY_EXPRESSION:return(0,X.iu)($a(t),e);case Ka.COLLECTION:return(0,X.iu)(ti(t),e);case Ka.ENUM_VALUE:return(0,X.iu)(ni,e);case Ka.CBOOLEAN:return gi(e,t,(e=>(0,X.iu)(li,e)));case Ka.CBYTEARRAY:return gi(e,t,(e=>(0,X.iu)(pi,e)));case Ka.CDATETIME:return gi(e,t,(e=>(0,X.iu)(si,e)));case Ka.CSTRICTTIME:return gi(e,t,(e=>(0,X.iu)(ci,e)));case Ka.CDECIMAL:return gi(e,t,(e=>(0,X.iu)(oi,e)));case Ka.CFLOAT:return gi(e,t,(e=>(0,X.iu)(ii,e)));case Ka.CINTEGER:return gi(e,t,(e=>(0,X.iu)(ri,e)));case Ka.CLATESTDATE:return gi(e,t,(e=>(0,X.iu)(ui,e)));case Ka.CSTRICTDATE:return gi(e,t,(e=>(0,X.iu)(di,e)));case Ka.CSTRING:if(Array.isArray(e.values)&&!e.values.length&&(n=e.multiplicity,I(n)&&"Object"===n.constructor.name)&&1===e.multiplicity.upperBound){const e=new Qr;return e.value="",e}return gi(e,t,(e=>(0,X.iu)(ai,e)));case Ka.CLASS_INSTANCE:return(0,X.iu)(mi(t),e);case Ya.PAIR:case Ya.AGGREGATE_VALUE:case Ya.EXECUTION_CONTEXT_INSTANCE:case Ya.PATH:case Ya.ROOT_GRAPH_FETCH_TREE:case Ya.PURE_LIST:case Ya.RUNTIME_INSTANCE:case Ya.SERIALIZATION_CONFIG:case Ya.TDS_AGGREGATE_VALUE:case Ya.TDS_COLUMN_INFORMATION:case Ya.TDS_OLAP_AGGREGATION:case Ya.TDS_OLAP_RANK:case Ya.TDS_SORT_INFORMATION:return(0,X.iu)(mi(t),{_type:Ka.CLASS_INSTANCE,type:e._type,value:e});case Ka.HACKED_CLASS:return ei(e);case Ka.UNIT_TYPE:case Ka.HACKED_UNIT:return Za(e);case Ka.PRIMITIVE_TYPE:case Ka.ENUM:case Ka.CLASS:case Ka.MAPPING_INSTANCE:case Ka.PACKAGEABLE_ELEMENT_PTR:return(0,X.iu)(za,e);case Ka.GENERIC_TYPE_INSTANCE:return(0,X.iu)(Qa,e);default:throw new p(`Can't deserialize value specification of type '${e._type}'`)}var n}function Ui(e,t){return e.accept_ValueSpecificationVisitor(new xi(t))}var Gi,Hi,Vi;!function(e){e.CLASS_BUILDER="classBuilder",e.TDS_BUILDER="tdsBuilder",e.JSON_BUILDER="json"}(Gi||(Gi={})),function(e){e.RELATIONAL="relational",e.RELATIONAL_EXECUTION_ACTIVITY="RelationalExecutionActivity",e.AGGREGATION_AWARE_ACTIVITY="aggregationAware"}(Hi||(Hi={})),function(e){e.CSV="CSV"}(Vi||(Vi={}));class Yi{_type;constructor(e){this._type=e}}class Ki{}class Wi extends Ki{sql;comment;constructor(e){super(),this.sql=e}}class qi extends Ki{rewrittenQuery}class $i extends Ki{values;constructor(e){super(),this.values=e}}class Xi{builder;activities}class Ji extends Xi{values}class zi extends Xi{value;constructor(e){super(),this.value=e}}class Qi{name;type;relationalType;doc}class Zi extends Yi{columns=[];constructor(){super(Gi.TDS_BUILDER)}}class es{values=[]}class ts{columns=[];rows=[]}class ns extends Xi{_UUID=(0,a.A)();builder=new Zi;result=new ts}class os extends Yi{_type=Gi.CLASS_BUILDER}class rs extends Xi{builder=new os(Gi.CLASS_BUILDER);objects}class as{static builderSerialization=new J((0,X.PL)(as,{_type:(0,X.MY)()}))}class is{}class ss extends is{sql;comment;static serialization=new J((0,X.PL)(ss,{sql:(0,X.MY)(),comment:(0,X.lq)((0,X.MY)())}))}class cs extends is{rewrittenQuery;static serialization=new J((0,X.PL)(cs,{rewrittenQuery:(0,X.MY)()}))}class ds{builder;activities}class us extends is{content;constructor(e){super(),this.content=e}}class ls extends ds{values;static serialization=new J((0,X.PL)(ls,{_type:(0,X.MY)(),builder:z(as.builderSerialization.schema),values:(0,X.lS)()}))}class ps{name;doc;type;relationalType;static serialization=new J((0,X.PL)(ps,{name:(0,X.MY)(),doc:(0,X.lq)((0,X.MY)()),type:(0,X.lq)((0,X.MY)()),relationalType:(0,X.lq)((0,X.MY)())}))}class gs extends as{columns=[];static serialization=new J((0,X.PL)(gs,{_type:(0,X.MY)(),columns:(0,X.p_)(z(ps.serialization.schema))}))}function ms(e){switch(e._type){case Hi.RELATIONAL:case Hi.RELATIONAL_EXECUTION_ACTIVITY:return ss.serialization.fromJson(e);case Hi.AGGREGATION_AWARE_ACTIVITY:return cs.serialization.fromJson(e);default:return new us(e)}}class fs extends ds{result;static serialization=new J((0,X.PL)(fs,{builder:z(gs.serialization.schema),activities:(0,X.p_)((0,X.Ie)((()=>X._Z),ms)),result:(0,X.lS)()}))}class hs extends ds{objects;static serialization=new J((0,X.PL)(hs,{builder:z(as.builderSerialization.schema),activities:(0,X.p_)((0,X.Ie)((()=>X._Z),ms)),objects:(0,X.lS)()}))}class _s extends ds{value;constructor(e){super(),this.value=e}}class Es extends ds{content}class bs extends Xi{content}const As=e=>{if(e instanceof ss){const t=new Wi(e.sql);return t.comment=e.comment,t}if(e instanceof cs){const t=new qi;return t.rewrittenQuery=E(e.rewrittenQuery,"Aggregation aware execution activities 'rewritenQuery' field is missing"),t}if(e instanceof us)return new $i(e);throw new p("Can't build execution activities",e)},Ts=e=>{const t=new Qi;return t.name=E(e.name,"TDS column 'name' field is missing"),t.type=e.type,t.doc=e.doc,t.relationalType=e.relationalType,t},Ss=e=>{if(e instanceof Es){const t=new bs;return t.content=e.content,t}if(e instanceof hs)return(e=>{const t=new rs;return t.objects=E(e.objects,"Class execution result 'objects' field is missing"),t.activities=e.activities?.map(As),t})(e);if(e instanceof fs)return(e=>{const t=new ns;return t.builder=(e=>{const t=new Zi;return t.columns=e.columns.map(Ts),t})(E(e.builder,"TDS execution result 'builder' field is missing")),t.activities=e.activities?.map(As),t.result.columns=e.result.columns,t.result.rows=e.result.rows.map((e=>{const t=new es;return t.values=e.values,t})),t})(e);if(e instanceof ls)return(e=>{const t=new Ji;return t.values=E(e.values,"JSON execution result 'values' field is missing"),t})(e);if(e instanceof _s)return new zi(e.value);throw new p("Can't build execution result",e)},ys=e=>{if(null===e||S(e)||y(e)||C(e))return new _s(e);switch(e.builder?._type){case Gi.CLASS_BUILDER:return hs.serialization.fromJson(e);case Gi.TDS_BUILDER:return fs.serialization.fromJson(e);case Gi.JSON_BUILDER:return ls.serialization.fromJson(e);default:{const t=new Es;return t.content=e,t}}};var Cs;!function(e){e.COMPILATION="COMPILATION",e.PARSER="PARSER"}(Cs||(Cs={}));class Is{message="";errorType;sourceInformation;static serialization=new J((0,X.PL)(Is,{errorType:(0,X.lq)((0,X.MY)()),message:(0,X.MY)(),sourceInformation:z(Aa.schema)}))}class Ns extends Is{static serialization=new J((0,X.PL)(Ns,{errorType:(0,X.lq)((0,X.MY)()),message:(0,X.MY)(),sourceInformation:z(Aa.schema)}))}class vs extends d{sourceInformation}class ks extends vs{}var Rs=n(7504);class Os{currentQuery;result;static serialization=new J((0,X.PL)(Os,{currentQuery:(0,X.MY)(),result:(0,X.MY)()}))}const Ls=(e,t)=>{switch(e){case Zo.STRING:{const e=new Qr;return e.value=N(t),e}case Zo.BOOLEAN:{const e=new ra;return e.value=k(t),e}case Zo.NUMBER:case Zo.DECIMAL:{const e=new Jr;return e.value=v(t),e}case Zo.INTEGER:{const e=new zr;return e.value=v(t),e}case Zo.FLOAT:{const e=new Zr;return e.value=v(t),e}case Zo.DATE:case Zo.DATETIME:{const e=new ta;return e.value=N(t),e}case Zo.STRICTDATE:{const e=new na;return e.value=N(t),e}case Zo.STRICTTIME:{const e=new oa;return e.value=N(t),e}default:throw new p(`Unsupported tds column type ${e}`)}},Fs=(e,t,n)=>{let o=[E(e[0])];o=o.concat(n);const r=new qr;r.function=t,r.parameters=o,e[0]=r},Ps=(e,t,n,o)=>{const r=new ja,a=new Vr,i=new Ia;i.property=e,i.class=n;const s=new wr;s.name="x",i.parameters=[s],a.body.push(i),a.parameters.push(s),r.function1=a;const c=new Vr,d=new qr;d.function=t;const u=new wr;return u.name="agg",c.body.push(d),d.parameters.push(u),c.parameters.push(u),r.function2=c,r.name=o??e,r};class Bs{initialQuery;currentQueryInfo;constructor(e,t){this.initialQuery=e,this.currentQueryInfo=t}static serialization=new J((0,X.PL)(Bs,{initialQuery:z(qa([])),currentQueryInfo:z(gr.serialization.schema)}))}class ws{display;completion;static serialization=new J((0,X.PL)(ws,{display:(0,X.MY)(),completion:(0,X.MY)()}))}class Ds{editorStore;gridState;queryTextEditorState;configState;propertiesPanelState;executeAction=se.create();constructor(e){(0,ie.Gn)(this,{gridState:ie.sH,queryTextEditorState:ie.sH,configState:ie.sH,propertiesPanelState:ie.sH,executeAction:ie.sH,getREPLGridServerResult:ie.L3,getInitialQueryLambda:ie.L3,getInitialREPLGridServerResult:ie.L3,getLicenseKey:ie.L3,executeLambda:ie.L3,parseQuery:ie.L3,saveQuery:ie.L3}),this.editorStore=e,this.gridState=new Ar(this),this.queryTextEditorState=new yr(this),this.configState=new Or(this),this.propertiesPanelState=new Pr(this)}*getREPLGridServerResult(e){try{const t=0!==e.groupBy.groupKeys.length,n=((e,t,n)=>{const o=[e];n&&((e,t,n)=>{if(void 0===t||void 0===n)return;const o=new zr;o.value=t;const r=new zr;r.value=n;let a=e[0];for(;a instanceof qr;){if(a.function===Nr.FROM){if(a.parameters[0]instanceof qr&&a.parameters[0].function===Nr.SLICE){a.parameters[0].parameters=[E(a.parameters[0].parameters[0]),o,r];break}const e=new qr;e.function=Nr.SLICE,e.parameters=[E(a.parameters[0]),o,r],a.parameters[0]=e;break}a=a.parameters[0]}})(o,t.startRow,t.endRow);const r=t.groupBy;for(let e=0;e<r.groupKeys.length;e++){const n=new cr(E(r.columns.at(e)),Zo.STRING,[new sr(qo.EQUALS,r.groupKeys.at(e))],$o.AND);t.filter.push(n)}((e,t)=>{if(0===t.length)return;const n=new Vr;t.forEach((e=>{const t=e.conditions,o=e.groupOperation,r=new wr;r.name="x";const a=[];if(t.forEach((t=>{const n=new qr,o=new Ia;switch(o.property=e.column,o.class=e.columnType,o.parameters=[r],t.operation){case qo.EQUALS:case qo.GREATER_THAN:case qo.GREATER_THAN_OR_EQUAL:case qo.LESS_THAN:case qo.LESS_THAN_OR_EQUAL:case qo.CONTAINS:case qo.ENDS_WITH:case qo.STARTS_WITH:n.function=t.operation,n.parameters.push(o),n.parameters.push(Ls(e.columnType,t.value));break;case qo.BLANK:n.function=t.operation,n.parameters.push(o);break;case qo.NOT_EQUAL:{n.function=Nr.NOT;const r=new qr;r.function=qo.EQUALS,r.parameters.push(o),r.parameters.push(Ls(e.columnType,t.value)),n.parameters.push(r);break}case qo.NOT_BLANK:{n.function=Nr.NOT;const r=new qr;r.function=qo.BLANK,r.parameters.push(o),r.parameters.push(Ls(e.columnType,t.value)),n.parameters.push(r);break}case qo.NOT_CONTAINS:{n.function=Nr.NOT;const r=new qr;r.function=qo.CONTAINS,r.parameters.push(o),r.parameters.push(Ls(e.columnType,t.value)),n.parameters.push(r);break}default:throw new p(`Unsupported filter operation ${t.operation}`)}a.push(n)})),a.length>1){const e=new qr;e.function=o,e.parameters=a,n.body.push(e)}else n.body=n.body.concat(a);if(n.body.length>1){const e=new qr;e.function=$o.AND,e.parameters=n.body,n.body=[e]}n.parameters=[r]})),Fs(e,Nr.FILTER,[n])})(o,t.filter),((e,t,n)=>{if(!t.columns.length)return;const o=new Ma;o.type=Ya.COL_SPEC_ARRAY;const r=new xa,a=new xa,i=new Ma;if(i.type=Ya.COL_SPEC_ARRAY,t.groupKeys.length!==t.columns.length){const e=t.groupKeys,n=t.columns[e.length],o=new ja;if(o.name=E(n),r.colSpecs.push(o),0===t.aggregations.length){const e=E(t.columns[0]),n=Ps(e,Xo.COUNT,Zo.STRING,Xo.COUNT);a.colSpecs.push(n)}}if(t.groupKeys.length===t.columns.length&&t.aggregations.length>0){const e=t.aggregations.map((e=>e.column));n.forEach((t=>{if(!e.includes(t)){const e=new ja;e.name=t,r.colSpecs.push(e)}}))}t.aggregations.forEach((e=>{const t=Ps(e.column,e.function,e.columnType);a.colSpecs.push(t)})),o.value=r,i.value=a,0===r.colSpecs.length&&0===a.colSpecs.length||Fs(e,Nr.GROUPBY,[o,i])})(o,t.groupBy,t.columns.map((e=>e.name))),((e,t,n)=>{if(0===t.length)return;const o=new $r;t.forEach((e=>{if(n.columns.length===n.groupKeys.length||n.columns.indexOf(e.column)===n.groupKeys.length){const t=new qr;t.function=e.order;const n=new Ma;n.type=Ya.COL_SPEC;const r=new ja;r.name=e.column,n.value=r,t.parameters.push(n),o.values.push(t)}})),Fs(e,Nr.SORT,[o])})(o,t.sort,t.groupBy);const a=new Vr;return a.body=o,a})(E(this.gridState.initialQueryLambda?.body[0]),e,this.configState.isPaginationEnabled),o=yield(0,ie.gP)(this.editorStore.client.getREPLGridServerResult(Ui(n,[]))),r=Os.serialization.fromJson(o),a=JSON.parse(r.result);this.gridState.setCurrentResult(b(Ss(ys(a)),ns)),t?this.queryTextEditorState.setCurrentSubQuery(r.currentQuery):(this.queryTextEditorState.queryEditorState.setQuery(r.currentQuery.substring(1)),this.queryTextEditorState.setCurrentSubQuery(void 0))}catch(e){g(e),this.editorStore.applicationStore.notificationService.notifyError(e),this.editorStore.applicationStore.logService.error(q.create(Cr.FETCH_TDS_FAILURE),e)}}async getTypeaheadResults(e,t){try{const n=t.getValueInRange({startLineNumber:1,startColumn:1,endLineNumber:e.lineNumber,endColumn:e.column}),o=(await this.editorStore.client.getTypeaheadResults(n)).map((e=>ws.serialization.fromJson(e))),r=t.getWordUntilPosition(e);return o.map((t=>({label:t.display,kind:Rs.languages.CompletionItemKind.Text,range:{startLineNumber:e.lineNumber,startColumn:r.startColumn+1,endLineNumber:e.lineNumber,endColumn:r.endColumn+1},insertText:t.completion})))}catch(e){return[]}}*executeLambda(){try{this.executeAction.inProgress();const e=yield this.editorStore.client.executeLambda(this.queryTextEditorState.queryEditorState.query,this.configState.isPaginationEnabled),t=Os.serialization.fromJson(e),n=JSON.parse(t.result),o=b(Ss(ys(n)),ns);this.gridState.setInitialResult(o),this.queryTextEditorState.queryEditorState.setQuery(t.currentQuery.substring(1)),this.queryTextEditorState.setCurrentSubQuery(void 0),this.gridState.setColumns(o.result.columns),yield(0,ie.gP)(this.getInitialQueryLambda()),this.executeAction.complete()}catch(e){this.executeAction.fail(),g(e),this.editorStore.applicationStore.notificationService.notifyError(e),this.editorStore.applicationStore.logService.error(q.create(Cr.FETCH_TDS_FAILURE),e)}}*parseQuery(){try{this.queryTextEditorState.queryEditorState.setParserError(void 0),yield(0,ie.gP)(this.editorStore.client.parseQuery(`|${this.queryTextEditorState.queryEditorState.query}`))}catch(e){if(g(e),e instanceof U&&e.response.status===P.BAD_REQUEST){const t=Ns.serialization.fromJson(e.payload),n=new ks(t.message);t.sourceInformation&&(n.sourceInformation=new Tr(t.sourceInformation.sourceId,t.sourceInformation.startLine,t.sourceInformation.startColumn,t.sourceInformation.endLine,t.sourceInformation.endColumn)),this.queryTextEditorState.queryEditorState.setParserError(n)}}}*saveQuery(){try{const e=Bs.serialization.toJson(new Bs(E(this.gridState.initialQueryLambda),this.gridState.lastQueryTDSRequest??new gr([],[],[],new lr([],[],[]),0,100))),t=yield(0,ie.gP)(this.editorStore.client.saveQuery(e));this.editorStore.applicationStore.navigationService.navigator.goToLocation((0,xo.tW)(zc.SAVED_QUERY,{[Jc.QUERY_ID]:t}))}catch(e){g(e),this.editorStore.applicationStore.notificationService.notifyError(e),this.editorStore.applicationStore.logService.error(q.create(Cr.FETCH_TDS_FAILURE),e)}}*getInitialQueryLambda(e){if(e){const t=yield this.editorStore.client.getREPLQuery(e),n=Bs.serialization.fromJson(t);this.gridState.setCurrentQueryTDSRequest(n.currentQueryInfo),this.gridState.setInitialQueryLambda(n.initialQuery)}else{const e=ji(yield this.editorStore.client.getIntialQueryLambda(),[]);e instanceof Vr&&this.gridState.setInitialQueryLambda(e)}}*getInitialREPLGridServerResult(e){try{this.executeAction.inProgress(),this.configState.licenseKey||(yield(0,ie.gP)(this.getLicenseKey())),yield(0,ie.gP)(this.getInitialQueryLambda(e));const t=yield this.editorStore.client.getInitialREPLGridServerResult(this.configState.isPaginationEnabled),n=Os.serialization.fromJson(t),o=JSON.parse(n.result),r=b(Ss(ys(o)),ns);this.gridState.setInitialResult(r),this.queryTextEditorState.queryEditorState.setQuery(n.currentQuery.substring(1)),this.queryTextEditorState.setCurrentSubQuery(void 0),this.gridState.setColumns(r.result.columns),this.executeAction.complete()}catch(e){this.executeAction.fail(),g(e),this.editorStore.applicationStore.notificationService.notifyError(e),this.editorStore.applicationStore.logService.error(q.create(Cr.FETCH_TDS_FAILURE),e)}}*getLicenseKey(){const e=yield this.editorStore.client.getLicenseKey();this.configState.setLicenseKey(e)}}class Ms{applicationStore;client;dataCubeState;constructor(e){(0,ie.Gn)(this,{dataCubeState:ie.sH}),this.applicationStore=e,this.client=new Wo(new V({baseUrl:this.applicationStore.config.useDynamicREPLServer?window.location.origin+this.applicationStore.config.baseAddress.replace("/repl/",""):this.applicationStore.config.replUrl})),this.dataCubeState=new Ds(this)}}const xs=(0,mt.createContext)(void 0),js=({children:e})=>{const t=ht(),n=(0,Qe.iz)((()=>new Ms(t)));return(0,o.jsx)(xs.Provider,{value:n,children:e})},Us=()=>E((0,mt.useContext)(xs),"Can't find editor store in context");var Gs=n(4392),Hs=n(5551);Hs.Select.createFilter;const Vs=e=>{const{options:t,children:n,getValue:r,selectProps:a}=e;let i=a.optionCustomization?.rowHeight??3.5*parseInt(getComputedStyle(document.documentElement).fontSize,10);i=isNaN(i)?35:i;const[s]=r(),c=t.indexOf(s)*i,d=n.length?n.findIndex((e=>e.props.isFocused)):0,u=(0,mt.useRef)(null);return(0,mt.useEffect)((()=>{u.current?.scrollToItem(d)}),[d]),n.length?(0,o.jsx)(Gs.Y1,{className:a.darkMode?"scrollbar--light selector-menu--dark":"",ref:u,width:"100%",height:Math.min(n.length,6)*i,itemCount:n.length,itemSize:i,initialScrollOffset:c,children:({index:e,style:t})=>(0,o.jsx)("div",{style:t,className:"selector-input__option-wrapper",children:n[e]})}):(0,o.jsx)("div",{className:"selector-menu--no-match "+(a.darkMode?"selector-menu--dark":""),children:a.noMatchMessage??"No match found"})},Ys=e=>{const{children:t,selectProps:n}=e;return(0,o.jsx)(Hs.SelectComponents.Option,{...e,className:(0,nt.$)(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})},Ks="selector-input",Ws="selector-input--dark",qs=()=>(0,o.jsx)("div",{className:`${Ks}__indicator ${Ks}__loading-indicator ${Ws}__loading-indicator`,children:(0,o.jsx)(Wt,{})}),$s=()=>(0,o.jsx)("div",{className:`${Ks}__indicator ${Ks}__dropdown-indicator`,children:(0,o.jsx)(wt,{})}),Xs=e=>{const{innerProps:{ref:t,...n}}=e;return(0,o.jsx)("div",{...n,ref:t,children:(0,o.jsx)("div",{className:`${Ks}__indicator ${Ks}__clear-indicator`,children:(0,o.jsx)(Lt,{})})})},Js=e=>(0,o.jsx)(Hs.Select.components.Input,{...e,isHidden:!1}),zs=(0,mt.forwardRef)((function(e,t){const{allowCreating:n,noMatchMessage:r,disabled:a,components:i,className:s,darkMode:c,hasError:d,...u}=e,l=n?Hs.CreatableSelect.default:Hs.Select.default,p=c?Ws:Ks;return(0,o.jsx)(l,{styles:{menuPortal:e=>({...e,zIndex:9999})},menuPortalTarget:document.body,ref:t,isDisabled:Boolean(a),className:(0,nt.$)(p,s,{"selector-input--has-error":d,"selector-input--custom":Boolean(e.optionCustomization)}),classNamePrefix:p,components:{Option:Ys,ClearIndicator:Xs,DropdownIndicator:$s,LoadingIndicator:qs,MenuList:Vs,Input:Js,...i},...u,darkMode:c,noMatchMessage:r})}));var Qs;!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"}(Qs||(Qs={}));const Zs=(e,t,n,o)=>{const r=(e=>{const t=[];e.tokenColors.forEach((e=>{if(!e.settings)return;let n=[];n=S(e.scope)?e.scope.replace(/^[,]+/,"").replace(/[,]+$/,"").split(",").map((e=>e.trim())):Array.isArray(e.scope)?e.scope:[""];const o={};e.settings.foreground&&S(e.settings.foreground)&&(o.foreground=e.settings.foreground),e.settings.background&&S(e.settings.background)&&(o.background=e.settings.background),e.settings.fontStyle&&S(e.settings.fontStyle)&&(o.fontStyle=e.settings.fontStyle),n.forEach((e=>{if(h(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]=(T(0<(o=t).length,"Index out of bound: 0"),E(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]}},ec=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}'),tc=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"}}]}'),nc=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"}}]}'),oc=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"}}'),rc=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"}}'),ac=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"}}'),ic=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"}}'),sc=[{token:Qs.IDENTIFIER,foreground:"dcdcaa"},{token:Qs.NUMBER,foreground:"b5cea8"},{token:Qs.DATE,foreground:"b5cea8"},{token:Qs.COLOR,foreground:"b5cea8"},{token:Qs.PACKAGE,foreground:"808080"},{token:Qs.PARSER,foreground:"c586c0"},{token:Qs.LANGUAGE_STRUCT,foreground:"c586c0"},{token:Qs.MULTIPLICITY,foreground:"2d796b"},{token:Qs.GENERICS,foreground:"2d796b"},{token:Qs.PROPERTY,foreground:"9cdcfe"},{token:Qs.PARAMETER,foreground:"9cdcfe"},{token:Qs.VARIABLE,foreground:"4fc1ff"},{token:Qs.TYPE,foreground:"3dc9b0"},{token:`${Qs.STRING}.escape`,foreground:"d7ba7d"}];var cc;!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"}(cc||(cc={}));const dc={base:"vs-dark",inherit:!0,colors:{},rules:[...sc,{token:"string.sql",foreground:"ce9178"},{token:"white.sql",foreground:"d4d4d4"},{token:"identifier.sql",foreground:"d4d4d4"},{token:"operator.sql",foreground:"d4d4d4"}]},uc=Zs(ec,cc.BUILT_IN__VSCODE_DARK,{},[]),lc=Zs(tc,cc.BUILT_IN__VSCODE_DARK,{},[]),pc=Zs(nc,cc.BUILT_IN__VSCODE_DARK,{},[]),gc=Zs(oc,cc.BUILT_IN__VSCODE_DARK,{},[]),mc=Zs(rc,cc.BUILT_IN__VSCODE_DARK,{},[]),fc=Zs(ac,cc.BUILT_IN__VSCODE_DARK,{},[]),hc=Zs(ic,cc.BUILT_IN__VSCODE_DARK,{},[]),_c=e=>{e.dispose(),e.getModel()?.dispose()},Ec=e=>e.getModel()?.getValue(Rs.editor.EndOfLinePreference.LF)??"",bc="dummy_problem_marker_owner",Ac=(e,t,n)=>{Rs.editor.setModelMarkers(e,n??bc,t.map((e=>({startLineNumber:e.startLineNumber,startColumn:e.startColumn,endLineNumber:e.endLineNumber,endColumn:e.endColumn+1,message:""===e.message?"(no error message)":e.message,severity:Rs.MarkerSeverity.Error}))))},Tc=e=>{Rs.editor.removeAllMarkers(e??bc)},Sc=e=>e.replace(/\r/g,"");var yc;!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"}(yc||(yc={}));const Cc=e=>{const{inputValue:t,updateInput:n,lightTheme:r,language:a,isReadOnly:i,hideMinimap:s,hideGutter:c,hidePadding:d,hideActionBar:u,lineToScroll:l,extraEditorOptions:p,error:g}=e,m=ht(),[f,h]=(0,mt.useState)(),[_,E]=(0,mt.useState)(!1),b=(0,mt.useRef)(void 0),A=Sc(t),T=(0,mt.useRef)(null);if((0,mt.useEffect)((()=>{if(!f&&T.current){const e=T.current,t=Rs.editor.create(e,{contextmenu:!1,copyWithSyntaxHighlighting:!1,fontSize:14,fontFamily:"Roboto Mono",fontLigatures:!0,fixedOverflowWidgets:!0,detectIndentation:!1,tabSize:2,"bracketPairColorization.enabled":!1,automaticLayout:!0,theme:m.layoutService.TEMPORARY__isLightColorThemeEnabled?r??cc.BUILT_IN__VSCODE_LIGHT:cc.DEFAULT_DARK,glyphMargin:!d,padding:d?{top:0,bottom:0}:{top:20,bottom:20},formatOnType:!0,formatOnPaste:!0});h(t)}}),[m,r,d,f]),(0,mt.useEffect)((()=>{if(f){(e=>{const t=e.getValue();e.updateOptions({lineNumbersMinChars:Math.max(Math.floor(Math.log10(t.split(/\r\n|\r|\n/g).length))+3,5)})})(f);const e=f.getModel();e&&Rs.editor.setModelLanguage(e,a)}}),[f,a]),(0,mt.useEffect)((()=>{f&&void 0!==l&&f.revealLineInCenter(l)}),[f,l]),f){b.current?.dispose(),b.current=f.onDidChangeModelContent((()=>{const e=Ec(f);e!==A&&n?.(e)})),Ec(f)!==A&&f.setValue(A),f.updateOptions({readOnly:Boolean(i),minimap:{enabled:!s},...c?{glyphMargin:!d,folding:!1,lineNumbers:"off",lineDecorationsWidth:0}:{},...p??{}});const e=f.getModel();e?.updateOptions({tabSize:2}),e&&(g?.sourceInformation?Ac(e,[{message:g.message,startLineNumber:g.sourceInformation.startLine,startColumn:g.sourceInformation.startColumn,endLineNumber:g.sourceInformation.endLine,endColumn:g.sourceInformation.endColumn}]):Tc())}return(0,mt.useEffect)((()=>()=>{f&&(_c(f),b.current?.dispose())}),[f]),(0,o.jsxs)("div",{className:"code-editor",children:[!u&&(0,o.jsx)("div",{className:"code-editor__header",children:(0,o.jsx)("button",{tabIndex:-1,className:(0,nt.$)("code-editor__header__action",{"code-editor__header__action--active":_}),onClick:()=>{const e=!_;E(e),f?.updateOptions({wordWrap:e?"on":"off"})},title:`[${_?"on":"off"}] Toggle word wrap`,children:(0,o.jsx)(kt,{})})}),(0,o.jsx)("div",{className:(0,nt.$)("code-editor__content",{"code-editor__content--padding":!d,"code-editor__content--with__header":!u}),children:(0,o.jsx)("div",{className:"code-editor__body",ref:T})})]})},Ic=(0,Qe.PA)((()=>{const e=Us(),t=e.applicationStore,n=e.dataCubeState,r=n.queryTextEditorState.queryEditorState,a=(0,mt.useRef)(void 0),i=Sc(r.query),s=r.parserError,[c,d]=(0,mt.useState)(),u=(0,mt.useRef)(null),l=(0,mt.useRef)(void 0),p=(0,mt.useMemo)((()=>(0,Fn.A)((()=>{(0,ie.gP)(n.parseQuery()).catch(e.applicationStore.alertUnhandledError)}),1e3)),[n,e.applicationStore.alertUnhandledError]);if(c){a.current?.dispose(),a.current=c.onDidChangeModelContent((()=>{const e=Ec(c);e!==i&&(r.setQuery(e),p.cancel(),p())}));const e=Ec(c),t=c.getModel();if(e!==i&&c.setValue(i),l.current?.dispose(),l.current=Rs.languages.registerCompletionItemProvider(yc.PURE,{triggerCharacters:[">",".","$","~"],provideCompletionItems:async(e,t,o)=>({suggestions:await n.getTypeaheadResults(t,e)})}),t){t.updateOptions({tabSize:2});const e=s;e?.sourceInformation?Ac(t,[{message:e.message,startLineNumber:e.sourceInformation.startLine,startColumn:e.sourceInformation.startColumn,endLineNumber:e.sourceInformation.endLine,endColumn:e.sourceInformation.endColumn}]):Tc()}}return(0,mt.useEffect)((()=>{if(!c&&u.current){const e=u.current,n=Rs.editor.create(e,{contextmenu:!1,copyWithSyntaxHighlighting:!1,fontSize:14,fontFamily:"Roboto Mono",fontLigatures:!0,fixedOverflowWidgets:!0,detectIndentation:!1,tabSize:2,"bracketPairColorization.enabled":!1,automaticLayout:!0,language:yc.PURE,theme:t.layoutService.TEMPORARY__isLightColorThemeEnabled?cc.BUILT_IN__VSCODE_LIGHT:cc.DEFAULT_DARK});d(n)}}),[t.layoutService.TEMPORARY__isLightColorThemeEnabled,c]),(0,mt.useEffect)((()=>()=>{c&&(_c(c),a.current?.dispose())}),[c]),(0,o.jsx)("div",{className:(0,nt.$)("repl__query__content__editor__content"),children:(0,o.jsx)("div",{className:"code-editor__body",ref:u})})})),Nc=(0,Qe.PA)((e=>{const{editorStore:t}=e,n=t.dataCubeState,r=t.applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled;return(0,o.jsxs)("div",{className:"repl__content__query",children:[(0,o.jsx)("div",{className:"repl__query",children:(0,o.jsxs)("div",{className:"repl__query__editor",children:[(0,o.jsxs)("div",{className:"repl__query__header",children:[(0,o.jsx)("div",{className:"repl__query__label",children:"Curent Query"}),(0,o.jsx)("div",{className:"repl__query__execute-btn btn__dropdown-combo btn__dropdown-combo--primary",children:(0,o.jsxs)("button",{className:"btn__dropdown-combo__label",onClick:()=>{(0,ie.gP)(n.executeLambda()).catch(t.applicationStore.alertUnhandledError)},tabIndex:-1,children:[(0,o.jsx)(Ut,{className:"btn__dropdown-combo__label__icon"}),(0,o.jsx)("div",{className:"btn__dropdown-combo__label__title",children:"Run Query"})]})})]}),(0,o.jsx)("div",{className:"repl__query__content",children:(0,o.jsx)(Ic,{})})]})}),void 0!==n.queryTextEditorState.currentSubQuery&&(0,o.jsx)("div",{className:"repl__query",children:(0,o.jsxs)("div",{className:"repl__query__editor",children:[(0,o.jsxs)("div",{className:"repl__query__header",children:[(0,o.jsx)("div",{className:"repl__query__label__sub__query",children:"Current Row Group Sub Query"}),(0,o.jsx)("div",{className:"repl__query__label__sub__query__read--only",children:"Read Only"})]}),(0,o.jsx)("div",{className:"repl__query__content",children:(0,o.jsx)(Cc,{lightTheme:r?cc.BUILT_IN__VSCODE_HC_LIGHT:cc.BUILT_IN__VSCODE_HC_BLACK,language:yc.PURE,isReadOnly:!0,inputValue:n.queryTextEditorState.currentSubQuery,hideActionBar:!0,hidePadding:!0})})]})})]})}));var vc=n(602),kc=n(1810),Rc=n(6557),Oc=n(5866),Lc=n(6450),Fc=n(1747),Pc=n(1697);const Bc=[kc.Q],wc=[Oc.e,Lc.mZ,Fc.M],Dc=Bc.concat(wc);function Mc(e){return e.licenseKey&&Pc.h.setLicenseKey(e.licenseKey),(0,o.jsx)(vc.W6,{rowGroupPanelShow:"always",suppressBrowserResizeObserver:!0,suppressScrollOnNewData:!0,alwaysMultiSort:!0,rowModelType:"serverSide",...e,defaultColDef:{minWidth:50,sortable:!0,flex:1,resizable:!0,enableRowGroup:!0,allowedAggFuncs:["count","sum","max","min","avg"],enableValue:!0,menuTabs:["filterMenuTab","generalMenuTab","columnsMenuTab"]},modules:Dc})}class xc{executions=0;rowData=[];columns=[];editorStore;constructor(e,t,n){(0,ie.Gn)(this,{fetchRows:ie.L3}),this.rowData=e??[],this.columns=t??[],this.editorStore=n}*fetchRows(e){try{if(this.executions>0||this.editorStore?.dataCubeState.gridState.currentQueryTDSRequest){if(this.editorStore){const t=this.extractRequest(e);if(this.editorStore.dataCubeState.gridState.setLastQueryTDSRequest(t),t){yield(0,ie.gP)(this.editorStore.dataCubeState.getREPLGridServerResult(t));const n=this.editorStore.dataCubeState.gridState.currentResult,o=br(E(n).result);e.success({rowData:o})}else e.fail()}this.editorStore?.dataCubeState.gridState.setCurrentQueryTDSRequest(void 0)}else e.success({rowData:this.rowData});this.executions++}catch(e){g(e),this.editorStore?.applicationStore.notificationService.notifyError(e),this.editorStore?.applicationStore.logService.error(q.create(Cr.FETCH_TDS_FAILURE),e)}}getRows(e){this.fetchRows(e)}extractRequest(e){try{const t=e.request,n=t.startRow,o=t.endRow,r=e.columnApi.getColumns()?.map((e=>e.getColId())),a=t.sortModel.map((e=>new dr(e.colId,(e=>{switch(e){case"asc":return Jo.ASCENDING;case"desc":return Jo.DESCENDING;default:throw new Error(`Unsupported tds sort order ${e}`)}})(e.sort)))),i=t.valueCols.map((e=>{const t=this.columns.find((t=>t.name===e.field))?.type;return new ur(E(e.field),t,(e=>{switch(e){case"sum":return Xo.SUM;case"min":return Xo.MIN;case"max":return Xo.MAX;case"count":return Xo.COUNT;default:throw new Error(`Unsupported aggregation function ${e}`)}})(E(e.aggFunc)))})),s=new lr(t.rowGroupCols.map((e=>e.id)),t.groupKeys,i),c=[],d=t.filterModel;return d&&Object.keys(d).forEach((e=>{const t=d[e],n=[],o=(e=>{switch(e){case"text":return Zo.STRING;case"number":return Zo.NUMBER;case"boolean":return Zo.BOOLEAN;case"date":return Zo.DATE;default:throw new Error(`Unsupported filter type ${e}`)}})(t.filterType);void 0===t.filter&&t.conditions?t.conditions.forEach((e=>n.push(new sr(fr(e.type),e.filter)))):n.push(new sr(fr(t.type),t.filter)),c.push(new cr(e,o,n,"OR"===t.operator?$o.OR:$o.AND))})),new gr(r?.map((e=>new pr(e)))??[],c,a,s,n,o)}catch(e){return g(e),this.editorStore?.applicationStore.notificationService.notifyError(e),void this.editorStore?.applicationStore.logService.error(q.create(Cr.BUILD_TDS_EQUEST_FAILURE),e)}}}const jc=(0,Qe.PA)((e=>{const{editorStore:t}=e,n=t.dataCubeState;return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)("div",{className:"repl__query__label",children:"Result"}),(0,o.jsx)(Tt,{isLoading:n.executeAction.isInProgress}),n.executeAction.hasCompleted&&(0,o.jsx)(Mc,{onGridReady:e=>{n.configState.setGridApi(e.api)},className:t.applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled?"ag-theme-balham":"ag-theme-balham-dark",gridOptions:n.gridState.initialResult?{serverSideDatasource:new xc(br(n.gridState.initialResult.result),n.gridState.initialResult.builder.columns,t),suppressServerSideInfiniteScroll:!n.configState.isPaginationEnabled}:{},licenseKey:n.configState.licenseKey??"",rowData:n.gridState.rowData,columnDefs:n.gridState.columnDefs})]})})),Uc=(0,Qe.PA)((e=>{const{editorStore:t}=e,n=t.dataCubeState.propertiesPanelState.hpivotAndSortPanelState,r=Array.from(Object.values(Jo)).map((e=>({label:e,value:e})));return(0,o.jsx)("div",{className:"repl__hpivot__sort__editor",children:(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor",children:[(0,o.jsx)("div",{className:"repl__hpivot__sort__column__editor__header",children:"Sorts"}),(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__content",children:[(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns",children:[(0,o.jsx)("div",{className:"repl__hpivot__sort__column__editor__description",children:"Available sort columns:"}),(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__container",children:[(0,o.jsx)("div",{className:"query-builder-property-search-panel__header",children:(0,o.jsxs)("div",{className:"query-builder-property-search-panel__input__container",children:[(0,o.jsx)("input",{className:(0,nt.$)("query-builder-property-search-panel__input",{"query-builder-property-search-panel__input--searching":n.availableSortColumnsSearchText}),spellCheck:!1,onChange:e=>{n.setAvailableSortColumnsSearchText(e.target.value)},value:n.availableSortColumnsSearchText,placeholder:"Search"}),n.availableSortColumnsSearchText?(0,o.jsx)("button",{className:"query-builder-property-search-panel__input__clear-btn",tabIndex:-1,onClick:()=>{n.setAvailableSortColumnsSearchText("")},title:"Clear",children:(0,o.jsx)(Lt,{})}):(0,o.jsx)(o.Fragment,{children:(0,o.jsx)("div",{className:"query-builder-property-search-panel__input__search__icon",children:(0,o.jsx)(Gt,{})})})]})}),(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__content",children:[(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root",onDoubleClick:()=>n.addAllAvailableSortColumns(),children:[(0,o.jsx)(Pt,{}),(0,o.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root__label",children:"All"})]}),n.availableSortColumnsSearchResults.map((e=>{return(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children",children:[(0,o.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children__name",onDoubleClick:()=>n.addAvailableSortColumn(e.column),children:e.column}),(0,o.jsx)(zs,{className:"repl__hpivot__sort__column__editor__available__columns__children__order",options:r,onChange:(a=e.column,function(e){const t=n.availableSortColumns.find((e=>e.column===a));t&&t.setOrder(e.value)}),value:{label:e.order,value:e.order},isClearable:!1,darkMode:!t.applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled})]},e.column);var a}))]})]})]}),(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__actions",children:[(0,o.jsx)("div",{className:"repl__hpivot__sort__column__editor__action",children:(0,o.jsxs)("button",{tabIndex:-1,title:"Add",children:["Add",(0,o.jsx)(rn,{})]})}),(0,o.jsx)("div",{className:"repl__hpivot__sort__column__editor__action",children:(0,o.jsxs)("button",{tabIndex:-1,title:"Remove",children:[(0,o.jsx)(on,{}),"Remove"]})})]}),(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__selected__columns",children:[(0,o.jsx)("div",{className:"repl__hpivot__sort__column__editor__description",children:"Selected sort columns:"}),(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__container",children:[(0,o.jsx)("div",{className:"query-builder-property-search-panel__header",children:(0,o.jsxs)("div",{className:"query-builder-property-search-panel__input__container",children:[(0,o.jsx)("input",{className:(0,nt.$)("query-builder-property-search-panel__input",{"query-builder-property-search-panel__input--searching":n.selectedSortColumnsSearchText}),spellCheck:!1,onChange:e=>{n.setSelectedSortColumnsSearchText(e.target.value)},value:n.selectedSortColumnsSearchText,placeholder:"Search"}),n.selectedSortColumnsSearchText?(0,o.jsx)("button",{className:"query-builder-property-search-panel__input__clear-btn",tabIndex:-1,onClick:()=>{n.setSelectedSortColumnsSearchText("")},title:"Clear",children:(0,o.jsx)(Lt,{})}):(0,o.jsx)(o.Fragment,{children:(0,o.jsx)("div",{className:"query-builder-property-search-panel__input__search__icon",children:(0,o.jsx)(Gt,{})})})]})}),(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__content",children:[(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root",onDoubleClick:()=>n.addAllSelectedSortColumns(),children:[(0,o.jsx)(Pt,{}),(0,o.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__root__label",children:"All"})]}),n.selectedSortColumnsSearchResults.map((e=>{return(0,o.jsxs)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children",children:[(0,o.jsx)("div",{className:"repl__hpivot__sort__column__editor__available__columns__children__name",onDoubleClick:()=>n.addSelectedSortColumn(e.column),children:e.column}),(0,o.jsx)(zs,{className:"repl__hpivot__sort__column__editor__available__columns__children__order",options:r,onChange:(a=e.column,function(e){const t=n.selectedSortColumns.find((e=>e.column===a));t&&t.setOrder(e.value)}),value:{label:e.order,value:e.order},isClearable:!1,darkMode:!t.applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled})]},e.column);var a}))]})]})]})]})]})})})),Gc=(0,Qe.PA)((e=>{const{triggerElement:t,editorStore:n}=e,r=n.dataCubeState,a=n.applicationStore,i=()=>{r.configState.closePanel()},s=r.propertiesPanelState.selectedPivotPanelTab,c=[vr.COLUMNS_AND_PIVOTS,vr.HPIVOTS_AND_SORTS,vr.GENERAL_PROPERTIES,vr.COLUMN_PROPERTIES,vr.DEVELOPER_OPTIONS,vr.PIVOT_LAYOUT];return(0,o.jsx)(Rn,{open:r.configState.isPivotPanelOpened,onClose:i,anchorEl:t,anchorOrigin:{vertical:"center",horizontal:"center"},transformOrigin:{vertical:"center",horizontal:"center"},children:(0,o.jsxs)(rt,{darkMode:!a.layoutService.TEMPORARY__isLightColorThemeEnabled,className:"editor-modal embedded-runtime-editor",children:[(0,o.jsxs)(it,{children:[(0,o.jsx)(at,{title:"cube properties"}),(0,o.jsx)(st,{children:(0,o.jsx)("button",{className:"modal__header__action",tabIndex:-1,onClick:i,children:(0,o.jsx)(Lt,{})})})]}),(0,o.jsx)(ct,{children:(0,o.jsxs)("div",{style:{height:"100%",width:"100%"},children:[(0,o.jsx)("div",{className:"panel__header uml-element-editor__tabs__header ",children:(0,o.jsx)("div",{className:"uml-element-editor__tabs",children:c.map((e=>(0,o.jsx)("div",{onClick:()=>(e=>{r.propertiesPanelState.setSelectedPivotPanelTab(e)})(e),className:(0,nt.$)("uml-element-editor__tab",{"uml-element-editor__tab--active":e===s}),children:e},e)))})}),s===vr.HPIVOTS_AND_SORTS&&(0,o.jsx)(Uc,{editorStore:n})]})}),(0,o.jsx)(dt,{className:"repl__modal__footer",children:(0,o.jsxs)("div",{className:"search-modal__actions",children:[(0,o.jsx)(ut,{text:"Ok",onClick:()=>{r.propertiesPanelState.applyChanges(),r.configState.closePanel()}}),(0,o.jsx)(ut,{text:"Close",onClick:i}),(0,o.jsx)(ut,{text:"Apply",onClick:()=>r.propertiesPanelState.applyChanges()})]})})]})})})),Hc=(0,Qe.PA)((e=>{const{queryId:t}=e,n=Us(),r=n.dataCubeState,a=(0,mt.useRef)(null),i=n.applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled;return(0,mt.useEffect)((()=>{(0,ie.gP)(r.getInitialREPLGridServerResult(t)).catch(n.applicationStore.alertUnhandledError)}),[r,n,t]),(0,o.jsxs)("div",{className:"repl",children:[(0,o.jsx)("div",{className:"repl__header",children:(0,o.jsxs)("div",{className:"repl__header__content",children:[(0,o.jsx)("div",{className:"repl__header__content__title",children:"Legend DataCube"}),(0,o.jsxs)("div",{className:"repl__header__actions",children:[(0,o.jsx)("div",{className:"repl__header__action__pagination",onClick:()=>{(0,ie.gP)(r.saveQuery()).catch(n.applicationStore.alertUnhandledError)},children:(0,o.jsx)("div",{className:"repl__header__action__pagination__label",children:"Save Query"})}),(0,o.jsxs)("div",{className:"repl__header__action__pagination",children:[(0,o.jsx)("button",{className:(0,nt.$)("repl__header__action__pagination__toggler__btn",{"repl__header__action__pagination__toggler__btn--toggled":r.configState.isPaginationEnabled}),onClick:()=>{r.configState.setIsPaginationEnabled(!r.configState.isPaginationEnabled),n.applicationStore.settingService.persistValue(Ir.PAGINATION,r.configState.isPaginationEnabled)},tabIndex:-1,children:r.configState.isPaginationEnabled?(0,o.jsx)(Mt,{}):(0,o.jsx)(Dt,{})}),(0,o.jsx)("div",{className:"repl__header__action__pagination__label",children:"Pagination"})]}),(0,o.jsx)("button",{className:i?"repl__header__action":"repl__header__action repl__header__action--toggled",onClick:()=>{n.applicationStore.layoutService.setColorTheme(zn.DEFAULT_DARK,{persist:!0})},children:"Dark"}),(0,o.jsx)("button",{className:i?"repl__header__action repl__header__action--toggled":"repl__header__action",onClick:()=>{n.applicationStore.layoutService.setColorTheme(zn.LEGACY_LIGHT,{persist:!0})},children:"Light"})]})]})}),(0,o.jsxs)("div",{className:"repl__content",children:[(0,o.jsx)(Nc,{editorStore:n}),(0,o.jsx)(jc,{editorStore:n})]}),(0,o.jsxs)("div",{className:"repl__footer",children:[(0,o.jsx)("div",{className:"repl__footer__pivot",ref:a,onClick:()=>r.configState.openPanel(),children:"Pivot"}),(0,o.jsx)("div",{className:"repl__footer__filter",children:"Filter"}),(0,o.jsx)("div",{className:"repl__footer__mode",children:"Modes"}),r.configState.isPivotPanelOpened&&(0,o.jsx)(Gc,{editorStore:n,triggerElement:a.current})]})]})})),Vc=(0,Qe.PA)((()=>(0,o.jsx)(Hc,{}))),Yc=(0,Qe.PA)((()=>{const e=(0,xo.g)()[Jc.QUERY_ID];return(0,o.jsx)(Hc,{queryId:e})})),Kc=(0,Qe.PA)((e=>{const{children:t}=e,n=E((0,mt.useContext)(Vo),"Can't find application platform in context"),r=ht();return(0,mt.useEffect)((()=>{r.initialize(n).catch(r.alertUnhandledError)}),[r,n]),r.initState.hasSucceeded?(0,o.jsx)(Hn,{children:t}):(0,o.jsx)(o.Fragment,{})}));class Wc{applicationStore;pluginManager;constructor(e){this.applicationStore=e,this.pluginManager=e.pluginManager}}const qc=(0,mt.createContext)(void 0),$c=({children:e})=>{const t=ht(),n=(0,Qe.iz)((()=>new Wc(t)));return(0,o.jsx)(qc.Provider,{value:n,children:e})},Xc=({children:e})=>(0,o.jsx)(Kc,{children:(0,o.jsx)($c,{children:e})});var Jc;!function(e){e.QUERY_ID="queryId"}(Jc||(Jc={}));const zc=Object.freeze({GRID:"/grid",SAVED_QUERY:`/query/:${Jc.QUERY_ID}`}),Qc=(Zc=(0,Qe.PA)((()=>(0,o.jsx)("div",{className:"app",children:(0,o.jsxs)(xo.dO,{children:[(0,o.jsx)(xo.qh,{exact:!0,path:[zc.GRID],component:Vc}),(0,o.jsx)(xo.qh,{exact:!0,path:[zc.SAVED_QUERY],component:Yc})]})}))),function(){return(0,o.jsx)(js,{children:(0,o.jsx)(Zc,{})})});var Zc;const ed=e=>{const{baseUrl:t}=e;return(0,o.jsx)(Ko,{baseUrl:t,children:(0,o.jsx)(Xc,{children:(0,o.jsx)(Qc,{})})})},td=JSON.parse('{"rE":"0.0.21","XO":{"E":"@finos/legend-application-repl-plugin-core"}}');class nd extends Lo{_$nominalTypeBrand;install(e){e.registerApplicationPlugin(this)}}var od,rd,ad;!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"}(od||(od={})),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"}(rd||(rd={})),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"}(ad||(ad={}));const id={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>))")}}};class sd extends nd{static NAME=td.XO.E;constructor(){super(sd.NAME,td.rE)}getExtraApplicationSetups(){return[async e=>{var t,n;Rc.syG.registerModules([kc.Q,Lc.mZ]),await(async e=>{const t=`Monospaced font '${Re}' has not been loaded properly, code editor might not display properly`;await Promise.all([400,700].map((e=>document.fonts.load(`${e} 1em ${Re}`)))).then((()=>{document.fonts.check(`1em ${Re}`)?Rs.editor.remeasureFonts():e.logService.error(q.create(W.APPLICATION_SETUP__FAILURE),t)})).catch((()=>e.logService.error(q.create(W.APPLICATION_SETUP__FAILURE),t)));const n="legend.code-editor.override-default-keybinding";Rs.editor.registerCommand(n,((t,...n)=>{e.keyboardShortcutsService.dispatch(n[0])}));const o=[[Rs.KeyCode.F1,"F1"],[Rs.KeyCode.F8,"F8"],[Rs.KeyCode.F9,"F9"],[Rs.KeyMod.WinCtrl|Rs.KeyCode.KeyG,"Control+KeyG"],[Rs.KeyMod.WinCtrl|Rs.KeyCode.KeyB,"Control+KeyB"],[Rs.KeyMod.WinCtrl|Rs.KeyCode.KeyO,"Control+KeyO"],[Rs.KeyMod.WinCtrl|Rs.KeyCode.KeyD,"Control+KeyD"],[Rs.KeyMod.WinCtrl|Rs.KeyCode.KeyP,"Control+KeyP"],[Rs.KeyMod.Shift|Rs.KeyCode.F10,"Shift+F10"],[Rs.KeyMod.WinCtrl|Rs.KeyCode.F2,"Control+F2"],[Rs.KeyMod.WinCtrl|Rs.KeyCode.F12,"Control+F12"]];Rs.editor.addKeybindingRules(o.map((([e,t])=>({keybinding:e,command:n,commandArgs:t})))),Rs.editor.defineTheme(cc.DEFAULT_DARK,dc),Rs.editor.defineTheme(cc.SOLARIZED_DARK,uc),Rs.editor.defineTheme(cc.GITHUB_DARK,lc),Rs.editor.defineTheme(cc.GITHUB_DARK_DIMMED,pc),Rs.editor.defineTheme(cc.MATERIAL_DEFAULT,gc),Rs.editor.defineTheme(cc.MATERIAL_DARKER,mc),Rs.editor.defineTheme(cc.ONE_DARK_PRO,fc),Rs.editor.defineTheme(cc.ONE_DARK_PRO_DARKER,hc)})(e),Rs.languages.register({id:yc.PURE}),Rs.languages.setLanguageConfiguration(yc.PURE,id),Rs.languages.setMonarchTokensProvider(yc.PURE,(n=t?.extraKeywords??[],{defaultToken:"invalid",tokenPostfix:".pure",keywords:[...n,"Schema","Table","Join","View","primaryKey","groupBy","mainTable","let","extends","true","false","projects",od.CLASS,od.ASSOCIATION,od.ENUMERATION,od.MEASURE,od.PROFILE,od.FUNCTION,od.MAPPING,od.RUNTIME,od.CONNECTION,od.FILE_GENERATION,od.GENERATION_SPECIFICATION,od.DATA_ELEMENT,rd.JSON_MODEL_CONNECTION,rd.MODEL_CHAIN_CONNECTION,rd.XML_MODEL_CONNECTION,"include","EnumerationMapping","Pure","AssociationMapping","XStore","AggregationAware",od.SERVICE,od.FLAT_DATA,od.DATABASE,rd.FLAT_DATA_CONNECTION,rd.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]+/,Qs.PARSER],[/(@identifier)/,{cases:{"@languageStructs":Qs.LANGUAGE_STRUCT,"@keywords":`${Qs.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]+\\$)))_":Qs.TYPE,"@default":Qs.IDENTIFIER}}],{include:"@whitespace"},[/[{}()[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":Qs.OPERATOR,"@default":Qs.IDENTIFIER}}],{include:"@number"},[/[;,.]/,Qs.DELIMITER],[/'([^'\\]|\\.)*$/,`${Qs.STRING}.invalid`],[/'/,Qs.STRING,"@string"],{include:"@characters"}],pure:[[/(@package\*)/,[Qs.PACKAGE]],[/(@package?)(@identifier)(@generics?)(\s*)(@multiplicity)/,[Qs.PACKAGE,Qs.TYPE,Qs.GENERICS,Qs.WHITESPACE,Qs.MULTIPLICITY]],[/(@package)(@identifier)(@generics?)/,[Qs.PACKAGE,Qs.TYPE,Qs.GENERICS]],[/([@^])(\s*)(@package?)(@identifier)(@generics?)(@multiplicity?)/,[`${Qs.TYPE}.operator`,Qs.WHITESPACE,Qs.PACKAGE,Qs.TYPE,Qs.GENERICS,Qs.MULTIPLICITY]],[/(\.\s*)(@identifier)/,[Qs.DELIMITER,Qs.PROPERTY]],[/(@identifier)(\s*=)/,[Qs.PROPERTY,Qs.OPERATOR]],[/(@identifier)(\.)(@identifier)/,[Qs.TYPE,Qs.OPERATOR,Qs.PROPERTY]],[/(@identifier)(\s*:)/,[Qs.PARAMETER,Qs.OPERATOR]],[/(let)(\s+)(@identifier)(\s*=)/,[Qs.KEYWORD,Qs.WHITESPACE,Qs.VARIABLE,Qs.OPERATOR]],[/(\$@identifier)/,[`${Qs.VARIABLE}.reference`]]],date:[[/(%latest)/,[`${Qs.DATE}.latest`]],[/(@date)/,[Qs.DATE]],[/(@time)/,[`${Qs.DATE}.time`]]],color:[[/(#[0-9a-fA-F]{6})/,[Qs.COLOR]]],number:[[/(@digits)[eE]([-+]?(@digits))?[fFdD]?/,`${Qs.NUMBER}.float`],[/(@digits)\.(@digits)([eE][-+]?(@digits))?[fFdD]?/,`${Qs.NUMBER}.float`],[/0[xX](@hexdigits)[Ll]?/,`${Qs.NUMBER}.hex`],[/0(@octaldigits)[Ll]?/,`${Qs.NUMBER}.octal`],[/0[bB](@binarydigits)[Ll]?/,`${Qs.NUMBER}.binary`],[/(@digits)[fFdD]/,`${Qs.NUMBER}.float`],[/(@digits)[lL]?/,Qs.NUMBER]],whitespace:[[/[ \t\r\n]+/,Qs.WHITESPACE],[/\/\*\*(?!\/)/,`${Qs.COMMENT}.doc`,"@doc"],[/\/\*/,Qs.COMMENT,"@comment"],[/\/\/.*$/,Qs.COMMENT]],comment:[[/[^/*]+/,Qs.COMMENT],[/\*\//,Qs.COMMENT,"@pop"],[/[/*]/,Qs.COMMENT]],doc:[[/[^/*]+/,`${Qs.COMMENT}.doc`],[/\/\*/,`${Qs.COMMENT}.doc.invalid`],[/\*\//,`${Qs.COMMENT}.doc`,"@pop"],[/[/*]/,`${Qs.COMMENT}.doc`]],string:[[/[^\\']+/,Qs.STRING],[/@escapes/,`${Qs.STRING}.escape`],[/\\./,`${Qs.STRING}.escape.invalid`],[/'/,Qs.STRING,"@pop"]],characters:[[/'[^\\']'/,Qs.STRING],[/(')(@escapes)(')/,[Qs.STRING,`${Qs.STRING}.escape`,Qs.STRING]],[/'/,`${Qs.STRING}.invalid`]]}}))}]}}class cd extends Io{static create(){const e=new cd(Do.create());return e.withBasePlugins([new Fo,new sd]),e.withBasePresets([]),e}async configureApplication(e){return new Bo(e)}async loadApplication(e){(0,r.H)((()=>{let e=document.getElementsByTagName(No).length?document.getElementsByTagName(No)[0]:void 0;return e||(e=document.createElement(No),document.body.appendChild(e)),e.setAttribute("style","height: 100%; width: 100%; display: block"),e})()).render((0,o.jsx)(_t,{store:e,children:(0,o.jsx)(ed,{baseUrl:this.baseAddress})}))}}class dd{static getPresetCollection(){return[]}static getPluginCollection(){return[new sd]}static run(e){cd.create().setup({baseAddress:e}).withPresets(dd.getPresetCollection()).withPlugins(dd.getPluginCollection()).start().catch((e=>{throw e}))}}const ud=new URL("./",window.location.href).pathname;dd.run(ud)},5551:(e,t,n)=>{const o=n(1960),r=n(7002);e.exports={CreatableSelect:o,Select:r,SelectComponents:r.components}}},r={};function a(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,a),n.loaded=!0,n.exports}a.m=o,a.amdO={},e=[],a.O=(t,n,o,r)=>{if(!n){var i=1/0;for(u=0;u<e.length;u++){for(var[n,o,r]=e[u],s=!0,c=0;c<n.length;c++)(!1&r||i>=r)&&Object.keys(a.O).every((e=>a.O[e](n[c])))?n.splice(c--,1):(s=!1,r<i&&(i=r));if(s){e.splice(u--,1);var d=o();void 0!==d&&(t=d)}}return t}r=r||0;for(var u=e.length;u>0&&e[u-1][2]>r;u--)e[u]=e[u-1];e[u]=[n,o,r]},a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},n=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,a.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);a.r(r);var i={};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=>i[t]=()=>e[t]));return i.default=()=>e,a.d(r,i),r},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.e=()=>Promise.resolve(),a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a.p="./",(()=>{var e={57:0};a.O.j=t=>0===e[t];var t=(t,n)=>{var o,r,[i,s,c]=n,d=0;if(i.some((t=>0!==e[t]))){for(o in s)a.o(s,o)&&(a.m[o]=s[o]);if(c)var u=c(a)}for(t&&t(n);d<i.length;d++)r=i[d],a.o(e,r)&&e[r]&&e[r][0](),e[r]=0;return a.O(u)},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 i=a.O(void 0,[121],(()=>a(5759)));i=a.O(i)})();
2
- //# sourceMappingURL=index.230e4691.js.map