@ws-ui/code-editor 0.3.12 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/demo/common.d.ts +6 -0
- package/dist/editor/index.d.ts +9 -1
- package/dist/editor/providers/CodeEditorProvider.d.ts +1 -1
- package/dist/index.cjs.js +19 -19
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +689 -682
- package/dist/index.es.js.map +1 -1
- package/dist/package.json +100 -0
- package/dist/style.css +1 -1
- package/package.json +11 -17
- package/README.md +0 -27
- package/dist/editor/loader/monaco-workers.d.ts +0 -1
- package/dist/main.d.ts +0 -1
- /package/dist/{studio/assets → assets}/css.worker.bundle.js +0 -0
- /package/dist/{studio/assets → assets}/editor.worker.bundle.js +0 -0
- /package/dist/{studio/assets → assets}/html.worker.bundle.js +0 -0
- /package/dist/{studio/assets → assets}/json.worker.bundle.js +0 -0
- /package/dist/{studio/assets → assets}/textmate.worker.bundle.js +0 -0
- /package/dist/{studio/assets → assets}/ts.worker.bundle.js +0 -0
package/dist/demo/common.d.ts
CHANGED
|
@@ -36,6 +36,12 @@ export declare const files: {
|
|
|
36
36
|
language: string;
|
|
37
37
|
initialValue: string;
|
|
38
38
|
};
|
|
39
|
+
'issue-3429': {
|
|
40
|
+
path: string;
|
|
41
|
+
language: string;
|
|
42
|
+
type: any;
|
|
43
|
+
initialValue: string;
|
|
44
|
+
};
|
|
39
45
|
};
|
|
40
46
|
export type LanguageKey = keyof typeof files;
|
|
41
47
|
export interface IFile {
|
package/dist/editor/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { FileFolderType, IMethodAttributes, ITextEditorSelection } from '@ws-ui/shared';
|
|
2
|
+
import { FileFolderType, IMethodAttributes, ISource, ITextEditorSelection } from '@ws-ui/shared';
|
|
3
|
+
import { TEditor } from './providers';
|
|
3
4
|
import { LSPProps } from './Alerts';
|
|
4
5
|
import { editor as MonacoEditor } from 'monaco-editor';
|
|
5
6
|
|
|
@@ -14,6 +15,7 @@ type TCodeEditorExtra = Partial<{
|
|
|
14
15
|
lastModification: number;
|
|
15
16
|
};
|
|
16
17
|
attributes: IMethodAttributes;
|
|
18
|
+
source?: ISource;
|
|
17
19
|
}>;
|
|
18
20
|
interface ICodeEditorProps {
|
|
19
21
|
path: string;
|
|
@@ -28,6 +30,12 @@ interface ICodeEditorProps {
|
|
|
28
30
|
showAlerts?: boolean;
|
|
29
31
|
lspProps: LSPProps;
|
|
30
32
|
}
|
|
33
|
+
export declare const FdLineNumbers: ({ lineNumber, editor, type, source, }: {
|
|
34
|
+
lineNumber: number;
|
|
35
|
+
editor: TEditor;
|
|
36
|
+
type: FileFolderType | undefined;
|
|
37
|
+
source: ISource | undefined;
|
|
38
|
+
}) => string;
|
|
31
39
|
export declare const SUPPORTED_THEMES: string[];
|
|
32
40
|
export declare const CodeEditor: React.FC<ICodeEditorProps>;
|
|
33
41
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { editor as MonacoEditor } from 'monaco-editor';
|
|
3
3
|
|
|
4
|
-
type TEditor = MonacoEditor.IStandaloneCodeEditor | null;
|
|
4
|
+
export type TEditor = MonacoEditor.IStandaloneCodeEditor | null;
|
|
5
5
|
type CodeEditorContextType = {
|
|
6
6
|
editor: TEditor;
|
|
7
7
|
setEditor: (editor: MonacoEditor.IStandaloneCodeEditor) => void;
|
package/dist/index.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const y=require("react/jsx-runtime"),S=require("react"),ne=require("@monaco-editor/react"),F=require("@ws-ui/shared"),we=require("monaco-languageclient"),le=require("monaco-languageclient/vscode/services"),ce=require("@codingame/monaco-vscode-configuration-service-override"),Le=require("@codingame/monaco-vscode-languages-service-override"),je=require("@codingame/monaco-vscode-textmate-service-override");require("@codingame/monaco-vscode-theme-defaults-default-extension");const ke=require("@codingame/monaco-vscode-editor-service-override"),Fe=require("@codingame/monaco-vscode-theme-service-override"),j=require("monaco-editor"),We=require("monaco-languageclient/tools"),oe=require("vscode-languageclient"),te=require("vscode-ws-jsonrpc"),B=require("vscode-languageserver-protocol"),re=require("vscode/services"),ee=require("vscode/monaco");require("@codingame/monaco-vscode-standalone-languages");require("@codingame/monaco-vscode-standalone-html-language-features");require("@codingame/monaco-vscode-standalone-css-language-features");require("@codingame/monaco-vscode-standalone-json-language-features");require("@codingame/monaco-vscode-standalone-typescript-language-features");require("@codingame/monaco-vscode-css-default-extension");require("@codingame/monaco-vscode-json-default-extension");require("@codingame/monaco-vscode-html-default-extension");require("@codingame/monaco-vscode-javascript-default-extension");const Ze=require("vscode/extensions");var T=typeof document<"u"?document.currentScript:null;function Ke(n){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const i=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(e,t,i.get?i:{enumerable:!0,get:()=>n[t]})}}return e.default=n,Object.freeze(e)}const a=Ke(j),Ee=()=>ce(),Xe=()=>ke(()=>Promise.resolve(void 0)),Te=()=>{const n=Fe(),e=n.themeService.ctor.prototype;return e.defineTheme=()=>{},n},Be=`{
|
|
2
2
|
"workbench.colorTheme": "Default Dark+",
|
|
3
3
|
"workbench.iconTheme": "vs-seti",
|
|
4
4
|
"editor.autoClosingBrackets": "languageDefined",
|
|
@@ -83,27 +83,27 @@
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
|
-
`,
|
|
86
|
+
`,ge=()=>ce.initUserConfiguration(Be),ue=async n=>{var o;const e=n.serviceConfig??{};e.debugLogging=((o=n.logger)==null?void 0:o.isEnabled())===!0&&(e.debugLogging===!0||n.logger.isDebugEnabled()===!0),await ge(),e.userServices=e.userServices??{};const t=e.userServices.configurationService??void 0,i=e.workspaceConfig??void 0;if(t===void 0){if(i)throw new Error("You provided a workspaceConfig without using the configurationServiceOverride");const r={...Ee(),...Te(),...je(),...Le(),...Xe()};le.mergeServices(r,e.userServices)}return i||(e.workspaceConfig={workspaceProvider:{trusted:!0,workspace:{workspaceUri:a.Uri.file("/workspace")},async open(){return!1}}}),e};class Oe extends te.WebSocketMessageReader{constructor(e,t){super(e),this.onMessage=t}readMessage(e){this.onMessage&&this.onMessage();const[,t]=e.split(`\r
|
|
87
87
|
\r
|
|
88
|
-
`);if(this.state==="initial")this.events.splice(0,0,{message:
|
|
89
|
-
`),insertTextRules:
|
|
90
|
-
`),insertTextRules:
|
|
91
|
-
`),insertTextRules:
|
|
92
|
-
`),insertTextRules:
|
|
93
|
-
`),insertTextRules:
|
|
94
|
-
`),insertTextRules:
|
|
95
|
-
`),insertTextRules:
|
|
96
|
-
`),insertTextRules:
|
|
97
|
-
`),insertTextRules:
|
|
98
|
-
`),insertTextRules:
|
|
99
|
-
`),insertTextRules:
|
|
100
|
-
`),insertTextRules:
|
|
101
|
-
`),insertTextRules:
|
|
102
|
-
`),insertTextRules:s.languages.CompletionItemInsertTextRule.InsertAsSnippet}]}}},Ve=[{keybinding:k.KeyMod.CtrlCmd|k.KeyCode.NumpadAdd,command:"editor.action.fontZoomIn"},{keybinding:k.KeyMod.CtrlCmd|k.KeyCode.Equal,command:"editor.action.fontZoomIn"},{keybinding:k.KeyMod.CtrlCmd|k.KeyCode.NumpadSubtract,command:"editor.action.fontZoomOut"},{keybinding:k.KeyMod.CtrlCmd|k.KeyCode.Minus,command:"editor.action.fontZoomOut"},{keybinding:k.KeyMod.CtrlCmd|k.KeyCode.Numpad0,command:"editor.action.fontZoomReset"},{keybinding:k.KeyMod.CtrlCmd|k.KeyCode.Digit0,command:"editor.action.fontZoomReset"}],Ye=({defaultZoom:n})=>(h.useEffect(()=>{n!==void 0&&k.editor.EditorZoom.setZoomLevel(n)},[]),null);({}).VITE_DISABLE_MONACO_LOADER||$.loader.config({monaco:s});var Y=(n=>(n[n.NotSet=-1]="NotSet",n[n.None=0]="None",n[n.Italic=1]="Italic",n[n.Bold=2]="Bold",n[n.Underline=4]="Underline",n[n.Strikethrough=8]="Strikethrough",n))(Y||{}),de=(n=>(n[n.None=0]="None",n[n.DefaultForeground=1]="DefaultForeground",n[n.DefaultBackground=2]="DefaultBackground",n))(de||{}),Ie=(n=>(n[n.Other=0]="Other",n[n.Comment=1]="Comment",n[n.String=2]="String",n[n.RegEx=3]="RegEx",n))(Ie||{});class P{static getLanguageId(e){return(e&255)>>>0}static getTokenType(e){return(e&768)>>>8}static containsBalancedBrackets(e){return(e&1024)!==0}static getFontStyle(e){return(e&30720)>>>11}static getForeground(e){return(e&16744448)>>>15}static getBackground(e){return(e&4278190080)>>>24}static getClassNameFromMetadata(e){let i="mtk"+this.getForeground(e);const o=this.getFontStyle(e);return o&1&&(i+=" mtki"),o&2&&(i+=" mtkb"),o&4&&(i+=" mtku"),o&8&&(i+=" mtks"),i}static getInlineStyleFromMetadata(e,t){const i=this.getForeground(e),o=this.getFontStyle(e);let a=`color: ${t[i]};`;o&1&&(a+="font-style: italic;"),o&2&&(a+="font-weight: bold;");let r="";return o&4&&(r+=" underline"),o&8&&(r+=" line-through"),r&&(a+=`text-decoration:${r};`),a}static getPresentationFromMetadata(e){const t=this.getForeground(e),i=this.getFontStyle(e);return{foreground:t,italic:!!(i&1),bold:!!(i&2),underline:!!(i&4),strikethrough:!!(i&8)}}}function He(n,e,t,i){const o=t.tokens.data,a=n.getLanguageId();let r=0,I=0;const C=i.lineNumber-1,x=i.column-1;for(let N=0;N<o.length;N+=5){const p=o[N],m=o[N+1],R=o[N+2],L=o[N+3],S=o[N+4],w=r+p,f=p===0?I+m:m;if(C===w&&f<=x&&x<f+R){const j=t.legend.tokenTypes[L]||"not in legend (ignored)",A=[];let l=S;for(let J=0;l>0&&J<t.legend.tokenModifiers.length;J++)l&1&&A.push(t.legend.tokenModifiers[J]),l=l>>1;l>0&&A.push("not in legend (ignored)");const u=new k.Range(w+1,f+1,w+1,f+1+R),y={},W=e.getColorTheme().tokenColorMap,b=e.getColorTheme().getTokenStyleMetadata(j,A,a,!0,y);let D;return b&&(D={languageId:void 0,tokenType:Ie.Other,bold:b==null?void 0:b.bold,italic:b==null?void 0:b.italic,underline:b==null?void 0:b.underline,strikethrough:b==null?void 0:b.strikethrough,foreground:W[(b==null?void 0:b.foreground)||de.None],background:void 0}),{type:j,modifiers:A,range:u,metadata:D,definitions:y}}r=w,I=f}return null}function qe(n,e,t){let i=null;for(let o=1;o<t;o++)i=e.tokenizeLine(n.getLineContent(o),i).ruleStack;return i}function _e(n,e,t){const i=n.getColorTheme().tokenColorMap,o=P.getLanguageId(t),a=P.getTokenType(t),r=P.getFontStyle(t),I=P.getForeground(t),C=P.getBackground(t);return{languageId:e.languageIdCodec.decodeLanguageId(o),tokenType:a,bold:r&Y.Bold?!0:void 0,italic:r&Y.Italic?!0:void 0,underline:r&Y.Underline?!0:void 0,strikethrough:r&Y.Strikethrough?!0:void 0,foreground:i[I],background:i[C]}}function ze(n,e,t){const i=t.lineNumber,o=n,a=o._tokenizationTextModelPart.grammarTokens._tokenizer.tokenizationSupport._actual._grammar,r=qe(n,a,i),I=a.tokenizeLine(n.getLineContent(i),r),C=a.tokenizeLine2(n.getLineContent(i),r);let x=0;for(let p=I.tokens.length-1;p>=0;p--){const m=I.tokens[p];if(t.column-1>=m.startIndex){x=p;break}}let N=0;for(let p=C.tokens.length>>>1;p>=0;p--)if(t.column-1>=C.tokens[p<<1]){N=p;break}return{token:I.tokens[x],metadata:_e(e,o._languageService,C.tokens[(N<<1)+1])}}const Ce=h.createContext(void 0),$e=({children:n,url:e,qodly:t,defaultZoom:i,openHandler:o,language:a="4d",defaultInited:r=!1})=>{const I=$.useMonaco(),[C,x]=h.useState(r),[N,p]=h.useState(null),m=h.useRef(),R=h.useRef(0);h.useEffect(()=>{e&&I&&L()},[e,I]);const L=async()=>{if(!I)return;const d=new Ze.Logger({enabled:process.env.NODE_ENV==="development",debugEnabled:process.env.NODE_ENV==="development"}),c=await ce({logger:d});await se.initServices({caller:"Qodly Code Editor",logger:d,serviceConfig:c}),o&&ie.StandaloneServices.get(ie.ICodeEditorService).registerCodeEditorOpenHandler(o),I.languages.registerCompletionItemProvider(a,t?Pe:Me);const g=z.KeybindingsRegistry.getDefaultKeybindings.bind(z.KeybindingsRegistry);z.KeybindingsRegistry.getDefaultKeybindings=()=>g().filter(E=>!["workbench.action.files.saveAs","workbench.action.files.save"].includes(E.command)),k.editor.addKeybindingRules(Ve),S()},S=()=>{p(null);let d;try{d=new WebSocket(localStorage.LSP_SERVER||e)}catch{p(new Event("INVALID_URL"));return}d.onopen=w,d.onclose=f,d.onerror=j,R.current=0},w=async function(){const d=U.toSocket(this),c=new De(d),g=new Ge(d),F=new Le.MonacoLanguageClient({name:"4D Language Client",clientOptions:{workspaceFolder:{uri:k.Uri.parse("file:///PACKAGE")},documentSelector:[{scheme:"file",language:a}],errorHandler:{error:()=>({action:ne.ErrorAction.Continue}),closed:()=>({action:ne.CloseAction.DoNotRestart})}},connectionProvider:{get:()=>Promise.resolve({reader:c,writer:g})}});m.current=F;const E=F.sendRequest.bind(F);m.current.sendRequest=function(G,M,_){return typeof G=="object"&&G.method==="textDocument/diagnostic"&&/file:\/\/\/PACKAGE\/Project\/Sources\/Methods\/__Debugger_.*/.test(M.textDocument.uri)?Promise.resolve():E(G,M,_)},c.onClose(()=>{F.stop(),R.current<3?setTimeout(()=>{R.current++,S()},1e3):p(new Event("WEBSOCKET_CLOSED"))}),F.needsStart()&&await F.start(),x(!0)},f=()=>{},j=d=>{p(d)};h.useEffect(()=>{const d=Z.lspSubject.subscribe(({action:c,payload:g})=>{switch(c){case Z.LspActions.WILL_SAVE:W(g.filePath);break;case Z.LspActions.DID_SAVE:O(g.filePath,g.content);break;case Z.LspActions.WILL_CREATE:b(g.filePath);break;case Z.LspActions.DID_CREATE:ve(g.filePath);break;case Z.LspActions.WILL_RENAME:D(g.oldPath,g.newPath);break;case Z.LspActions.DID_RENAME:Se(g.oldPath,g.newPath);break;case Z.LspActions.WILL_DELETE:J(g.filePath);break;case Z.LspActions.DID_DELETE:ye(g.filePath);break;case Z.LspActions.DIAGNOSTIC_REFRESH:y(g.filePath);break}});return()=>d.unsubscribe()},[]);const A=d=>{var c,g;return(g=(c=m.current)==null?void 0:c._features)==null?void 0:g.find(F=>{var E;return((E=F._registrationType)==null?void 0:E.method)===d})},l=d=>{const c=[],g=A(d);if(g)for(const[F,E]of g._registrations)E.provider&&c.push(E.provider);return c},u=async(d,c,g)=>{var E,G,M;const F=l(B.SemanticTokensRegistrationType.method);if(F[0]){const _=new k.CancellationTokenSource,ee=await Promise.resolve(F[0].full.provideDocumentSemanticTokens(c,_.token)),te=d,xe=ee?He(c,te._themeService,{tokens:ee,legend:(M=(G=(E=m.current)==null?void 0:E._capabilities)==null?void 0:G.semanticTokensProvider)==null?void 0:M.legend},g):null,Ne=ze(c,te._themeService,g);return{semanticTokenInfo:xe,textmateTokenInfo:Ne}}return null},y=d=>{if(m.current){const c=l(B.DocumentDiagnosticRequest.method);for(const g of c)g.onDidChangeDiagnosticsEmitter.fire()}},W=(d,c=B.TextDocumentSaveReason.Manual)=>{var g;(g=m.current)==null||g.sendNotification(B.WillSaveTextDocumentNotification.type,{textDocument:{uri:X(d)},reason:c})},O=(d,c)=>{var g;(g=m.current)==null||g.sendNotification(B.DidSaveTextDocumentNotification.type,{textDocument:{uri:X(d)},text:c})},b=d=>{var c;(c=m.current)==null||c.sendRequest(B.WillCreateFilesRequest.type,{files:[{uri:X(d)}]})},D=(d,c)=>{var g;(g=m.current)==null||g.sendRequest(B.WillRenameFilesRequest.type,{files:[{oldUri:X(d),newUri:X(c)}]})},J=d=>{var c;(c=m.current)==null||c.sendRequest(B.WillDeleteFilesRequest.type,{files:[{uri:X(d)}]})},ve=d=>{var c;(c=m.current)==null||c.sendNotification(B.DidCreateFilesNotification.type,{files:[{uri:X(d)}]})},Se=(d,c)=>{var g;(g=m.current)==null||g.sendNotification(B.DidRenameFilesNotification.type,{files:[{oldUri:X(d),newUri:X(c)}]})},ye=d=>{var c;(c=m.current)==null||c.sendNotification(B.DidDeleteFilesNotification.type,{files:[{uri:X(d)}]})};return v.jsxs(Ce.Provider,{value:{inited:C||!!N,clientRef:m,lastError:N,reload:S,getTokenAtPosition:u},children:[n,v.jsx(Ye,{defaultZoom:i})]})};function Ue(){const n=h.useContext(Ce);if(n===void 0)throw new Error("useLSP must be used within an LSPContext");return n}const me=h.createContext(void 0),Qe=h.memo(({children:n})=>{const[e,t]=h.useState(null);return v.jsx(me.Provider,{value:{editor:e,setEditor:t},children:n})});function fe(){const n=h.useContext(me),e=h.useState(null);if(n===void 0){const[t,i]=e;return{editor:t,setEditor:i}}return n}var Ae={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},oe=h.createContext&&h.createContext(Ae),T=globalThis&&globalThis.__assign||function(){return T=Object.assign||function(n){for(var e,t=1,i=arguments.length;t<i;t++){e=arguments[t];for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(n[o]=e[o])}return n},T.apply(this,arguments)},et=globalThis&&globalThis.__rest||function(n,e){var t={};for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&e.indexOf(i)<0&&(t[i]=n[i]);if(n!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,i=Object.getOwnPropertySymbols(n);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(n,i[o])&&(t[i[o]]=n[i[o]]);return t};function pe(n){return n&&n.map(function(e,t){return h.createElement(e.tag,T({key:t},e.attr),pe(e.child))})}function be(n){return function(e){return h.createElement(tt,T({attr:T({},n.attr)},e),pe(n.child))}}function tt(n){var e=function(t){var i=n.attr,o=n.size,a=n.title,r=et(n,["attr","size","title"]),I=o||t.size||"1em",C;return t.className&&(C=t.className),n.className&&(C=(C?C+" ":"")+n.className),h.createElement("svg",T({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},t.attr,i,r,{className:C,style:T(T({color:n.color||t.color},t.style),n.style),height:I,width:I,xmlns:"http://www.w3.org/2000/svg"}),a&&h.createElement("title",null,a),n.children)};return oe!==void 0?h.createElement(oe.Consumer,null,function(t){return e(t)}):e(Ae)}function nt(n){return be({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 10.5858L9.17157 7.75736L7.75736 9.17157L10.5858 12L7.75736 14.8284L9.17157 16.2426L12 13.4142L14.8284 16.2426L16.2426 14.8284L13.4142 12L16.2426 9.17157L14.8284 7.75736L12 10.5858Z"}}]})(n)}function it(n){return be({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M449.07 399.08L278.64 82.58c-12.08-22.44-44.26-22.44-56.35 0L51.87 399.08A32 32 0 0080 446.25h340.89a32 32 0 0028.18-47.17zm-198.6-1.83a20 20 0 1120-20 20 20 0 01-20 20zm21.72-201.15l-5.74 122a16 16 0 01-32 0l-5.74-121.95a21.73 21.73 0 0121.5-22.69h.21a21.74 21.74 0 0121.73 22.7z"}}]})(n)}const he=({lspProps:{lastError:n,reload:e}})=>{const[t,i]=h.useState(!1),o=()=>{e()},a=()=>{i(!1)};return h.useEffect(()=>{i(!!n)},[n]),t?v.jsxs("div",{className:"flex items-center border-b border-fd-gray-darker bg-grey-800 px-2 py-1.5 text-xs text-grey-50",children:[v.jsxs("span",{className:"flex flex-1 justify-center gap-1",children:[v.jsx(it,{className:"h-4 w-4 text-yellow-600"}),v.jsxs("span",{children:["LSP not loaded."," ",v.jsx("button",{className:"text-primary-dark underline",onClick:o,children:"Reload?"})]})]}),v.jsx("button",{className:"focus:outline-none",children:v.jsx(nt,{className:"h-4 w-4 text-white",onClick:a})})]}):null},ot={provideCompletionItems:(n,e)=>{const t=n.getWordUntilPosition(e);return{suggestions:[{label:"device:xs",kind:s.languages.CompletionItemKind.Snippet,documentation:"Media query for phone device",range:new s.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["@media screen and (max-width: ${1:365px}) {"," self {"," ${2:background-color}:${3:red};"," }","}"].join(`
|
|
103
|
-
`),insertTextRules:
|
|
88
|
+
`);if(this.state==="initial")this.events.splice(0,0,{message:t});else if(this.state==="listening"){const i=JSON.parse(t);this.callback(i)}}}class De extends te.WebSocketMessageWriter{constructor(e,t){super(e),this.onSend=t}async write(e){try{const t=JSON.stringify(e);this.socket.send(t),this.onSend&&this.onSend()}catch(t){this.errorCount++,this.fireError(t,e,this.errorCount)}}}function X(n,e=!0){const t=`/PACKAGE/Project/Sources/${n}`;return e?`file://${t}`:t}function ie(n,e=0){setTimeout(n,e)}function de(n,e){const t=new j.Selection(e.startLineNumber,e.startColumn,e.endLineNumber||e.startLineNumber,e.endColumn||e.startColumn);ie(()=>{n.setSelection(t),n.revealRangeInCenter(t),n.focus()})}function Ie(n,e,t=0){t>0&&(e=t+e),ie(()=>{n.setPosition({lineNumber:e,column:1}),n.revealLineInCenter(e),n.focus()})}function Ge(n,e,t){const o=n.getModel();if(o&&e){const r=o.getLineCount();for(let s=1;s<=r;s++){const m=o.getLineContent(s);if(new RegExp(`(?:Function|function) ${t}`).test(m))return s}}return 0}const Pe={provideCompletionItems:async(n,e)=>{const t=n.getWordUntilPosition(e);return{suggestions:[{label:"var",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["var ${1:var_name} : ${2:var_type}"].join(`
|
|
89
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"While",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["While(${1:expression})"," ${2:body}","End while"].join(`
|
|
90
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"Case of",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["Case of"," :(${1:boolean_expression})"," ${2:body}","End case"].join(`
|
|
91
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"Else",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["Else"," "].join(`
|
|
92
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"If",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["If (${1:expression})"," ${5:body}","End if"].join(`
|
|
93
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"For",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["For(${1:counter};${2:start};${3:end}${4:;increment})"," ${5:body}","End for"].join(`
|
|
94
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"Function",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["Function ${1:function_name}(${2:params}) -> ${3:var_name} : ${4:var_type}"," ${5:body}"].join(`
|
|
95
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet}]}}},Me={provideCompletionItems:async(n,e)=>{const t=n.getWordUntilPosition(e);return{suggestions:[{label:"var",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["var ${1:var_name} : ${2:var_type}"].join(`
|
|
96
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"while",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["while(${1:expression})"," ${2:body}","end"].join(`
|
|
97
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"switch",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["switch"," :(${1:boolean_expression})"," ${2:body}","end"].join(`
|
|
98
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"else",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["else"," "].join(`
|
|
99
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"if",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["if (${1:expression})"," ${5:body}","end"].join(`
|
|
100
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"for",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["for(${1:counter},${2:start},${3:end}${4:,increment})"," ${5:body}","end"].join(`
|
|
101
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"function",kind:a.languages.CompletionItemKind.Snippet,range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["function ${1:function_name}(${2:params}) -> ${3:var_name} : ${4:var_type}"," ${5:body}"].join(`
|
|
102
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet}]}}},Je=[{keybinding:j.KeyMod.CtrlCmd|j.KeyCode.NumpadAdd,command:"editor.action.fontZoomIn"},{keybinding:j.KeyMod.CtrlCmd|j.KeyCode.Equal,command:"editor.action.fontZoomIn"},{keybinding:j.KeyMod.CtrlCmd|j.KeyCode.NumpadSubtract,command:"editor.action.fontZoomOut"},{keybinding:j.KeyMod.CtrlCmd|j.KeyCode.Minus,command:"editor.action.fontZoomOut"},{keybinding:j.KeyMod.CtrlCmd|j.KeyCode.Numpad0,command:"editor.action.fontZoomReset"},{keybinding:j.KeyMod.CtrlCmd|j.KeyCode.Digit0,command:"editor.action.fontZoomReset"}],Ve=({defaultZoom:n})=>(S.useEffect(()=>{n!==void 0&&j.editor.EditorZoom.setZoomLevel(n)},[]),null);ne.loader.config({monaco:a});var q=(n=>(n[n.NotSet=-1]="NotSet",n[n.None=0]="None",n[n.Italic=1]="Italic",n[n.Bold=2]="Bold",n[n.Underline=4]="Underline",n[n.Strikethrough=8]="Strikethrough",n))(q||{}),Ce=(n=>(n[n.None=0]="None",n[n.DefaultForeground=1]="DefaultForeground",n[n.DefaultBackground=2]="DefaultBackground",n))(Ce||{}),me=(n=>(n[n.Other=0]="Other",n[n.Comment=1]="Comment",n[n.String=2]="String",n[n.RegEx=3]="RegEx",n))(me||{});class Y{static getLanguageId(e){return(e&255)>>>0}static getTokenType(e){return(e&768)>>>8}static containsBalancedBrackets(e){return(e&1024)!==0}static getFontStyle(e){return(e&30720)>>>11}static getForeground(e){return(e&16744448)>>>15}static getBackground(e){return(e&4278190080)>>>24}static getClassNameFromMetadata(e){let i="mtk"+this.getForeground(e);const o=this.getFontStyle(e);return o&1&&(i+=" mtki"),o&2&&(i+=" mtkb"),o&4&&(i+=" mtku"),o&8&&(i+=" mtks"),i}static getInlineStyleFromMetadata(e,t){const i=this.getForeground(e),o=this.getFontStyle(e);let r=`color: ${t[i]};`;o&1&&(r+="font-style: italic;"),o&2&&(r+="font-weight: bold;");let s="";return o&4&&(s+=" underline"),o&8&&(s+=" line-through"),s&&(r+=`text-decoration:${s};`),r}static getPresentationFromMetadata(e){const t=this.getForeground(e),i=this.getFontStyle(e);return{foreground:t,italic:!!(i&1),bold:!!(i&2),underline:!!(i&4),strikethrough:!!(i&8)}}}function Ye(n,e,t,i){const o=t.tokens.data,r=n.getLanguageId();let s=0,m=0;const I=i.lineNumber-1,h=i.column-1;for(let C=0;C<o.length;C+=5){const f=o[C],A=o[C+1],N=o[C+2],L=o[C+3],x=o[C+4],w=s+f,b=f===0?m+A:A;if(I===w&&b<=h&&h<b+N){const W=t.legend.tokenTypes[L]||"not in legend (ignored)",p=[];let l=x;for(let V=0;l>0&&V<t.legend.tokenModifiers.length;V++)l&1&&p.push(t.legend.tokenModifiers[V]),l=l>>1;l>0&&p.push("not in legend (ignored)");const u=new j.Range(w+1,b+1,w+1,b+1+N),R={},K=e.getColorTheme().tokenColorMap,v=e.getColorTheme().getTokenStyleMetadata(W,p,r,!0,R);let M;return v&&(M={languageId:void 0,tokenType:me.Other,bold:v==null?void 0:v.bold,italic:v==null?void 0:v.italic,underline:v==null?void 0:v.underline,strikethrough:v==null?void 0:v.strikethrough,foreground:K[(v==null?void 0:v.foreground)||Ce.None],background:void 0}),{type:W,modifiers:p,range:u,metadata:M,definitions:R}}s=w,m=b}return null}function He(n,e,t){let i=null;for(let o=1;o<t;o++)i=e.tokenizeLine(n.getLineContent(o),i).ruleStack;return i}function qe(n,e,t){const i=n.getColorTheme().tokenColorMap,o=Y.getLanguageId(t),r=Y.getTokenType(t),s=Y.getFontStyle(t),m=Y.getForeground(t),I=Y.getBackground(t);return{languageId:e.languageIdCodec.decodeLanguageId(o),tokenType:r,bold:s&q.Bold?!0:void 0,italic:s&q.Italic?!0:void 0,underline:s&q.Underline?!0:void 0,strikethrough:s&q.Strikethrough?!0:void 0,foreground:i[m],background:i[I]}}function _e(n,e,t){const i=t.lineNumber,o=n,r=o._tokenizationTextModelPart.grammarTokens._tokenizer.tokenizationSupport._actual._grammar,s=He(n,r,i),m=r.tokenizeLine(n.getLineContent(i),s),I=r.tokenizeLine2(n.getLineContent(i),s);let h=0;for(let f=m.tokens.length-1;f>=0;f--){const A=m.tokens[f];if(t.column-1>=A.startIndex){h=f;break}}let C=0;for(let f=I.tokens.length>>>1;f>=0;f--)if(t.column-1>=I.tokens[f<<1]){C=f;break}return{token:m.tokens[h],metadata:qe(e,o._languageService,I.tokens[(C<<1)+1])}}const fe=S.createContext(void 0),Ue=({children:n,url:e,qodly:t,defaultZoom:i,openHandler:o,language:r="4d",defaultInited:s=!1})=>{const m=ne.useMonaco(),[I,h]=S.useState(s),[C,f]=S.useState(null),A=S.useRef(),N=S.useRef(0);S.useEffect(()=>{e&&m&&L()},[e,m]);const L=async()=>{if(!m)return;const d=new We.Logger({enabled:process.env.NODE_ENV==="development",debugEnabled:process.env.NODE_ENV==="development"}),c=await ue({logger:d});await le.initServices({caller:"Qodly Code Editor",logger:d,serviceConfig:c}),o&&re.StandaloneServices.get(re.ICodeEditorService).registerCodeEditorOpenHandler(o),m.languages.registerCompletionItemProvider(r,t?Me:Pe);const g=ee.KeybindingsRegistry.getDefaultKeybindings.bind(ee.KeybindingsRegistry);ee.KeybindingsRegistry.getDefaultKeybindings=()=>g().filter(Z=>!["workbench.action.files.saveAs","workbench.action.files.save"].includes(Z.command)),j.editor.addKeybindingRules(Je),m.languages.registerFoldingRangeProvider(r,{provideFoldingRanges:function(k){const Z=[],O=/\\\s*$/;for(let E=1,J=k.getLineCount();E<=J;E++){const _=k.getLineContent(E);if(O.exec(_)){let D=E+1;for(;D<=J;){const Q=k.getLineContent(D);if(O.exec(Q)==null)break;D++}D>E&&(Z.push({start:E,end:D,kind:m.languages.FoldingRangeKind.Region}),E=D)}}return Z}}),x()},x=()=>{f(null);let d;try{d=new WebSocket(localStorage.LSP_SERVER||e)}catch{f(new Event("INVALID_URL"));return}d.onopen=w,d.onclose=b,d.onerror=W,N.current=0},w=async function(){const d=te.toSocket(this),c=new Oe(d),g=new De(d),k=new we.MonacoLanguageClient({name:"4D Language Client",clientOptions:{workspaceFolder:{uri:j.Uri.parse("file:///PACKAGE")},documentSelector:[{scheme:"file",language:r}],errorHandler:{error:()=>({action:oe.ErrorAction.Continue}),closed:()=>({action:oe.CloseAction.DoNotRestart})}},connectionProvider:{get:()=>Promise.resolve({reader:c,writer:g})}});A.current=k;const Z=k.sendRequest.bind(k);A.current.sendRequest=function(O,E,J){return typeof O=="object"&&O.method==="textDocument/diagnostic"&&/file:\/\/\/PACKAGE\/Project\/Sources\/Methods\/__Debugger_.*/.test(E.textDocument.uri)?Promise.resolve():Z(O,E,J)},c.onClose(()=>{k.stop(),N.current<3?setTimeout(()=>{N.current++,x()},1e3):f(new Event("WEBSOCKET_CLOSED"))}),k.needsStart()&&await k.start(),h(!0)},b=()=>{},W=d=>{f(d)};S.useEffect(()=>{const d=F.lspSubject.subscribe(({action:c,payload:g})=>{switch(c){case F.LspActions.WILL_SAVE:K(g.filePath);break;case F.LspActions.DID_SAVE:P(g.filePath,g.content);break;case F.LspActions.WILL_CREATE:v(g.filePath);break;case F.LspActions.DID_CREATE:xe(g.filePath);break;case F.LspActions.WILL_RENAME:M(g.oldPath,g.newPath);break;case F.LspActions.DID_RENAME:Re(g.oldPath,g.newPath);break;case F.LspActions.WILL_DELETE:V(g.filePath);break;case F.LspActions.DID_DELETE:Ne(g.filePath);break;case F.LspActions.DIAGNOSTIC_REFRESH:R(g.filePath);break}});return()=>d.unsubscribe()},[]);const p=d=>{var c,g;return(g=(c=A.current)==null?void 0:c._features)==null?void 0:g.find(k=>{var Z;return((Z=k._registrationType)==null?void 0:Z.method)===d})},l=d=>{const c=[],g=p(d);if(g)for(const[k,Z]of g._registrations)Z.provider&&c.push(Z.provider);return c},u=async(d,c,g)=>{var Z,O,E;const k=l(B.SemanticTokensRegistrationType.method);if(k[0]){const J=new j.CancellationTokenSource,_=await Promise.resolve(k[0].full.provideDocumentSemanticTokens(c,J.token)),$=d,D=_?Ye(c,$._themeService,{tokens:_,legend:(E=(O=(Z=A.current)==null?void 0:Z._capabilities)==null?void 0:O.semanticTokensProvider)==null?void 0:E.legend},g):null,Q=_e(c,$._themeService,g);return{semanticTokenInfo:D,textmateTokenInfo:Q}}return null},R=d=>{if(A.current){const c=l(B.DocumentDiagnosticRequest.method);for(const g of c)g.onDidChangeDiagnosticsEmitter.fire()}},K=(d,c=B.TextDocumentSaveReason.Manual)=>{var g;(g=A.current)==null||g.sendNotification(B.WillSaveTextDocumentNotification.type,{textDocument:{uri:X(d)},reason:c})},P=(d,c)=>{var g;(g=A.current)==null||g.sendNotification(B.DidSaveTextDocumentNotification.type,{textDocument:{uri:X(d)},text:c})},v=d=>{var c;(c=A.current)==null||c.sendRequest(B.WillCreateFilesRequest.type,{files:[{uri:X(d)}]})},M=(d,c)=>{var g;(g=A.current)==null||g.sendRequest(B.WillRenameFilesRequest.type,{files:[{oldUri:X(d),newUri:X(c)}]})},V=d=>{var c;(c=A.current)==null||c.sendRequest(B.WillDeleteFilesRequest.type,{files:[{uri:X(d)}]})},xe=d=>{var c;(c=A.current)==null||c.sendNotification(B.DidCreateFilesNotification.type,{files:[{uri:X(d)}]})},Re=(d,c)=>{var g;(g=A.current)==null||g.sendNotification(B.DidRenameFilesNotification.type,{files:[{oldUri:X(d),newUri:X(c)}]})},Ne=d=>{var c;(c=A.current)==null||c.sendNotification(B.DidDeleteFilesNotification.type,{files:[{uri:X(d)}]})};return y.jsxs(fe.Provider,{value:{inited:I||!!C,clientRef:A,lastError:C,reload:x,getTokenAtPosition:u},children:[n,y.jsx(Ve,{defaultZoom:i})]})};function ze(){const n=S.useContext(fe);if(n===void 0)throw new Error("useLSP must be used within an LSPContext");return n}const pe=S.createContext(void 0),$e=S.memo(({children:n})=>{const[e,t]=S.useState(null);return y.jsx(pe.Provider,{value:{editor:e,setEditor:t},children:n})});function Ae(){const n=S.useContext(pe),e=S.useState(null);if(n===void 0){const[t,i]=e;return{editor:t,setEditor:i}}return n}var be={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},se=S.createContext&&S.createContext(be),G=function(){return G=Object.assign||function(n){for(var e,t=1,i=arguments.length;t<i;t++){e=arguments[t];for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(n[o]=e[o])}return n},G.apply(this,arguments)},Qe=function(n,e){var t={};for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&e.indexOf(i)<0&&(t[i]=n[i]);if(n!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,i=Object.getOwnPropertySymbols(n);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(n,i[o])&&(t[i[o]]=n[i[o]]);return t};function he(n){return n&&n.map(function(e,t){return S.createElement(e.tag,G({key:t},e.attr),he(e.child))})}function ve(n){return function(e){return S.createElement(en,G({attr:G({},n.attr)},e),he(n.child))}}function en(n){var e=function(t){var i=n.attr,o=n.size,r=n.title,s=Qe(n,["attr","size","title"]),m=o||t.size||"1em",I;return t.className&&(I=t.className),n.className&&(I=(I?I+" ":"")+n.className),S.createElement("svg",G({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},t.attr,i,s,{className:I,style:G(G({color:n.color||t.color},t.style),n.style),height:m,width:m,xmlns:"http://www.w3.org/2000/svg"}),r&&S.createElement("title",null,r),n.children)};return se!==void 0?S.createElement(se.Consumer,null,function(t){return e(t)}):e(be)}function nn(n){return ve({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 10.5858L9.17157 7.75736L7.75736 9.17157L10.5858 12L7.75736 14.8284L9.17157 16.2426L12 13.4142L14.8284 16.2426L16.2426 14.8284L13.4142 12L16.2426 9.17157L14.8284 7.75736L12 10.5858Z"}}]})(n)}function tn(n){return ve({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M449.07 399.08L278.64 82.58c-12.08-22.44-44.26-22.44-56.35 0L51.87 399.08A32 32 0 0080 446.25h340.89a32 32 0 0028.18-47.17zm-198.6-1.83a20 20 0 1120-20 20 20 0 01-20 20zm21.72-201.15l-5.74 122a16 16 0 01-32 0l-5.74-121.95a21.73 21.73 0 0121.5-22.69h.21a21.74 21.74 0 0121.73 22.7z"}}]})(n)}const Se=({lspProps:{lastError:n,reload:e}})=>{const[t,i]=S.useState(!1),o=()=>{e()},r=()=>{i(!1)};return S.useEffect(()=>{i(!!n)},[n]),t?y.jsxs("div",{className:"flex items-center border-b border-fd-gray-darker bg-grey-800 px-2 py-1.5 text-xs text-grey-50",children:[y.jsxs("span",{className:"flex flex-1 justify-center gap-1",children:[y.jsx(tn,{className:"h-4 w-4 text-yellow-600"}),y.jsxs("span",{children:["LSP not loaded."," ",y.jsx("button",{className:"text-primary-dark underline",onClick:o,children:"Reload?"})]})]}),y.jsx("button",{className:"focus:outline-none",children:y.jsx(nn,{className:"h-4 w-4 text-white",onClick:r})})]}):null},on={provideCompletionItems:(n,e)=>{const t=n.getWordUntilPosition(e);return{suggestions:[{label:"device:xs",kind:a.languages.CompletionItemKind.Snippet,documentation:"Media query for phone device",range:new a.Range(e.lineNumber,t.startColumn,e.lineNumber,t.endColumn),insertText:["@media screen and (max-width: ${1:365px}) {"," self {"," ${2:background-color}:${3:red};"," }","}"].join(`
|
|
103
|
+
`),insertTextRules:a.languages.CompletionItemInsertTextRule.InsertAsSnippet}]}}},rn="#/definitions/Condition",sn={Base:{type:"object",properties:{id:{type:"string"},name:{type:"string"}},required:["id"]},Condition:{oneOf:[{$ref:"#/definitions/Datasource"},{$ref:"#/definitions/Privilege"},{$ref:"#/definitions/Combination"},{$ref:"#/definitions/CurrentState"},{$ref:"#/definitions/ParentState"},{$ref:"#/definitions/Reference"}]},Datasource:{allOf:[{$ref:"#/definitions/Base"}],properties:{type:{const:"datasource"},path:{type:"string"},value:{type:["number","string","boolean","object","array","null"]},valueType:{enum:["datasource","hardCoded"]},dataType:{enum:["string","number","date","boolean","array","object"]},op:{enum:["eq","neq","regex","in","nin","gt","gte","lt","lte"]}},required:["name","type","path","value","op"]},Privilege:{allOf:[{$ref:"#/definitions/Base"}],properties:{type:{const:"privilege"},value:{type:"string"},valueType:{enum:["datasource","hardCoded"]},op:{enum:["eq","neq","regex"]}},required:["name","type","value","op"]},Combination:{allOf:[{$ref:"#/definitions/Base"}],properties:{type:{const:"combination"},op:{enum:["and","or"]},conditions:{type:"array",items:{$ref:"#/definitions/Condition"}}},required:["type","conditions","op"]},CurrentState:{allOf:[{$ref:"#/definitions/Base"}],properties:{type:{const:"currentState"},value:{type:"string"},valueType:{enum:["datasource","hardCoded"]},dataType:{enum:["string","number","date","boolean","array","object"]},op:{enum:["eq","neq","regex"]}},required:["name","type","value","op"]},ParentState:{allOf:[{$ref:"#/definitions/Base"}],properties:{type:{const:"parentState"},value:{type:"string"},valueType:{enum:["datasource","hardCoded"]},dataType:{enum:["string","number","date","boolean","array","object"]},op:{enum:["eq","neq","regex"]}},required:["name","type","value","op"]},Reference:{allOf:[{$ref:"#/definitions/Base"}],properties:{type:{const:"reference"},ref:{type:"string"}},required:["type","ref"]}},an={$ref:rn,definitions:sn},ln="array",cn={type:"object",properties:{class:{type:"string"},method:{type:"string"},regexPattern:{type:"string"},verbs:{type:"string"}}},gn={type:ln,items:cn};function un(n,e){const t=document.createElement("style");t.dataset.id=e,t.textContent=n,document.head.append(t)}function dn(n){return Array.from(document.styleSheets).find(e=>e.ownerNode.getAttribute("data-id")===n)}function In(n,e){const t=[];let i=[];const o=[],r=(l,u,R,K)=>{t.push({startLineNumber:l,endLineNumber:R,startColumn:u,endColumn:K}),h(),I()},s=l=>{o.indexOf(l)<0&&o.push(l)},m=l=>{const u=o.indexOf(l);u<0||o.splice(u,1)},I=()=>{for(const l of o)try{l(i)}catch(u){console.error(u)}},h=()=>{const l=n.getModel();l&&(i=mn(t.map(u=>[l.getOffsetAt({lineNumber:u.startLineNumber,column:u.startColumn}),l.getOffsetAt({lineNumber:u.endLineNumber,column:u.endColumn})]),!0),i.length>0&&(i[0][0]<=0&&(i[0][0]=Number.NEGATIVE_INFINITY),i[i.length-1][1]>=l.getValueLength()&&(i[i.length-1][1]=Number.POSITIVE_INFINITY)))},C=l=>{const u={isDeletion:!1,isAddition:!1,isReplacement:!1};return l.text===""?u.isDeletion=!0:l.range.startLineNumber===l.range.endLineNumber&&l.range.startColumn===l.range.endColumn?u.isAddition=!0:u.isReplacement=!0,u},f=n.onDidChangeModel(l=>{h(),W()}),A=n.onDidChangeModelContent(l=>{if(!l.isUndoing)for(const u of l.changes){const R=C(u);if(R.isReplacement||R.isDeletion||R.isAddition){const K=t.some(v=>u.range.startLineNumber>=v.startLineNumber&&u.range.endLineNumber<=v.endLineNumber&&u.range.startColumn>=v.startColumn&&u.range.endColumn<=v.endColumn),P=!K&&e&&u.range.startLineNumber===1&&u.range.startColumn===1&&!F.hasAttributesString(u.text);if(K||P){const v=n.getModel();if(v){v.undo();return}}}}}),N=()=>{f.dispose(),A.dispose()};let L=[],x=`
|
|
104
104
|
.idoc-readonly-mark {
|
|
105
105
|
cursor: not-allowed;
|
|
106
106
|
z-index: 1;
|
|
107
107
|
}
|
|
108
|
-
`;if(S){const l="monaco-read-only";dt(l)||ut(S,l),S=null}const w=()=>{r(j),j()},f=()=>{I(j),L=n.deltaDecorations(L,[])},j=()=>{const l=n.getModel();l&&(L=n.deltaDecorations(L,i.map(A(l))))},A=l=>u=>{const y=l.getPositionAt(u[0]),W=l.getPositionAt(u[1]);return{range:new s.Range(y.lineNumber,y.column,W.lineNumber,W.column),options:{className:"idoc-readonly-mark"}}};return{get buffer(){return i},exclude:a,attach:r,detach:I,dispose:R,show:w,hide:f}}function Ct(n,e,t){let i=!1;const o=f=>f[1]<f[0]?(i=!0,[[f[1],f[0]]]):[[...f]],a=f=>i?f.map(j=>j[1]>j[0]?I(j):j).reverse():f;let r;const I=f=>(r=f[1],f[1]=f[0],f[0]=r,f),C=o(n);let x,N,p,m,R,L,S,w;p=C[0];for(N of e)for(S=N[0],w=N[1],m=0;m<C.length;m++){if(p=C[m],R=p[0],L=p[1],R<S)L<S?x=[p]:L<=w?x=[[R,S-1]]:x=[[R,S-1],[w+1,L]];else if(R<=w)if(S===Number.NEGATIVE_INFINITY){const f=w+1;x=t===0?[]:[[f,L>f?L:f]]}else w===Number.POSITIVE_INFINITY?x=t===0?[]:[[S-1,S-1]]:L<=w?x=t<0?[[S-1,S-1]]:t>0?[[w+1,w+1]]:[]:x=[[w+1,L]];else x=[p];if(C.splice(m,1,...x),C.length===1&&C[0][1]<S)return a(C)}return a(C)}function mt(n,e){if(n.length<2)return n;const t=[];let i=null,o,a;n=n.map(r=>(r[1]<r[0]&&(o=r[1],r[1]=r[0],r[1]=o),r)).sort((r,I)=>r[0]-I[0]),t.push(n[0]);for(let r=1;r<n.length;r++)i=t[t.length-1],a=n[r],i[1]===a[0]&&!e?t.push(a):i[1]===a[0]-1&&e?(i[1]=a[1],t.splice(t.length-1,1,i)):i[1]<a[0]?t.push(a):i[1]<a[1]&&(i[1]=a[1],t.splice(t.length-1,1,i));return t}function V(n,e){return e.bind(n)}class ft{constructor(e,t){K(this,"editor");K(this,"intervals");K(this,"disposables",[]);K(this,"prefer",1);K(this,"lastPrefer",1);K(this,"onCursor",V(this,function(e){if(e.source==="api")return;const t=this.getApprovedSelections();t.length!==0&&this.editor.setSelections(t)}));K(this,"onRectangleSelectionStart",V(this,function({event:e}){e.middleButton&&(this.lastPrefer=this.prefer,this.prefer=0,window.addEventListener("pointerup",this.onRectangleSelectionStop))}));K(this,"onRectangleSelectionStop",V(this,function(){this.prefer=this.lastPrefer,window.removeEventListener("pointerup",this.onRectangleSelectionStop)}));K(this,"onKey",V(this,function(e){const t=e.keyCode,i=s.KeyCode;if(e.altKey||i.F1<=t&&t<=i.F19||e.ctrlKey&&t!==i.Backspace)return;if(t===i.UpArrow||t===i.LeftArrow||t===i.Home||t===i.PageUp){this.prefer=-1;return}if(t===i.DownArrow||t===i.RightArrow||t===i.End||t===i.PageDown){this.prefer=1;return}const o=this.getSelections(),a=this.intervals.buffer;let r;if(t===i.Delete)r=I=>I[0]===I[1]&&a.find(C=>I[1]+1===C[0])!=null;else if(t===i.Backspace)r=I=>I[0]===I[1]&&a.find(C=>C[1]+1===I[0])!=null;else return;o.findIndex(r)!==-1&&(e.stopPropagation(),e.preventDefault())}));K(this,"getOffsetAt",V(this,function(e){let t;for(let i=0;i<this.intervals.buffer.length;i++)if(t=this.intervals.buffer[i],e<=t[1])return t[0]-e<e-t[1]?t[0]:t[1]}));var i;this.editor=e,this.intervals=It(e,t),(i=this.editor.getModel())==null||i.setEOL(s.editor.EndOfLineSequence.LF)}enable(){this.disposables.push(this.editor.onDidChangeCursorPosition(this.onCursor),this.editor.onKeyDown(this.onKey),this.editor.onMouseDown(this.onRectangleSelectionStart)),this.intervals.show()}dispose(){for(const e of this.disposables)e.dispose();this.disposables.splice(0)}exclude(e,t,i,o){arguments.length===1?this.intervals.exclude(e,0,e,Number.MAX_SAFE_INTEGER):this.intervals.exclude(e,t,i,o)}getApprovedSelections(){const e=this.editor.getModel();return this.getSelections().map(i=>Ct(i,this.intervals.buffer,this.prefer)).flat().map(i=>{const o=e.getPositionAt(i[0]),a=e.getPositionAt(i[1]);return new s.Selection(o.lineNumber,o.column,a.lineNumber,a.column)})}getSelections(){const e=this.editor.getModel();return(this.editor.getSelections()||[]).map(t=>[e.getOffsetAt({lineNumber:t.selectionStartLineNumber,column:t.selectionStartColumn}),e.getOffsetAt({lineNumber:t.positionLineNumber,column:t.positionColumn})])}}const At=new RegExp("^[ s]+(exposed|Function)","i"),re=()=>v.jsx("div",{className:"absolute inset-0 animate-pulse",children:v.jsx("div",{className:"w-full space-y-4 px-4 py-1",children:v.jsxs("div",{className:"space-y-2",children:[v.jsx("div",{className:"h-3 w-3/4 rounded bg-grey-200"}),v.jsx("div",{className:"h-3 rounded bg-grey-200"}),v.jsx("div",{className:"h-3 w-5/6 rounded bg-grey-200"}),v.jsx("div",{className:"h-3 rounded bg-grey-200"}),v.jsx("div",{className:"h-3 rounded bg-grey-200"})]})})}),H=["fd-dark"],pt=({path:n,initialValue:e,type:t,language:i,onChange:o,options:a={},extra:r={},showAlerts:I=!1,lspProps:C,theme:x=H[0],...N})=>{const{initialLineInfo:p,initialSelectionInfo:m}=r,{editor:R,setEditor:L}=fe(),{inited:S}=C;function w(A){i==="css"&&A.languages.registerCompletionItemProvider("css",ot),i==="json"&&A.languages.json&&A.languages.json.jsonDefaults.setDiagnosticsOptions({validate:!0,schemas:[{uri:"condition-schema.json",fileMatch:["*.condition.json"],schema:at},{uri:"handlers-schema.json",fileMatch:[Z.HTTP_HANDLERS_PATH],schema:gt}]})}function f(A,l){L(A);const u=A.getModel();if(u&&(u.updateOptions({insertSpaces:!1}),A.onKeyUp(()=>{var W;const y=(W=A.getPosition())==null?void 0:W.lineNumber;if(y){const O=u.getLineFirstNonWhitespaceColumn(y),b=u.getLineLength(y),D=u.getLineContent(y);At.test(D)&&A.executeEdits("edit-handler",[{range:new l.Range(y,0,y,b),text:D.substr(O-1,b-O)}])}})),t===Z.FileFolderType.METHOD&&Z.hasAttributesString(e)){const y=new ft(A,!0);y.exclude(1,1,1,Number.POSITIVE_INFINITY),y.enable()}}h.useEffect(()=>{if(!R)return;const{line:A,offset:l}=p||{};A&&ue(R,A,l)},[p,R]),h.useEffect(()=>{if(!R)return;const{selection:A}=m||{};A&&ge(R,A)},[m,R]);const j=A=>H.includes(A)?A:H[0];return S?v.jsxs(v.Fragment,{children:[I?v.jsx(he,{lspProps:C}):null,v.jsx($.Editor,{options:{readOnly:!0,fontSize:12,"semanticHighlighting.enabled":!0,padding:{top:10},...a},path:X(n),value:e,theme:j(x),onChange:A=>o&&o(A||""),language:i,beforeMount:w,onMount:f,loading:v.jsx(re,{}),...N})]}):v.jsx(re,{})},bt={name:"4d",displayName:"%displayName%",description:"%description%",version:"1.0.0",publisher:"vscode",engines:{vscode:"0.10.x"},categories:["Programming Languages"],contributes:{languages:[{id:"4d",aliases:["4D","4d"],extensions:[".4dm",".4qs"],configuration:"./language-configuration.json"}],grammars:[{language:"4d",scopeName:"source.4dm",path:"./syntaxes/4d.tmLanguage.json"}]}},{registerFileUrl:q,whenReady:vt}=Ke.registerExtension(bt,void 0,{system:!0});q("./syntaxes/4d.tmLanguage.json",new URL("data:application/json;base64,ewogICJuYW1lIjogIjREIiwKICAic2NvcGVOYW1lIjogInNvdXJjZS40ZG0iLAogICJwYXR0ZXJucyI6IFsKICAgIHsKICAgICAgImluY2x1ZGUiOiAiI3N0YXRlbWVudHMiCiAgICB9CiAgXSwKICAicmVwb3NpdG9yeSI6IHsKICAgICJzdGF0ZW1lbnRzIjogewogICAgICAicGF0dGVybnMiOiBbCiAgICAgICAgewogICAgICAgICAgImluY2x1ZGUiOiAiI2NvbW1lbnQiCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgImNvbW1lbnQiOiB7CiAgICAgICJwYXR0ZXJucyI6IFsKICAgICAgICB7CiAgICAgICAgICAibmFtZSI6ICJjb21tZW50LmJsb2NrLjRkIiwKICAgICAgICAgICJiZWdpbiI6ICIoL1xcKikoPzpcXHMqKChAKWludGVybmFsKSg/PVxcc3woXFwqLykpKT8iLAogICAgICAgICAgImJlZ2luQ2FwdHVyZXMiOiB7CiAgICAgICAgICAgICIxIjogewogICAgICAgICAgICAgICJuYW1lIjogInB1bmN0dWF0aW9uLmRlZmluaXRpb24uY29tbWVudC40ZCIKICAgICAgICAgICAgfSwKICAgICAgICAgICAgIjIiOiB7CiAgICAgICAgICAgICAgIm5hbWUiOiAic3RvcmFnZS50eXBlLmludGVybmFsZGVjbGFyYXRpb24uNGQiCiAgICAgICAgICAgIH0sCiAgICAgICAgICAgICIzIjogewogICAgICAgICAgICAgICJuYW1lIjogInB1bmN0dWF0aW9uLmRlY29yYXRvci5pbnRlcm5hbGRlY2xhcmF0aW9uLjRkIgogICAgICAgICAgICB9CiAgICAgICAgICB9LAogICAgICAgICAgImVuZCI6ICJcXCovIiwKICAgICAgICAgICJlbmRDYXB0dXJlcyI6IHsKICAgICAgICAgICAgIjAiOiB7CiAgICAgICAgICAgICAgIm5hbWUiOiAicHVuY3R1YXRpb24uZGVmaW5pdGlvbi5jb21tZW50LjRkIgogICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiYmVnaW4iOiAiKF5bIFxcdF0rKT8oKC8vKSg/OlxccyooKEApaW50ZXJuYWwpKD89XFxzfCQpKT8pIiwKICAgICAgICAgICJiZWdpbkNhcHR1cmVzIjogewogICAgICAgICAgICAiMSI6IHsKICAgICAgICAgICAgICAibmFtZSI6ICJwdW5jdHVhdGlvbi53aGl0ZXNwYWNlLmNvbW1lbnQubGVhZGluZy40ZCIKICAgICAgICAgICAgfSwKICAgICAgICAgICAgIjIiOiB7CiAgICAgICAgICAgICAgIm5hbWUiOiAiY29tbWVudC5saW5lLmRvdWJsZS1zbGFzaC40ZCIKICAgICAgICAgICAgfSwKICAgICAgICAgICAgIjMiOiB7CiAgICAgICAgICAgICAgIm5hbWUiOiAicHVuY3R1YXRpb24uZGVmaW5pdGlvbi5jb21tZW50LjRkIgogICAgICAgICAgICB9LAogICAgICAgICAgICAiNCI6IHsKICAgICAgICAgICAgICAibmFtZSI6ICJzdG9yYWdlLnR5cGUuaW50ZXJuYWxkZWNsYXJhdGlvbi40ZCIKICAgICAgICAgICAgfSwKICAgICAgICAgICAgIjUiOiB7CiAgICAgICAgICAgICAgIm5hbWUiOiAicHVuY3R1YXRpb24uZGVjb3JhdG9yLmludGVybmFsZGVjbGFyYXRpb24uNGQiCiAgICAgICAgICAgIH0KICAgICAgICAgIH0sCiAgICAgICAgICAiZW5kIjogIig/PSQpIiwKICAgICAgICAgICJjb250ZW50TmFtZSI6ICJjb21tZW50LmxpbmUuZG91YmxlLXNsYXNoLjRkIgogICAgICAgIH0KICAgICAgXQogICAgfQogIH0KfQo=",self.location).toString(),{mimeType:"application/json",size:1592});q("./language-configuration.json",new URL("data:application/json;base64,ewogICJjb21tZW50cyI6IHsKICAgICJsaW5lQ29tbWVudCI6ICIvLyIsCiAgICAiYmxvY2tDb21tZW50IjogWyIvKioiLCAiKiovIl0KICB9LAogIC8vIHN5bWJvbHMgdXNlZCBhcyBicmFja2V0cwogICJicmFja2V0cyI6IFsKICAgIFsieyIsICJ9Il0sCiAgICBbIigiLCAiKSJdLAogICAgWyJbIiwgIl0iXQogIF0sCiAgLy8gc3ltYm9scyB0aGF0IGFyZSBhdXRvIGNsb3NlZCB3aGVuIHR5cGluZwogIC8vIHN5bWJvbHMgdGhhdCB0aGF0IGNhbiBiZSB1c2VkIHRvIHN1cnJvdW5kIGEgc2VsZWN0aW9uCiAgInN1cnJvdW5kaW5nUGFpcnMiOiBbCiAgICBbInsiLCAifSJdLAogICAgWyJbIiwgIl0iXSwKICAgIFsiKCIsICIpIl0sCiAgICBbIlwiIiwgIlwiIl0sCiAgICBbIiciLCAiJyJdCiAgXSwKICAiYXV0b0Nsb3NpbmdQYWlycyI6IFsKICAgIHsKICAgICAgIm9wZW4iOiAiKCIsCiAgICAgICJjbG9zZSI6ICIpIgogICAgfSwKICAgIHsgIm9wZW4iOiAieyIsICJjbG9zZSI6ICJ9IiB9LAogICAgeyAib3BlbiI6ICJbIiwgImNsb3NlIjogIl0iIH0sCiAgICB7ICJvcGVuIjogIiciLCAiY2xvc2UiOiAiJyIsICJub3RJbiI6IFsic3RyaW5nIiwgImNvbW1lbnQiXSB9LAogICAgeyAib3BlbiI6ICJcIiIsICJjbG9zZSI6ICJcIiIsICJub3RJbiI6IFsic3RyaW5nIl0gfSwKICAgIHsgIm9wZW4iOiAiYCIsICJjbG9zZSI6ICJgIiwgIm5vdEluIjogWyJzdHJpbmciLCAiY29tbWVudCJdIH0sCiAgICB7ICJvcGVuIjogIi8qKiIsICJjbG9zZSI6ICIgKiovIiwgIm5vdEluIjogWyJzdHJpbmciXSB9CiAgXSwKICAiYXV0b0Nsb3NlQmVmb3JlIjogIjs6Liw9fV0pPmAgXG5cdCIsCiAgIndvcmRQYXR0ZXJuIjogIigtP1xcZCpcXC5cXGRcXHcqKXwoW15cXGBcXH5cXCFcXEBcXCNcXCVcXF5cXCZcXCpcXChcXClcXC1cXD1cXCtcXFtcXHtcXF1cXH1cXFxcXFx8XFw7XFw6XFwnXFxcIlxcLFxcLlxcPFxcPlxcL1xcP1xcclxcblxcdFxcZlxcdiBdKyl8KD88PVthLXpBLVpdKSA/KD89W2EtekEtWl0pIiwKICAiaW5kZW50YXRpb25SdWxlcyI6IHsKICAgICJpbmNyZWFzZUluZGVudFBhdHRlcm4iOiB7CiAgICAgICJwYXR0ZXJuIjogIiheKD8hW15cXHNdKSpcXHMqKGNsYXNzIGNvbnN0cnVjdG9yKSl8KF4oPyFbXlxcc10pKlxccyooZXhwb3NlZHxsb2NhbHxcXHMqKXsxfVxccypmdW5jdGlvbnsxfVxccypcXHcpfCheKD8hW15cXHNdKSpcXHMqKElmfEVsc2V8Rm9yfEZvciBlYWNofFdoaWxlfEJlZ2luIFNRTHxDYXNlIG9mfFVzZXxSZXBlYXR8OiAqXFwoLiopKS4qJCIsCiAgICAgICJmbGFncyI6ICJpIgogICAgfSwKICAgICJkZWNyZWFzZUluZGVudFBhdHRlcm4iOiB7CiAgICAgICJwYXR0ZXJuIjogIiheKD8hW15cXHNdKSpcXHMqKGV4cG9zZWR8bG9jYWx8XFxzKil7MX1cXHMqZnVuY3Rpb257MX1cXHMqXFx3KXwoRW5kIElmfEVuZCBGb3J8RWxzZXxFbmQgZm9yIGVhY2h8RW5kIFdoaWxlfEVuZCBTUUx8RW5kIGNhc2V8RW5kIHVzZXxVbnRpbHw6ICpcXCguKikuKiQiLAogICAgICAiZmxhZ3MiOiAiaSIKICAgIH0KICB9LAogICJvbkVudGVyUnVsZXMiOiBbCiAgICB7CiAgICAgICJiZWZvcmVUZXh0IjogewogICAgICAgICJwYXR0ZXJuIjogIl5leHBvc2VkIiwKICAgICAgICAiZmxhZ3MiOiAiaSIKICAgICAgfSwKICAgICAgImFjdGlvbiI6IHsgImluZGVudCI6ICJpbmRlbnQiLCAiaW5kZW50QWN0aW9uIjogMSB9CiAgICB9CiAgXQp9Cg==",self.location).toString(),{mimeType:"application/json",size:1723});q("package.json",new URL("data:application/json;base64,ewogICJuYW1lIjogIjRkIiwKICAiZGlzcGxheU5hbWUiOiAiJWRpc3BsYXlOYW1lJSIsCiAgImRlc2NyaXB0aW9uIjogIiVkZXNjcmlwdGlvbiUiLAogICJ2ZXJzaW9uIjogIjEuMC4wIiwKICAicHVibGlzaGVyIjogInZzY29kZSIsCiAgImxpY2Vuc2UiOiAiTUlUIiwKICAiZW5naW5lcyI6IHsKICAgICJ2c2NvZGUiOiAiMC4xMC54IgogIH0sCiAgInNjcmlwdHMiOiB7CiAgICAidXBkYXRlLWdyYW1tYXIiOiAibm9kZSAuLi9ub2RlX21vZHVsZXMvdnNjb2RlLWdyYW1tYXItdXBkYXRlci9iaW4gbWljcm9zb2Z0L3ZzY29kZS00ZCBncmFtbWFycy80ZC5jc29uIC4vc3ludGF4ZXMvNGQudG1MYW5ndWFnZS5qc29uIgogIH0sCiAgImNhdGVnb3JpZXMiOiBbCiAgICAiUHJvZ3JhbW1pbmcgTGFuZ3VhZ2VzIgogIF0sCiAgImNvbnRyaWJ1dGVzIjogewogICAgImxhbmd1YWdlcyI6IFsKICAgICAgewogICAgICAgICJpZCI6ICI0ZCIsCiAgICAgICAgImFsaWFzZXMiOiBbCiAgICAgICAgICAiNEQiLAogICAgICAgICAgIjRkIgogICAgICAgIF0sCiAgICAgICAgImV4dGVuc2lvbnMiOiBbCiAgICAgICAgICAiLjRkbSIsCiAgICAgICAgICAiLjRxcyIKICAgICAgICBdLAogICAgICAgICJjb25maWd1cmF0aW9uIjogIi4vbGFuZ3VhZ2UtY29uZmlndXJhdGlvbi5qc29uIgogICAgICB9CiAgICBdLAogICAgImdyYW1tYXJzIjogWwogICAgICB7CiAgICAgICAgImxhbmd1YWdlIjogIjRkIiwKICAgICAgICAic2NvcGVOYW1lIjogInNvdXJjZS40ZG0iLAogICAgICAgICJwYXRoIjogIi4vc3ludGF4ZXMvNGQudG1MYW5ndWFnZS5qc29uIgogICAgICB9CiAgICBdCiAgfSwKICAicmVwb3NpdG9yeSI6IHsKICAgICJ0eXBlIjogImdpdCIsCiAgICAidXJsIjogImh0dHBzOi8vZ2l0aHViLmNvbS9taWNyb3NvZnQvdnNjb2RlLmdpdCIKICB9Cn0K",self.location).toString(),{mimeType:"application/json",size:1006});q("package.nls.json",new URL("data:application/json;base64,ewogICJkaXNwbGF5TmFtZSI6ICI0RCBMYW5ndWFnZSBCYXNpY3MiLAogICJkZXNjcmlwdGlvbiI6ICJQcm92aWRlcyBzeW50YXggaGlnaGxpZ2h0aW5nIGFuZCBicmFja2V0IG1hdGNoaW5nIGZvciA0RE0gYW5kIDRRUyBmaWxlcy4iCn0K",self.location).toString(),{mimeType:"application/json",size:135});exports.Alerts=he;exports.CodeEditor=pt;exports.CodeEditorProvider=Qe;exports.LSPProvider=$e;exports.SUPPORTED_THEMES=H;exports._await=Q;exports.configureServices=ce;exports.getFileSystemPath=X;exports.getFunctionOffset=Je;exports.initMonacoUserConfiguration=le;exports.jumpToLine=ue;exports.jumpToSelection=ge;exports.useCodeEditor=fe;exports.useLSP=Ue;
|
|
108
|
+
`;if(x){const l="monaco-read-only";dn(l)||un(x,l),x=null}const w=()=>{s(W),W()},b=()=>{m(W),L=n.deltaDecorations(L,[])},W=()=>{const l=n.getModel();l&&(L=n.deltaDecorations(L,i.map(p(l))))},p=l=>u=>{const R=l.getPositionAt(u[0]),K=l.getPositionAt(u[1]);return{range:new a.Range(R.lineNumber,R.column,K.lineNumber,K.column),options:{className:"idoc-readonly-mark"}}};return{get buffer(){return i},exclude:r,attach:s,detach:m,dispose:N,show:w,hide:b}}function Cn(n,e,t){let i=!1;const o=b=>b[1]<b[0]?(i=!0,[[b[1],b[0]]]):[[...b]],r=b=>i?b.map(W=>W[1]>W[0]?m(W):W).reverse():b;let s;const m=b=>(s=b[1],b[1]=b[0],b[0]=s,b),I=o(n);let h,C,f,A,N,L,x,w;f=I[0];for(C of e)for(x=C[0],w=C[1],A=0;A<I.length;A++){if(f=I[A],N=f[0],L=f[1],N<x)L<x?h=[f]:L<=w?h=[[N,x-1]]:h=[[N,x-1],[w+1,L]];else if(N<=w)if(x===Number.NEGATIVE_INFINITY){const b=w+1;h=t===0?[]:[[b,L>b?L:b]]}else w===Number.POSITIVE_INFINITY?h=t===0?[]:[[x-1,x-1]]:L<=w?h=t<0?[[x-1,x-1]]:t>0?[[w+1,w+1]]:[]:h=[[w+1,L]];else h=[f];if(I.splice(A,1,...h),I.length===1&&I[0][1]<x)return r(I)}return r(I)}function mn(n,e){if(n.length<2)return n;const t=[];let i=null,o,r;n=n.map(s=>(s[1]<s[0]&&(o=s[1],s[1]=s[0],s[1]=o),s)).sort((s,m)=>s[0]-m[0]),t.push(n[0]);for(let s=1;s<n.length;s++)i=t[t.length-1],r=n[s],i[1],r[0],i[1]===r[0]-1&&e?(i[1]=r[1],t.splice(t.length-1,1,i)):i[1]<r[0]?t.push(r):i[1]<r[1]&&(i[1]=r[1],t.splice(t.length-1,1,i));return t}function H(n,e){return e.bind(n)}class fn{constructor(e,t){var i;this.disposables=[],this.prefer=1,this.lastPrefer=1,this.onCursor=H(this,function(o){if(o.source==="api")return;const r=this.getApprovedSelections();r.length!==0&&this.editor.setSelections(r)}),this.onRectangleSelectionStart=H(this,function({event:o}){o.middleButton&&(this.lastPrefer=this.prefer,this.prefer=0,window.addEventListener("pointerup",this.onRectangleSelectionStop))}),this.onRectangleSelectionStop=H(this,function(){this.prefer=this.lastPrefer,window.removeEventListener("pointerup",this.onRectangleSelectionStop)}),this.onKey=H(this,function(o){const r=o.keyCode,s=a.KeyCode;if(o.altKey||s.F1<=r&&r<=s.F19||o.ctrlKey&&r!==s.Backspace)return;if(r===s.UpArrow||r===s.LeftArrow||r===s.Home||r===s.PageUp){this.prefer=-1;return}if(r===s.DownArrow||r===s.RightArrow||r===s.End||r===s.PageDown){this.prefer=1;return}const m=this.getSelections(),I=this.intervals.buffer;let h;if(r===s.Delete)h=C=>C[0]===C[1]&&I.find(f=>C[1]+1===f[0])!=null;else if(r===s.Backspace)h=C=>C[0]===C[1]&&I.find(f=>f[1]+1===C[0])!=null;else return;m.findIndex(h)!==-1&&(o.stopPropagation(),o.preventDefault())}),this.getOffsetAt=H(this,function(o){let r;for(let s=0;s<this.intervals.buffer.length;s++)if(r=this.intervals.buffer[s],o<=r[1])return r[0]-o<o-r[1]?r[0]:r[1]}),this.editor=e,this.intervals=In(e,t),(i=this.editor.getModel())==null||i.setEOL(a.editor.EndOfLineSequence.LF)}enable(){this.disposables.push(this.editor.onDidChangeCursorPosition(this.onCursor),this.editor.onKeyDown(this.onKey),this.editor.onMouseDown(this.onRectangleSelectionStart)),this.intervals.show()}dispose(){for(const e of this.disposables)e.dispose();this.disposables.splice(0)}exclude(e,t,i,o){arguments.length===1?this.intervals.exclude(e,0,e,Number.MAX_SAFE_INTEGER):this.intervals.exclude(e,t,i,o)}getApprovedSelections(){const e=this.editor.getModel();return this.getSelections().map(i=>Cn(i,this.intervals.buffer,this.prefer)).flat().map(i=>{const o=e.getPositionAt(i[0]),r=e.getPositionAt(i[1]);return new a.Selection(o.lineNumber,o.column,r.lineNumber,r.column)})}getSelections(){const e=this.editor.getModel();return(this.editor.getSelections()||[]).map(t=>[e.getOffsetAt({lineNumber:t.selectionStartLineNumber,column:t.selectionStartColumn}),e.getOffsetAt({lineNumber:t.positionLineNumber,column:t.positionColumn})])}}const pn=new RegExp("^[ s]+(exposed|Function)","i"),ye=({lineNumber:n,editor:e,type:t,source:i})=>{var h;const o=t===F.FileFolderType.METHOD||t===F.FileFolderType.DEBUGGER&&((h=i==null?void 0:i.codeDescriptorInfo)==null?void 0:h.type)===F.SourceCodeDescriptor.METHOD;if(n===1)return o?"":"1";const r=e==null?void 0:e.getModel(),s=(r==null?void 0:r.getLinesContent())||[],m=Array(s.length).fill("-");let I=o?0:1;for(let C=1;C<s.length;C++)(C===1?"":s[C-1]).endsWith("\\")||(I+=1,m[C]=I.toString());return m[n-1]},ae=()=>y.jsx("div",{className:"absolute inset-0 animate-pulse",children:y.jsx("div",{className:"w-full space-y-4 px-4 py-1",children:y.jsxs("div",{className:"space-y-2",children:[y.jsx("div",{className:"h-3 w-3/4 rounded bg-grey-200"}),y.jsx("div",{className:"h-3 rounded bg-grey-200"}),y.jsx("div",{className:"h-3 w-5/6 rounded bg-grey-200"}),y.jsx("div",{className:"h-3 rounded bg-grey-200"}),y.jsx("div",{className:"h-3 rounded bg-grey-200"})]})})}),U=["fd-dark"],An=({path:n,initialValue:e,type:t,language:i,onChange:o,options:r={},extra:s={},showAlerts:m=!1,lspProps:I,theme:h=U[0],...C})=>{const{initialLineInfo:f,initialSelectionInfo:A}=s,{editor:N,setEditor:L}=Ae(),{inited:x}=I;function w(p){i==="css"&&p.languages.registerCompletionItemProvider("css",on),i==="json"&&p.languages.json&&p.languages.json.jsonDefaults.setDiagnosticsOptions({validate:!0,schemas:[{uri:"condition-schema.json",fileMatch:["*.condition.json"],schema:an},{uri:"handlers-schema.json",fileMatch:[F.HTTP_HANDLERS_PATH],schema:gn}]})}function b(p,l){L(p);const u=p.getModel();if(u&&(u.updateOptions({insertSpaces:!1}),p.onKeyUp(()=>{var K;const R=(K=p.getPosition())==null?void 0:K.lineNumber;if(R){const P=u.getLineFirstNonWhitespaceColumn(R),v=u.getLineLength(R),M=u.getLineContent(R);pn.test(M)&&p.executeEdits("edit-handler",[{range:new l.Range(R,0,R,v),text:M.substr(P-1,v-P)}])}})),t===F.FileFolderType.METHOD&&F.hasAttributesString(e)){const R=new fn(p,!0);R.exclude(1,1,1,Number.POSITIVE_INFINITY),R.enable()}}S.useEffect(()=>{if(!N)return;const{line:p,offset:l}=f||{};p&&Ie(N,p,l)},[f,N]),S.useEffect(()=>{if(!N)return;const{selection:p}=A||{};p&&de(N,p)},[A,N]);const W=p=>U.includes(p)?p:U[0];return x?y.jsxs(y.Fragment,{children:[m?y.jsx(Se,{lspProps:I}):null,y.jsx(ne.Editor,{options:{readOnly:!0,fontSize:12,"semanticHighlighting.enabled":!0,padding:{top:10},lineNumbers:i==="4d"?p=>ye({lineNumber:p,editor:N,type:t,source:s==null?void 0:s.source}):void 0,scrollBeyondLastLine:!1,...r},path:X(n),value:e,theme:W(h),onChange:p=>o&&o(p||""),language:i,beforeMount:w,onMount:b,loading:y.jsx(ae,{}),...C})]}):y.jsx(ae,{})},bn={name:"4d",displayName:"%displayName%",description:"%description%",version:"1.0.0",publisher:"vscode",engines:{vscode:"0.10.x"},categories:["Programming Languages"],contributes:{languages:[{id:"4d",aliases:["4D","4d"],extensions:[".4dm",".4qs"],configuration:"./language-configuration.json"}],grammars:[{language:"4d",scopeName:"source.4dm",path:"./syntaxes/4d.tmLanguage.json"}]}},{registerFileUrl:z,whenReady:vn}=Ze.registerExtension(bn,void 0,{system:!0});z("./syntaxes/4d.tmLanguage.json",new URL("data:application/json;base64,ewogICJuYW1lIjogIjREIiwKICAic2NvcGVOYW1lIjogInNvdXJjZS40ZG0iLAogICJwYXR0ZXJucyI6IFsKICAgIHsKICAgICAgImluY2x1ZGUiOiAiI3N0YXRlbWVudHMiCiAgICB9CiAgXSwKICAicmVwb3NpdG9yeSI6IHsKICAgICJzdGF0ZW1lbnRzIjogewogICAgICAicGF0dGVybnMiOiBbCiAgICAgICAgewogICAgICAgICAgImluY2x1ZGUiOiAiI2NvbW1lbnQiCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgImNvbW1lbnQiOiB7CiAgICAgICJwYXR0ZXJucyI6IFsKICAgICAgICB7CiAgICAgICAgICAibmFtZSI6ICJjb21tZW50LmJsb2NrLjRkIiwKICAgICAgICAgICJiZWdpbiI6ICIoL1xcKikoPzpcXHMqKChAKWludGVybmFsKSg/PVxcc3woXFwqLykpKT8iLAogICAgICAgICAgImJlZ2luQ2FwdHVyZXMiOiB7CiAgICAgICAgICAgICIxIjogewogICAgICAgICAgICAgICJuYW1lIjogInB1bmN0dWF0aW9uLmRlZmluaXRpb24uY29tbWVudC40ZCIKICAgICAgICAgICAgfSwKICAgICAgICAgICAgIjIiOiB7CiAgICAgICAgICAgICAgIm5hbWUiOiAic3RvcmFnZS50eXBlLmludGVybmFsZGVjbGFyYXRpb24uNGQiCiAgICAgICAgICAgIH0sCiAgICAgICAgICAgICIzIjogewogICAgICAgICAgICAgICJuYW1lIjogInB1bmN0dWF0aW9uLmRlY29yYXRvci5pbnRlcm5hbGRlY2xhcmF0aW9uLjRkIgogICAgICAgICAgICB9CiAgICAgICAgICB9LAogICAgICAgICAgImVuZCI6ICJcXCovIiwKICAgICAgICAgICJlbmRDYXB0dXJlcyI6IHsKICAgICAgICAgICAgIjAiOiB7CiAgICAgICAgICAgICAgIm5hbWUiOiAicHVuY3R1YXRpb24uZGVmaW5pdGlvbi5jb21tZW50LjRkIgogICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiYmVnaW4iOiAiKF5bIFxcdF0rKT8oKC8vKSg/OlxccyooKEApaW50ZXJuYWwpKD89XFxzfCQpKT8pIiwKICAgICAgICAgICJiZWdpbkNhcHR1cmVzIjogewogICAgICAgICAgICAiMSI6IHsKICAgICAgICAgICAgICAibmFtZSI6ICJwdW5jdHVhdGlvbi53aGl0ZXNwYWNlLmNvbW1lbnQubGVhZGluZy40ZCIKICAgICAgICAgICAgfSwKICAgICAgICAgICAgIjIiOiB7CiAgICAgICAgICAgICAgIm5hbWUiOiAiY29tbWVudC5saW5lLmRvdWJsZS1zbGFzaC40ZCIKICAgICAgICAgICAgfSwKICAgICAgICAgICAgIjMiOiB7CiAgICAgICAgICAgICAgIm5hbWUiOiAicHVuY3R1YXRpb24uZGVmaW5pdGlvbi5jb21tZW50LjRkIgogICAgICAgICAgICB9LAogICAgICAgICAgICAiNCI6IHsKICAgICAgICAgICAgICAibmFtZSI6ICJzdG9yYWdlLnR5cGUuaW50ZXJuYWxkZWNsYXJhdGlvbi40ZCIKICAgICAgICAgICAgfSwKICAgICAgICAgICAgIjUiOiB7CiAgICAgICAgICAgICAgIm5hbWUiOiAicHVuY3R1YXRpb24uZGVjb3JhdG9yLmludGVybmFsZGVjbGFyYXRpb24uNGQiCiAgICAgICAgICAgIH0KICAgICAgICAgIH0sCiAgICAgICAgICAiZW5kIjogIig/PSQpIiwKICAgICAgICAgICJjb250ZW50TmFtZSI6ICJjb21tZW50LmxpbmUuZG91YmxlLXNsYXNoLjRkIgogICAgICAgIH0KICAgICAgXQogICAgfQogIH0KfQo=",typeof document>"u"?require("url").pathToFileURL(__filename).href:T&&T.tagName.toUpperCase()==="SCRIPT"&&T.src||new URL("index.cjs.js",document.baseURI).href).toString(),{mimeType:"application/json",size:1592});z("./language-configuration.json",new URL("data:application/json;base64,ewogICJjb21tZW50cyI6IHsKICAgICJsaW5lQ29tbWVudCI6ICIvLyIsCiAgICAiYmxvY2tDb21tZW50IjogWyIvKioiLCAiKiovIl0KICB9LAogIC8vIHN5bWJvbHMgdXNlZCBhcyBicmFja2V0cwogICJicmFja2V0cyI6IFsKICAgIFsieyIsICJ9Il0sCiAgICBbIigiLCAiKSJdLAogICAgWyJbIiwgIl0iXQogIF0sCiAgLy8gc3ltYm9scyB0aGF0IGFyZSBhdXRvIGNsb3NlZCB3aGVuIHR5cGluZwogIC8vIHN5bWJvbHMgdGhhdCB0aGF0IGNhbiBiZSB1c2VkIHRvIHN1cnJvdW5kIGEgc2VsZWN0aW9uCiAgInN1cnJvdW5kaW5nUGFpcnMiOiBbCiAgICBbInsiLCAifSJdLAogICAgWyJbIiwgIl0iXSwKICAgIFsiKCIsICIpIl0sCiAgICBbIlwiIiwgIlwiIl0sCiAgICBbIiciLCAiJyJdCiAgXSwKICAiYXV0b0Nsb3NpbmdQYWlycyI6IFsKICAgIHsKICAgICAgIm9wZW4iOiAiKCIsCiAgICAgICJjbG9zZSI6ICIpIgogICAgfSwKICAgIHsgIm9wZW4iOiAieyIsICJjbG9zZSI6ICJ9IiB9LAogICAgeyAib3BlbiI6ICJbIiwgImNsb3NlIjogIl0iIH0sCiAgICB7ICJvcGVuIjogIiciLCAiY2xvc2UiOiAiJyIsICJub3RJbiI6IFsic3RyaW5nIiwgImNvbW1lbnQiXSB9LAogICAgeyAib3BlbiI6ICJcIiIsICJjbG9zZSI6ICJcIiIsICJub3RJbiI6IFsic3RyaW5nIl0gfSwKICAgIHsgIm9wZW4iOiAiYCIsICJjbG9zZSI6ICJgIiwgIm5vdEluIjogWyJzdHJpbmciLCAiY29tbWVudCJdIH0sCiAgICB7ICJvcGVuIjogIi8qKiIsICJjbG9zZSI6ICIgKiovIiwgIm5vdEluIjogWyJzdHJpbmciXSB9CiAgXSwKICAiYXV0b0Nsb3NlQmVmb3JlIjogIjs6Liw9fV0pPmAgXG5cdCIsCiAgIndvcmRQYXR0ZXJuIjogIigtP1xcZCpcXC5cXGRcXHcqKXwoW15cXGBcXH5cXCFcXEBcXCNcXCVcXF5cXCZcXCpcXChcXClcXC1cXD1cXCtcXFtcXHtcXF1cXH1cXFxcXFx8XFw7XFw6XFwnXFxcIlxcLFxcLlxcPFxcPlxcL1xcP1xcclxcblxcdFxcZlxcdiBdKyl8KD88PVthLXpBLVpdKSA/KD89W2EtekEtWl0pIiwKICAiaW5kZW50YXRpb25SdWxlcyI6IHsKICAgICJpbmNyZWFzZUluZGVudFBhdHRlcm4iOiB7CiAgICAgICJwYXR0ZXJuIjogIiheKD8hW15cXHNdKSpcXHMqKGNsYXNzIGNvbnN0cnVjdG9yKSl8KF4oPyFbXlxcc10pKlxccyooZXhwb3NlZHxsb2NhbHxcXHMqKXsxfVxccypmdW5jdGlvbnsxfVxccypcXHcpfCheKD8hW15cXHNdKSpcXHMqKElmfEVsc2V8Rm9yfEZvciBlYWNofFdoaWxlfEJlZ2luIFNRTHxDYXNlIG9mfFVzZXxSZXBlYXR8OiAqXFwoLiopKS4qJCIsCiAgICAgICJmbGFncyI6ICJpIgogICAgfSwKICAgICJkZWNyZWFzZUluZGVudFBhdHRlcm4iOiB7CiAgICAgICJwYXR0ZXJuIjogIiheKD8hW15cXHNdKSpcXHMqKGV4cG9zZWR8bG9jYWx8XFxzKil7MX1cXHMqZnVuY3Rpb257MX1cXHMqXFx3KXwoRW5kIElmfEVuZCBGb3J8RWxzZXxFbmQgZm9yIGVhY2h8RW5kIFdoaWxlfEVuZCBTUUx8RW5kIGNhc2V8RW5kIHVzZXxVbnRpbHw6ICpcXCguKikuKiQiLAogICAgICAiZmxhZ3MiOiAiaSIKICAgIH0KICB9LAogICJvbkVudGVyUnVsZXMiOiBbCiAgICB7CiAgICAgICJiZWZvcmVUZXh0IjogewogICAgICAgICJwYXR0ZXJuIjogIl5leHBvc2VkIiwKICAgICAgICAiZmxhZ3MiOiAiaSIKICAgICAgfSwKICAgICAgImFjdGlvbiI6IHsgImluZGVudCI6ICJpbmRlbnQiLCAiaW5kZW50QWN0aW9uIjogMSB9CiAgICB9CiAgXQp9Cg==",typeof document>"u"?require("url").pathToFileURL(__filename).href:T&&T.tagName.toUpperCase()==="SCRIPT"&&T.src||new URL("index.cjs.js",document.baseURI).href).toString(),{mimeType:"application/json",size:1723});z("package.json",new URL("data:application/json;base64,ewogICJuYW1lIjogIjRkIiwKICAiZGlzcGxheU5hbWUiOiAiJWRpc3BsYXlOYW1lJSIsCiAgImRlc2NyaXB0aW9uIjogIiVkZXNjcmlwdGlvbiUiLAogICJ2ZXJzaW9uIjogIjEuMC4wIiwKICAicHVibGlzaGVyIjogInZzY29kZSIsCiAgImxpY2Vuc2UiOiAiTUlUIiwKICAiZW5naW5lcyI6IHsKICAgICJ2c2NvZGUiOiAiMC4xMC54IgogIH0sCiAgInNjcmlwdHMiOiB7CiAgICAidXBkYXRlLWdyYW1tYXIiOiAibm9kZSAuLi9ub2RlX21vZHVsZXMvdnNjb2RlLWdyYW1tYXItdXBkYXRlci9iaW4gbWljcm9zb2Z0L3ZzY29kZS00ZCBncmFtbWFycy80ZC5jc29uIC4vc3ludGF4ZXMvNGQudG1MYW5ndWFnZS5qc29uIgogIH0sCiAgImNhdGVnb3JpZXMiOiBbCiAgICAiUHJvZ3JhbW1pbmcgTGFuZ3VhZ2VzIgogIF0sCiAgImNvbnRyaWJ1dGVzIjogewogICAgImxhbmd1YWdlcyI6IFsKICAgICAgewogICAgICAgICJpZCI6ICI0ZCIsCiAgICAgICAgImFsaWFzZXMiOiBbCiAgICAgICAgICAiNEQiLAogICAgICAgICAgIjRkIgogICAgICAgIF0sCiAgICAgICAgImV4dGVuc2lvbnMiOiBbCiAgICAgICAgICAiLjRkbSIsCiAgICAgICAgICAiLjRxcyIKICAgICAgICBdLAogICAgICAgICJjb25maWd1cmF0aW9uIjogIi4vbGFuZ3VhZ2UtY29uZmlndXJhdGlvbi5qc29uIgogICAgICB9CiAgICBdLAogICAgImdyYW1tYXJzIjogWwogICAgICB7CiAgICAgICAgImxhbmd1YWdlIjogIjRkIiwKICAgICAgICAic2NvcGVOYW1lIjogInNvdXJjZS40ZG0iLAogICAgICAgICJwYXRoIjogIi4vc3ludGF4ZXMvNGQudG1MYW5ndWFnZS5qc29uIgogICAgICB9CiAgICBdCiAgfSwKICAicmVwb3NpdG9yeSI6IHsKICAgICJ0eXBlIjogImdpdCIsCiAgICAidXJsIjogImh0dHBzOi8vZ2l0aHViLmNvbS9taWNyb3NvZnQvdnNjb2RlLmdpdCIKICB9Cn0K",typeof document>"u"?require("url").pathToFileURL(__filename).href:T&&T.tagName.toUpperCase()==="SCRIPT"&&T.src||new URL("index.cjs.js",document.baseURI).href).toString(),{mimeType:"application/json",size:1006});z("package.nls.json",new URL("data:application/json;base64,ewogICJkaXNwbGF5TmFtZSI6ICI0RCBMYW5ndWFnZSBCYXNpY3MiLAogICJkZXNjcmlwdGlvbiI6ICJQcm92aWRlcyBzeW50YXggaGlnaGxpZ2h0aW5nIGFuZCBicmFja2V0IG1hdGNoaW5nIGZvciA0RE0gYW5kIDRRUyBmaWxlcy4iCn0K",typeof document>"u"?require("url").pathToFileURL(__filename).href:T&&T.tagName.toUpperCase()==="SCRIPT"&&T.src||new URL("index.cjs.js",document.baseURI).href).toString(),{mimeType:"application/json",size:135});exports.Alerts=Se;exports.CodeEditor=An;exports.CodeEditorProvider=$e;exports.FdLineNumbers=ye;exports.LSPProvider=Ue;exports.SUPPORTED_THEMES=U;exports._await=ie;exports.configureServices=ue;exports.getFileSystemPath=X;exports.getFunctionOffset=Ge;exports.initMonacoUserConfiguration=ge;exports.jumpToLine=Ie;exports.jumpToSelection=de;exports.useCodeEditor=Ae;exports.useLSP=ze;
|
|
109
109
|
//# sourceMappingURL=index.cjs.js.map
|