superleap-code-editor 1.2.3 → 1.2.4
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/{base-80a1f760-d1umV0jo.js → base-80a1f760-BfYw6DaY.js} +1 -1
- package/dist/{base-80a1f760-fVz5do-m.mjs → base-80a1f760-CscSlCkl.mjs} +1 -1
- package/dist/components/codeEditorWrapper.d.ts.map +1 -1
- package/dist/components/editor/codeEditor.d.ts.map +1 -1
- package/dist/components/panels/fileExplorer/fileExplorer.d.ts.map +1 -1
- package/dist/components/panels/fileExplorer/fileTree.d.ts +3 -2
- package/dist/components/panels/fileExplorer/fileTree.d.ts.map +1 -1
- package/dist/components/panels/fileExplorer/fileTreeItem.d.ts +3 -2
- package/dist/components/panels/fileExplorer/fileTreeItem.d.ts.map +1 -1
- package/dist/{consoleHook-59e792cb-B0kImiil.mjs → consoleHook-59e792cb-BWGPWbhW.mjs} +1 -1
- package/dist/{consoleHook-59e792cb-DnIw4sH7.js → consoleHook-59e792cb-Z7hkubDM.js} +1 -1
- package/dist/{index-599aeaf7-BviABfK9.js → index-599aeaf7-CQumrnTl.js} +1 -1
- package/dist/{index-599aeaf7-lJCQp6qJ.mjs → index-599aeaf7-CWomJ9iw.mjs} +3 -3
- package/dist/{index-DomJKqdA.js → index-BGbR7tX8.js} +1 -1
- package/dist/{index-C0WWy03d.mjs → index-D7xt2sm4.mjs} +8664 -8626
- package/dist/{index-CmIRCaeW.js → index-DAuUwFbv.js} +1 -1
- package/dist/{index-BFXEz9M3.mjs → index-Dj13AVQo.mjs} +3 -3
- package/dist/{index-GIzPbCRd.js → index-Du-ypH6b.js} +87 -87
- package/dist/{index-B0Msi189.mjs → index-ssC7VsxC.mjs} +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/utils/helpers.d.ts.map +1 -1
- package/dist/utils/pathHelpers.d.ts +1 -0
- package/dist/utils/pathHelpers.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as C, _ as E, a as z, b as q, e as M, c as x, f as W, d as D, S as P, h as N, n as F, j as g, k as A } from "./index-
|
|
2
|
-
import { S as $ } from "./base-80a1f760-
|
|
1
|
+
import { g as C, _ as E, a as z, b as q, e as M, c as x, f as W, d as D, S as P, h as N, n as F, j as g, k as A } from "./index-D7xt2sm4.mjs";
|
|
2
|
+
import { S as $ } from "./base-80a1f760-CscSlCkl.mjs";
|
|
3
3
|
const B = {
|
|
4
4
|
"application/1d-interleaved-parityfec": { source: "iana" },
|
|
5
5
|
"application/3gpdash-qoe-report+xml": { source: "iana", charset: "UTF-8", compressible: !0 },
|
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { l as a, C as o, D as s, E as t, F as l, G as i, r as p, m as d, H as n, p as E, P as F, T, I as x, U as m, V as c, o as v, J as y, W as u, s as P, A as C, t as D, v as f, q as L, w as g, B as w, z as I, x as R, y as W, u as A } from "./index-
|
|
1
|
+
import { l as a, C as o, D as s, E as t, F as l, G as i, r as p, m as d, H as n, p as E, P as F, T, I as x, U as m, V as c, o as v, J as y, W as u, s as P, A as C, t as D, v as f, q as L, w as g, B as w, z as I, x as R, y as W, u as A } from "./index-D7xt2sm4.mjs";
|
|
2
2
|
import { Alert as H, Button as S, Splitter as U, Tooltip as V, Tree as b } from "antd";
|
|
3
3
|
export {
|
|
4
4
|
H as Alert,
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-Du-ypH6b.js"),r=require("antd");exports.CodeEditor=e.CodeEditor;exports.CodeEditorWrapper=e.CodeEditorWrapper;exports.DataExplorer=e.DataExplorer;exports.EditorLayout=e.EditorLayout;exports.FileExplorer=e.FileExplorer;exports.FormCodeEditor=e.FormCodeEditor;exports.FormFileProvider=e.FormFileProvider;exports.FunctionLibrary=e.FunctionLibrary;exports.Header=e.Header;exports.Panels=e.Panels;exports.PreviewPanel=e.PreviewPanel;exports.TestRunner=e.TestRunner;exports.URLCodeEditor=e.URLCodeEditor;exports.URLFileProvider=e.URLFileProvider;exports.VERSION=e.VERSION;exports.VersionHistory=e.VersionHistory;exports.WorkflowCodeEditor=e.WorkflowCodeEditor;exports.WorkflowFileProvider=e.WorkflowFileProvider;exports.autoConvertToExplorerData=e.autoConvertToExplorerData;exports.collectAllFiles=e.collectAllFiles;exports.convertGenericDataToExplorerItem=e.convertGenericDataToExplorerItem;exports.convertObjectsToExplorerData=e.convertObjectsToExplorerData;exports.createFileProvider=e.createFileProvider;exports.createSampleExplorerData=e.createSampleExplorerData;exports.findFileById=e.findFileById;exports.getLanguageFromExtension=e.getLanguageFromExtension;exports.mapDataTypeToExplorerType=e.mapDataTypeToExplorerType;exports.mapFieldTypeToExplorerType=e.mapFieldTypeToExplorerType;exports.useFileManager=e.useFileManager;Object.defineProperty(exports,"Alert",{enumerable:!0,get:()=>r.Alert});Object.defineProperty(exports,"Button",{enumerable:!0,get:()=>r.Button});Object.defineProperty(exports,"Splitter",{enumerable:!0,get:()=>r.Splitter});Object.defineProperty(exports,"Tooltip",{enumerable:!0,get:()=>r.Tooltip});Object.defineProperty(exports,"Tree",{enumerable:!0,get:()=>r.Tree});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/utils/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/utils/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,MAAM,WAIlD;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE,CAevD"}
|
|
@@ -9,4 +9,5 @@ export declare function findFileById(files: FileNode[], fileId: string): FileNod
|
|
|
9
9
|
export declare function insertItemAtPath(nodes: FileNode[], pathParts: string[], newFile: FileNode): FileNode[];
|
|
10
10
|
export declare function insertFile(newFile: FileNode, files: FileNode[]): FileNode[];
|
|
11
11
|
export declare function collectAllFiles(files: FileNode[]): FileNode[];
|
|
12
|
+
export declare function getAllFilesFromPath(path: string, files: FileNode[]): FileNode[];
|
|
12
13
|
//# sourceMappingURL=pathHelpers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pathHelpers.d.ts","sourceRoot":"","sources":["../../src/utils/pathHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,uBAAuB,CAAC,YAAY,EAAE,QAAQ,GAAG,IAAI,GAAG,MAAM,CAW7E;AAED,wBAAgB,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAG3E;AAED,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,MAAM,GAAG;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACpB,CAMA;AAED,wBAAgB,YAAY,CAC1B,KAAK,EAAE,QAAQ,EAAE,EACjB,MAAM,EAAE,MAAM,GACb,QAAQ,GAAG,SAAS,CAgBtB;AAED,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,QAAQ,EAAE,EACjB,SAAS,EAAE,MAAM,EAAE,EACnB,OAAO,EAAE,QAAQ,GAChB,QAAQ,EAAE,CAkBZ;AAED,wBAAgB,UAAU,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE,CAY3E;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE,CAY7D"}
|
|
1
|
+
{"version":3,"file":"pathHelpers.d.ts","sourceRoot":"","sources":["../../src/utils/pathHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,uBAAuB,CAAC,YAAY,EAAE,QAAQ,GAAG,IAAI,GAAG,MAAM,CAW7E;AAED,wBAAgB,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAG3E;AAED,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,MAAM,GAAG;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACpB,CAMA;AAED,wBAAgB,YAAY,CAC1B,KAAK,EAAE,QAAQ,EAAE,EACjB,MAAM,EAAE,MAAM,GACb,QAAQ,GAAG,SAAS,CAgBtB;AAED,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,QAAQ,EAAE,EACjB,SAAS,EAAE,MAAM,EAAE,EACnB,OAAO,EAAE,QAAQ,GAChB,QAAQ,EAAE,CAkBZ;AAED,wBAAgB,UAAU,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE,CAY3E;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE,CAY7D;AAED,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,QAAQ,EAAE,GAChB,QAAQ,EAAE,CAaZ"}
|