@tuoyuan/code-editor 1.1.1 → 1.1.2
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/JavascriptEditor.vue.d.ts +2 -0
- package/dist/JsonEditor.vue.d.ts +2 -0
- package/dist/SqlEditor.vue.d.ts +2 -0
- package/dist/{cssMode-QyjcDiWJ.cjs → cssMode-BCryXDVP.cjs} +1 -1
- package/dist/{cssMode-DWZ_7wzZ.js → cssMode-CXjqIYq4.js} +1 -1
- package/dist/{freemarker2-ZBWNKk26.cjs → freemarker2-CUVrrGDg.cjs} +1 -1
- package/dist/{freemarker2-DWTadBSg.js → freemarker2-DlybHztA.js} +1 -1
- package/dist/{handlebars-B_qIF3NI.js → handlebars-Bf86XcYC.js} +1 -1
- package/dist/{handlebars-A9cwrduN.cjs → handlebars-CcuLDeQT.cjs} +1 -1
- package/dist/{html-CdrxwbDf.cjs → html-B1AN-YkI.cjs} +1 -1
- package/dist/{html-BKl6uOS7.js → html-CC9TJsag.js} +1 -1
- package/dist/{htmlMode-DROkOnfi.js → htmlMode-BPyAr2to.js} +1 -1
- package/dist/{htmlMode-n0itWBoR.cjs → htmlMode-DfvjW08o.cjs} +1 -1
- package/dist/{index-DXhonmPz.js → index-CLA4iUSf.js} +33 -27
- package/dist/{index-BeUzrSyK.cjs → index-DBy21Q0J.cjs} +19 -19
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{javascript-DInhAjbC.js → javascript-H86iPtAN.js} +1 -1
- package/dist/{javascript-BHmlB2-p.cjs → javascript-Yav3bgjl.cjs} +1 -1
- package/dist/{jsonMode-DxQCyyC8.js → jsonMode-9TsIZPcy.js} +1 -1
- package/dist/{jsonMode-CxUBUu4Z.cjs → jsonMode-COW9TJQp.cjs} +1 -1
- package/dist/{liquid-DYGZnyjr.js → liquid-BCIuKpoT.js} +1 -1
- package/dist/{liquid-CurcSKaZ.cjs → liquid-CcRxrnaF.cjs} +1 -1
- package/dist/{mdx-DHhJb3sc.js → mdx-BUQyJHn2.js} +1 -1
- package/dist/{mdx-B1XYL_jF.cjs → mdx-DJ6AIedb.cjs} +1 -1
- package/dist/{python-dgYUQ06v.js → python-B95rqRBw.js} +1 -1
- package/dist/{python-t2JZtsgb.cjs → python-BWX6OvU0.cjs} +1 -1
- package/dist/{razor-6GtCVHGL.js → razor-CfrRW9NO.js} +1 -1
- package/dist/{razor-CIVyDUzm.cjs → razor-CoDMSgWQ.cjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tsMode-CK3xVHoe.cjs → tsMode-D5NvKt6W.cjs} +1 -1
- package/dist/{tsMode-BsSmNLlq.js → tsMode-DZZHGQbs.js} +1 -1
- package/dist/{typescript-CYhBSHj1.js → typescript-CYPxqy7s.js} +1 -1
- package/dist/{typescript-CY5I32fd.cjs → typescript-DdqYMZZo.cjs} +1 -1
- package/dist/{xml-DC4ZbPhD.js → xml-72ltGbW-.js} +1 -1
- package/dist/{xml-BcK5SUKU.cjs → xml-zIa4uf2u.cjs} +1 -1
- package/dist/{yaml-D1shKG8a.js → yaml-CK70Osyq.js} +1 -1
- package/dist/{yaml-D32PKVDc.cjs → yaml-EvNQiffb.cjs} +1 -1
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@ import * as monaco from 'monaco-editor';
|
|
|
3
3
|
export interface JavascriptEditorProps {
|
|
4
4
|
modelValue?: string;
|
|
5
5
|
height?: string;
|
|
6
|
+
width?: string;
|
|
6
7
|
theme?: 'vs' | 'vs-dark' | 'hc-black';
|
|
7
8
|
readonly?: boolean;
|
|
8
9
|
showToolbar?: boolean;
|
|
@@ -315,5 +316,6 @@ declare const _default: import('vue').DefineComponent<JavascriptEditorProps, {
|
|
|
315
316
|
readonly: boolean;
|
|
316
317
|
showToolbar: boolean;
|
|
317
318
|
options: editor.IStandaloneEditorConstructionOptions;
|
|
319
|
+
width: string;
|
|
318
320
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
319
321
|
export default _default;
|
package/dist/JsonEditor.vue.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import * as monaco from 'monaco-editor';
|
|
|
3
3
|
export interface JsonEditorProps {
|
|
4
4
|
modelValue?: string;
|
|
5
5
|
height?: string;
|
|
6
|
+
width?: string;
|
|
6
7
|
theme?: 'vs' | 'vs-dark' | 'hc-black';
|
|
7
8
|
readonly?: boolean;
|
|
8
9
|
showToolbar?: boolean;
|
|
@@ -318,5 +319,6 @@ declare const _default: import('vue').DefineComponent<JsonEditorProps, {
|
|
|
318
319
|
readonly: boolean;
|
|
319
320
|
showToolbar: boolean;
|
|
320
321
|
options: editor.IStandaloneEditorConstructionOptions;
|
|
322
|
+
width: string;
|
|
321
323
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
322
324
|
export default _default;
|
package/dist/SqlEditor.vue.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import * as monaco from 'monaco-editor';
|
|
|
3
3
|
export interface SqlEditorProps {
|
|
4
4
|
modelValue?: string;
|
|
5
5
|
height?: string;
|
|
6
|
+
width?: string;
|
|
6
7
|
theme?: 'vs' | 'vs-dark' | 'hc-black';
|
|
7
8
|
readonly?: boolean;
|
|
8
9
|
showToolbar?: boolean;
|
|
@@ -315,5 +316,6 @@ declare const _default: import('vue').DefineComponent<SqlEditorProps, {
|
|
|
315
316
|
readonly: boolean;
|
|
316
317
|
showToolbar: boolean;
|
|
317
318
|
options: editor.IStandaloneEditorConstructionOptions;
|
|
319
|
+
width: string;
|
|
318
320
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
319
321
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ht=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ht=require("./index-DBy21Q0J.cjs");/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
3
|
* Version: 0.50.0(c321d0fbecb50ab8a5365fa1965476b0ae63fc87)
|
|
4
4
|
* Released under the MIT license
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as et } from "./index-
|
|
1
|
+
import { m as et } from "./index-CLA4iUSf.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.50.0(c321d0fbecb50ab8a5365fa1965476b0ae63fc87)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("./index-DBy21Q0J.cjs");/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
3
|
* Version: 0.50.0(c321d0fbecb50ab8a5365fa1965476b0ae63fc87)
|
|
4
4
|
* Released under the MIT license
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-CLA4iUSf.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.50.0(c321d0fbecb50ab8a5365fa1965476b0ae63fc87)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-CLA4iUSf.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.50.0(c321d0fbecb50ab8a5365fa1965476b0ae63fc87)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index-DBy21Q0J.cjs");/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
3
|
* Version: 0.50.0(c321d0fbecb50ab8a5365fa1965476b0ae63fc87)
|
|
4
4
|
* Released under the MIT license
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index-DBy21Q0J.cjs");/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
3
|
* Version: 0.50.0(c321d0fbecb50ab8a5365fa1965476b0ae63fc87)
|
|
4
4
|
* Released under the MIT license
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-CLA4iUSf.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.50.0(c321d0fbecb50ab8a5365fa1965476b0ae63fc87)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as lt } from "./index-
|
|
1
|
+
import { m as lt } from "./index-CLA4iUSf.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.50.0(c321d0fbecb50ab8a5365fa1965476b0ae63fc87)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ft=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ft=require("./index-DBy21Q0J.cjs");/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
3
|
* Version: 0.50.0(c321d0fbecb50ab8a5365fa1965476b0ae63fc87)
|
|
4
4
|
* Released under the MIT license
|
|
@@ -76481,37 +76481,37 @@ we({
|
|
|
76481
76481
|
id: "freemarker2",
|
|
76482
76482
|
extensions: [".ftl", ".ftlh", ".ftlx"],
|
|
76483
76483
|
aliases: ["FreeMarker2", "Apache FreeMarker2"],
|
|
76484
|
-
loader: () => import("./freemarker2-
|
|
76484
|
+
loader: () => import("./freemarker2-DlybHztA.js").then((o) => o.TagAutoInterpolationDollar)
|
|
76485
76485
|
});
|
|
76486
76486
|
we({
|
|
76487
76487
|
id: "freemarker2.tag-angle.interpolation-dollar",
|
|
76488
76488
|
aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
|
|
76489
|
-
loader: () => import("./freemarker2-
|
|
76489
|
+
loader: () => import("./freemarker2-DlybHztA.js").then((o) => o.TagAngleInterpolationDollar)
|
|
76490
76490
|
});
|
|
76491
76491
|
we({
|
|
76492
76492
|
id: "freemarker2.tag-bracket.interpolation-dollar",
|
|
76493
76493
|
aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
|
|
76494
|
-
loader: () => import("./freemarker2-
|
|
76494
|
+
loader: () => import("./freemarker2-DlybHztA.js").then((o) => o.TagBracketInterpolationDollar)
|
|
76495
76495
|
});
|
|
76496
76496
|
we({
|
|
76497
76497
|
id: "freemarker2.tag-angle.interpolation-bracket",
|
|
76498
76498
|
aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
|
|
76499
|
-
loader: () => import("./freemarker2-
|
|
76499
|
+
loader: () => import("./freemarker2-DlybHztA.js").then((o) => o.TagAngleInterpolationBracket)
|
|
76500
76500
|
});
|
|
76501
76501
|
we({
|
|
76502
76502
|
id: "freemarker2.tag-bracket.interpolation-bracket",
|
|
76503
76503
|
aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
|
|
76504
|
-
loader: () => import("./freemarker2-
|
|
76504
|
+
loader: () => import("./freemarker2-DlybHztA.js").then((o) => o.TagBracketInterpolationBracket)
|
|
76505
76505
|
});
|
|
76506
76506
|
we({
|
|
76507
76507
|
id: "freemarker2.tag-auto.interpolation-dollar",
|
|
76508
76508
|
aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
|
|
76509
|
-
loader: () => import("./freemarker2-
|
|
76509
|
+
loader: () => import("./freemarker2-DlybHztA.js").then((o) => o.TagAutoInterpolationDollar)
|
|
76510
76510
|
});
|
|
76511
76511
|
we({
|
|
76512
76512
|
id: "freemarker2.tag-auto.interpolation-bracket",
|
|
76513
76513
|
aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
|
|
76514
|
-
loader: () => import("./freemarker2-
|
|
76514
|
+
loader: () => import("./freemarker2-DlybHztA.js").then((o) => o.TagAutoInterpolationBracket)
|
|
76515
76515
|
});
|
|
76516
76516
|
/*!-----------------------------------------------------------------------------
|
|
76517
76517
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -76549,7 +76549,7 @@ we({
|
|
|
76549
76549
|
extensions: [".handlebars", ".hbs"],
|
|
76550
76550
|
aliases: ["Handlebars", "handlebars", "hbs"],
|
|
76551
76551
|
mimetypes: ["text/x-handlebars-template"],
|
|
76552
|
-
loader: () => import("./handlebars-
|
|
76552
|
+
loader: () => import("./handlebars-Bf86XcYC.js")
|
|
76553
76553
|
});
|
|
76554
76554
|
/*!-----------------------------------------------------------------------------
|
|
76555
76555
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -76574,7 +76574,7 @@ we({
|
|
|
76574
76574
|
extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
|
|
76575
76575
|
aliases: ["HTML", "htm", "html", "xhtml"],
|
|
76576
76576
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
76577
|
-
loader: () => import("./html-
|
|
76577
|
+
loader: () => import("./html-CC9TJsag.js")
|
|
76578
76578
|
});
|
|
76579
76579
|
/*!-----------------------------------------------------------------------------
|
|
76580
76580
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -76615,7 +76615,7 @@ we({
|
|
|
76615
76615
|
filenames: ["jakefile"],
|
|
76616
76616
|
aliases: ["JavaScript", "javascript", "js"],
|
|
76617
76617
|
mimetypes: ["text/javascript"],
|
|
76618
|
-
loader: () => import("./javascript-
|
|
76618
|
+
loader: () => import("./javascript-H86iPtAN.js")
|
|
76619
76619
|
});
|
|
76620
76620
|
/*!-----------------------------------------------------------------------------
|
|
76621
76621
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -76690,7 +76690,7 @@ we({
|
|
|
76690
76690
|
extensions: [".liquid", ".html.liquid"],
|
|
76691
76691
|
aliases: ["Liquid", "liquid"],
|
|
76692
76692
|
mimetypes: ["application/liquid"],
|
|
76693
|
-
loader: () => import("./liquid-
|
|
76693
|
+
loader: () => import("./liquid-BCIuKpoT.js")
|
|
76694
76694
|
});
|
|
76695
76695
|
/*!-----------------------------------------------------------------------------
|
|
76696
76696
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -76726,7 +76726,7 @@ we({
|
|
|
76726
76726
|
id: "mdx",
|
|
76727
76727
|
extensions: [".mdx"],
|
|
76728
76728
|
aliases: ["MDX", "mdx"],
|
|
76729
|
-
loader: () => import("./mdx-
|
|
76729
|
+
loader: () => import("./mdx-BUQyJHn2.js")
|
|
76730
76730
|
});
|
|
76731
76731
|
/*!-----------------------------------------------------------------------------
|
|
76732
76732
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -76921,7 +76921,7 @@ we({
|
|
|
76921
76921
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
76922
76922
|
aliases: ["Python", "py"],
|
|
76923
76923
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
76924
|
-
loader: () => import("./python-
|
|
76924
|
+
loader: () => import("./python-B95rqRBw.js")
|
|
76925
76925
|
});
|
|
76926
76926
|
/*!-----------------------------------------------------------------------------
|
|
76927
76927
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -76958,7 +76958,7 @@ we({
|
|
|
76958
76958
|
extensions: [".cshtml"],
|
|
76959
76959
|
aliases: ["Razor", "razor"],
|
|
76960
76960
|
mimetypes: ["text/x-cshtml"],
|
|
76961
|
-
loader: () => import("./razor-
|
|
76961
|
+
loader: () => import("./razor-CfrRW9NO.js")
|
|
76962
76962
|
});
|
|
76963
76963
|
/*!-----------------------------------------------------------------------------
|
|
76964
76964
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77210,7 +77210,7 @@ we({
|
|
|
77210
77210
|
extensions: [".ts", ".tsx", ".cts", ".mts"],
|
|
77211
77211
|
aliases: ["TypeScript", "ts", "typescript"],
|
|
77212
77212
|
mimetypes: ["text/typescript"],
|
|
77213
|
-
loader: () => import("./typescript-
|
|
77213
|
+
loader: () => import("./typescript-CYPxqy7s.js")
|
|
77214
77214
|
});
|
|
77215
77215
|
/*!-----------------------------------------------------------------------------
|
|
77216
77216
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77278,7 +77278,7 @@ we({
|
|
|
77278
77278
|
firstLine: "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
|
|
77279
77279
|
aliases: ["XML", "xml"],
|
|
77280
77280
|
mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
|
|
77281
|
-
loader: () => import("./xml-
|
|
77281
|
+
loader: () => import("./xml-72ltGbW-.js")
|
|
77282
77282
|
});
|
|
77283
77283
|
/*!-----------------------------------------------------------------------------
|
|
77284
77284
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77291,7 +77291,7 @@ we({
|
|
|
77291
77291
|
extensions: [".yaml", ".yml"],
|
|
77292
77292
|
aliases: ["YAML", "yaml", "YML", "yml"],
|
|
77293
77293
|
mimetypes: ["application/x-yaml", "text/x-yaml"],
|
|
77294
|
-
loader: () => import("./yaml-
|
|
77294
|
+
loader: () => import("./yaml-CK70Osyq.js")
|
|
77295
77295
|
});
|
|
77296
77296
|
/*!-----------------------------------------------------------------------------
|
|
77297
77297
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77394,7 +77394,7 @@ var tF = class {
|
|
|
77394
77394
|
);
|
|
77395
77395
|
d_.languages.css = { cssDefaults: ZG, lessDefaults: ez, scssDefaults: QG };
|
|
77396
77396
|
function sF() {
|
|
77397
|
-
return import("./cssMode-
|
|
77397
|
+
return import("./cssMode-CXjqIYq4.js");
|
|
77398
77398
|
}
|
|
77399
77399
|
d_.languages.onLanguage("less", () => {
|
|
77400
77400
|
sF().then((o) => o.setupMode(ez));
|
|
@@ -77500,7 +77500,7 @@ QR.languages.html = {
|
|
|
77500
77500
|
registerHTMLLanguageService: iA
|
|
77501
77501
|
};
|
|
77502
77502
|
function y_e() {
|
|
77503
|
-
return import("./htmlMode-
|
|
77503
|
+
return import("./htmlMode-BPyAr2to.js");
|
|
77504
77504
|
}
|
|
77505
77505
|
function iA(o, e = eA, t = tA(o)) {
|
|
77506
77506
|
const i = new L_e(o, e, t);
|
|
@@ -77577,7 +77577,7 @@ var F_e = class {
|
|
|
77577
77577
|
), W_e = () => oz().then((o) => o.getWorker());
|
|
77578
77578
|
Pv.languages.json = { jsonDefaults: sz, getWorker: W_e };
|
|
77579
77579
|
function oz() {
|
|
77580
|
-
return import("./jsonMode-
|
|
77580
|
+
return import("./jsonMode-9TsIZPcy.js");
|
|
77581
77581
|
}
|
|
77582
77582
|
Pv.languages.register({
|
|
77583
77583
|
id: "json",
|
|
@@ -77741,7 +77741,7 @@ Bm.languages.typescript = {
|
|
|
77741
77741
|
getJavaScriptWorker: X_e
|
|
77742
77742
|
};
|
|
77743
77743
|
function nA() {
|
|
77744
|
-
return import("./tsMode-
|
|
77744
|
+
return import("./tsMode-DZZHGQbs.js");
|
|
77745
77745
|
}
|
|
77746
77746
|
Bm.languages.onLanguage("typescript", () => nA().then((o) => o.setupTypeScript(gz)));
|
|
77747
77747
|
Bm.languages.onLanguage("javascript", () => nA().then((o) => o.setupJavaScript(fz)));
|
|
@@ -132408,6 +132408,7 @@ const IDe = {
|
|
|
132408
132408
|
props: {
|
|
132409
132409
|
modelValue: { default: "" },
|
|
132410
132410
|
height: { default: "400px" },
|
|
132411
|
+
width: { default: "100%" },
|
|
132411
132412
|
theme: { default: "vs-dark" },
|
|
132412
132413
|
readonly: { type: Boolean, default: !1 },
|
|
132413
132414
|
showToolbar: { type: Boolean, default: !0 },
|
|
@@ -132416,7 +132417,8 @@ const IDe = {
|
|
|
132416
132417
|
emits: ["update:modelValue", "change", "blur", "format", "minify", "save"],
|
|
132417
132418
|
setup(o, { expose: e, emit: t }) {
|
|
132418
132419
|
NL((S) => ({
|
|
132419
|
-
"
|
|
132420
|
+
"183cd378": S.height,
|
|
132421
|
+
"4befdd55": S.width
|
|
132420
132422
|
}));
|
|
132421
132423
|
const i = o, n = t, s = Pi(null), r = Pi(null), a = Pi(1), l = Pi(1), d = Pi(0), c = Pi(0), h = (S) => {
|
|
132422
132424
|
d.value = S.split(`
|
|
@@ -132561,7 +132563,7 @@ const IDe = {
|
|
|
132561
132563
|
}, null, 512)
|
|
132562
132564
|
]));
|
|
132563
132565
|
}
|
|
132564
|
-
}), n2e = /* @__PURE__ */ i1(zDe, [["__scopeId", "data-v-
|
|
132566
|
+
}), n2e = /* @__PURE__ */ i1(zDe, [["__scopeId", "data-v-595f0897"]]), $De = { class: "json-editor" }, KDe = {
|
|
132565
132567
|
key: 0,
|
|
132566
132568
|
class: "json-editor__toolbar"
|
|
132567
132569
|
}, YDe = { class: "toolbar-right" }, qDe = ["disabled"], jDe = ["disabled"], XDe = /* @__PURE__ */ wL({
|
|
@@ -132570,6 +132572,7 @@ const IDe = {
|
|
|
132570
132572
|
props: {
|
|
132571
132573
|
modelValue: { default: "" },
|
|
132572
132574
|
height: { default: "400px" },
|
|
132575
|
+
width: { default: "100%" },
|
|
132573
132576
|
theme: { default: "vs-dark" },
|
|
132574
132577
|
readonly: { type: Boolean, default: !1 },
|
|
132575
132578
|
showToolbar: { type: Boolean, default: !0 },
|
|
@@ -132578,7 +132581,8 @@ const IDe = {
|
|
|
132578
132581
|
emits: ["update:modelValue", "change", "blur", "format", "minify", "save", "validate"],
|
|
132579
132582
|
setup(o, { expose: e, emit: t }) {
|
|
132580
132583
|
NL((v) => ({
|
|
132581
|
-
"
|
|
132584
|
+
"4a566bb5": v.height,
|
|
132585
|
+
"6653c978": v.width
|
|
132582
132586
|
}));
|
|
132583
132587
|
const i = o, n = t, s = Pi(null), r = Pi(null), a = Pi(1), l = Pi(1), d = Pi(0), c = Pi(0), h = Pi(!0), u = (v) => {
|
|
132584
132588
|
d.value = v.split(`
|
|
@@ -132739,7 +132743,7 @@ ${v.message}`), !1;
|
|
|
132739
132743
|
}, null, 512)
|
|
132740
132744
|
]));
|
|
132741
132745
|
}
|
|
132742
|
-
}), s2e = /* @__PURE__ */ i1(XDe, [["__scopeId", "data-v-
|
|
132746
|
+
}), s2e = /* @__PURE__ */ i1(XDe, [["__scopeId", "data-v-38e09abb"]]), JDe = { class: "sql-editor" }, ZDe = {
|
|
132743
132747
|
key: 0,
|
|
132744
132748
|
class: "sql-editor__toolbar"
|
|
132745
132749
|
}, QDe = { class: "toolbar-right" }, eOe = ["disabled"], tOe = ["disabled"], iOe = /* @__PURE__ */ wL({
|
|
@@ -132748,6 +132752,7 @@ ${v.message}`), !1;
|
|
|
132748
132752
|
props: {
|
|
132749
132753
|
modelValue: { default: "" },
|
|
132750
132754
|
height: { default: "400px" },
|
|
132755
|
+
width: { default: "100%" },
|
|
132751
132756
|
theme: { default: "vs-dark" },
|
|
132752
132757
|
readonly: { type: Boolean, default: !1 },
|
|
132753
132758
|
showToolbar: { type: Boolean, default: !0 },
|
|
@@ -132756,7 +132761,8 @@ ${v.message}`), !1;
|
|
|
132756
132761
|
emits: ["update:modelValue", "change", "blur", "format", "minify", "save"],
|
|
132757
132762
|
setup(o, { expose: e, emit: t }) {
|
|
132758
132763
|
NL((S) => ({
|
|
132759
|
-
"
|
|
132764
|
+
"3b13bceb": S.height,
|
|
132765
|
+
"7ea70cfc": S.width
|
|
132760
132766
|
}));
|
|
132761
132767
|
const i = o, n = t, s = Pi(null), r = Pi(null), a = Pi(1), l = Pi(1), d = Pi(0), c = Pi(0), h = (S) => {
|
|
132762
132768
|
d.value = S.split(`
|
|
@@ -132901,7 +132907,7 @@ ${v.message}`), !1;
|
|
|
132901
132907
|
}, null, 512)
|
|
132902
132908
|
]));
|
|
132903
132909
|
}
|
|
132904
|
-
}), o2e = /* @__PURE__ */ i1(iOe, [["__scopeId", "data-v-
|
|
132910
|
+
}), o2e = /* @__PURE__ */ i1(iOe, [["__scopeId", "data-v-51b2dd57"]]);
|
|
132905
132911
|
export {
|
|
132906
132912
|
i2e as C,
|
|
132907
132913
|
n2e as J,
|