@next-bricks/vs 0.5.29 → 0.5.30
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { FormItemElementBase } from "@next-shared/form";
|
|
3
3
|
import * as monaco from "monaco-editor/esm/vs/editor/editor.api.js";
|
|
4
4
|
import "@next-core/theme";
|
|
@@ -75,9 +75,9 @@ export declare class CodeEditor extends FormItemElementBase implements CodeEdito
|
|
|
75
75
|
accessor height: string | number | undefined;
|
|
76
76
|
accessor message: string | undefined;
|
|
77
77
|
connectedCallback(): void;
|
|
78
|
-
render(): JSX.Element;
|
|
78
|
+
render(): React.JSX.Element;
|
|
79
79
|
}
|
|
80
80
|
export declare function CodeEditorComponent({ value: _value, language: _language, theme: _theme, minLines: _minLines, maxLines: _maxLines, height: _height, automaticLayout, completers, advancedCompleters, markers, readOnly, links, validateState, onChange, onHighlightClick, }: CodeEditorProps & {
|
|
81
81
|
onChange(value: string, parseValue: any, isFlush: boolean): void;
|
|
82
82
|
onHighlightClick(word: string): void;
|
|
83
|
-
}): JSX.Element;
|
|
83
|
+
}): React.JSX.Element;
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/vs",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.30",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/vs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"@next-core/test-next": "^1.0.11",
|
|
39
39
|
"resize-observer-polyfill": "^1.5.1"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "e5f7b9c399ddebee6c5ccbdf8e374adb15b53fdd"
|
|
42
42
|
}
|