@tuoyuan/code-editor 1.1.0 → 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-Opz_JLpw.cjs → cssMode-BCryXDVP.cjs} +1 -1
- package/dist/{cssMode-BpY2QZKm.js → cssMode-CXjqIYq4.js} +1 -1
- package/dist/{freemarker2-B09dYp00.cjs → freemarker2-CUVrrGDg.cjs} +1 -1
- package/dist/{freemarker2-uBVO2rOF.js → freemarker2-DlybHztA.js} +1 -1
- package/dist/{handlebars-DCXZu403.js → handlebars-Bf86XcYC.js} +1 -1
- package/dist/{handlebars-DA1mbfg8.cjs → handlebars-CcuLDeQT.cjs} +1 -1
- package/dist/{html-DqYDmf6m.cjs → html-B1AN-YkI.cjs} +1 -1
- package/dist/{html-DaWChHgh.js → html-CC9TJsag.js} +1 -1
- package/dist/{htmlMode-BmaRbaUb.js → htmlMode-BPyAr2to.js} +1 -1
- package/dist/{htmlMode-OnZuz9_d.cjs → htmlMode-DfvjW08o.cjs} +1 -1
- package/dist/{index-CGIln256.js → index-CLA4iUSf.js} +423 -428
- package/dist/{index-CkYrsRHd.cjs → index-DBy21Q0J.cjs} +155 -155
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{javascript-kyQzET-h.js → javascript-H86iPtAN.js} +1 -1
- package/dist/{javascript-CZ5LkNUz.cjs → javascript-Yav3bgjl.cjs} +1 -1
- package/dist/{jsonMode-DkgDlnQP.js → jsonMode-9TsIZPcy.js} +1 -1
- package/dist/{jsonMode-BjlrCQBF.cjs → jsonMode-COW9TJQp.cjs} +1 -1
- package/dist/{liquid-DBmQt-Su.js → liquid-BCIuKpoT.js} +1 -1
- package/dist/{liquid-BV_g9ldr.cjs → liquid-CcRxrnaF.cjs} +1 -1
- package/dist/{mdx-CMn_WqRG.js → mdx-BUQyJHn2.js} +1 -1
- package/dist/{mdx-CnlGeQWI.cjs → mdx-DJ6AIedb.cjs} +1 -1
- package/dist/{python-CIMw6KAi.js → python-B95rqRBw.js} +1 -1
- package/dist/{python-jV8ElUmA.cjs → python-BWX6OvU0.cjs} +1 -1
- package/dist/{razor-BMsZkT51.js → razor-CfrRW9NO.js} +1 -1
- package/dist/{razor-B0mOsBYm.cjs → razor-CoDMSgWQ.cjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tsMode-CVcmC_63.cjs → tsMode-D5NvKt6W.cjs} +1 -1
- package/dist/{tsMode-m-l3aETM.js → tsMode-DZZHGQbs.js} +1 -1
- package/dist/{typescript-DEwfjYff.js → typescript-CYPxqy7s.js} +1 -1
- package/dist/{typescript-I5zQzQ1C.cjs → typescript-DdqYMZZo.cjs} +1 -1
- package/dist/{xml-43tWDt_9.js → xml-72ltGbW-.js} +1 -1
- package/dist/{xml-BGfSJ1L-.cjs → xml-zIa4uf2u.cjs} +1 -1
- package/dist/{yaml-CdouwYEZ.js → yaml-CK70Osyq.js} +1 -1
- package/dist/{yaml-B1huN312.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
|