@ws-ui/code-editor 1.12.2 → 1.12.3
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/index.es.js +3 -3
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -18,7 +18,7 @@ import { CloseAction as Ye, ErrorAction as He } from "vscode-languageclient";
|
|
|
18
18
|
import * as a from "monaco-editor";
|
|
19
19
|
import { Selection as _e, KeyMod as T, KeyCode as O, editor as Ie, Range as ze, Uri as $e, CancellationTokenSource as Ue } from "monaco-editor";
|
|
20
20
|
import { WebSocketMessageReader as qe, WebSocketMessageWriter as Qe, toSocket as et } from "vscode-ws-jsonrpc";
|
|
21
|
-
import {
|
|
21
|
+
import { DocumentDiagnosticRequest as tt, TextDocumentSaveReason as nt, WillSaveTextDocumentNotification as it, DidSaveTextDocumentNotification as ot, WillCreateFilesRequest as rt, WillRenameFilesRequest as st, WillDeleteFilesRequest as at, DidCreateFilesNotification as lt, DidRenameFilesNotification as ct, DidDeleteFilesNotification as gt, SemanticTokensRegistrationType as ut } from "vscode-languageserver-protocol";
|
|
22
22
|
import { StandaloneServices as dt, ICodeEditorService as It } from "vscode/services";
|
|
23
23
|
import { KeybindingsRegistry as ne } from "vscode/monaco";
|
|
24
24
|
import "@codingame/monaco-vscode-standalone-languages";
|
|
@@ -865,12 +865,12 @@ const pe = ge(void 0), Gn = ({
|
|
|
865
865
|
}, N = (m) => {
|
|
866
866
|
if (p.current) {
|
|
867
867
|
const u = l(
|
|
868
|
-
|
|
868
|
+
tt.method
|
|
869
869
|
);
|
|
870
870
|
for (const d of u)
|
|
871
871
|
d.onDidChangeDiagnosticsEmitter.fire();
|
|
872
872
|
}
|
|
873
|
-
}, k = (m, u =
|
|
873
|
+
}, k = (m, u = nt.Manual) => {
|
|
874
874
|
var d;
|
|
875
875
|
(d = p.current) == null || d.sendNotification(it.type, {
|
|
876
876
|
textDocument: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ws-ui/code-editor",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@codingame/monaco-vscode-theme-service-override": "8.0.4",
|
|
58
58
|
"@monaco-editor/react": "4.6.0",
|
|
59
59
|
"@popperjs/core": "^2.9.2",
|
|
60
|
-
"@ws-ui/shared": "1.12.
|
|
60
|
+
"@ws-ui/shared": "1.12.3",
|
|
61
61
|
"classnames": "^2.3.1",
|
|
62
62
|
"lodash": "^4.17.21",
|
|
63
63
|
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@8.0.4",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@types/react-dom": "^17.0.5",
|
|
82
82
|
"@types/react-select": "^4.0.15",
|
|
83
83
|
"@vitejs/plugin-react": "^4.3.4",
|
|
84
|
-
"@ws-ui/vite-plugins": "1.12.
|
|
84
|
+
"@ws-ui/vite-plugins": "1.12.3",
|
|
85
85
|
"autoprefixer": "^10.4.2",
|
|
86
86
|
"cross-env": "^7.0.3",
|
|
87
87
|
"esbuild": "^0.18.20",
|