@lvce-editor/constants 1.15.0 → 1.16.0
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.d.ts +3 -1
- package/dist/parts/RpcId/RpcId.js +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -597,6 +597,8 @@ declare const TestWorker = 9001;
|
|
|
597
597
|
declare const FindWidgetWorker = 9002;
|
|
598
598
|
declare const HoverWorker = 9003;
|
|
599
599
|
declare const RenameWorker = 9004;
|
|
600
|
+
declare const TestWithPlaywrightCli = 6000;
|
|
601
|
+
declare const TestWithPlaywrightWorker = 6001;
|
|
600
602
|
declare const uidSymbol: unique symbol;
|
|
601
603
|
declare const FocusElementByName = "Viewlet.focusElementByName";
|
|
602
604
|
declare const FocusSelector = "Viewlet.focusSelector";
|
|
@@ -797,7 +799,7 @@ declare namespace MouseEventType {
|
|
|
797
799
|
export { Keyboard, LeftClick };
|
|
798
800
|
}
|
|
799
801
|
declare namespace RpcId {
|
|
800
|
-
export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, FileSystemProcess, FileSystemWorker, FindWidgetWorker, HoverWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, SyntaxHighlightingWorker, TestWorker };
|
|
802
|
+
export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, FileSystemProcess, FileSystemWorker, FindWidgetWorker, HoverWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, SyntaxHighlightingWorker, TestWithPlaywrightCli, TestWithPlaywrightWorker, TestWorker };
|
|
801
803
|
}
|
|
802
804
|
declare namespace UidSymbol {
|
|
803
805
|
export { uidSymbol };
|