@lvce-editor/constants 1.18.0 → 1.19.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
CHANGED
|
@@ -615,8 +615,10 @@ declare const RestoreFocus = 6;
|
|
|
615
615
|
declare const Ignore = 7;
|
|
616
616
|
declare const Keyboard = -1;
|
|
617
617
|
declare const LeftClick = 0;
|
|
618
|
+
declare const Web = 1;
|
|
618
619
|
declare const Electron = 2;
|
|
619
620
|
declare const Remote = 3;
|
|
621
|
+
declare const Test = 4;
|
|
620
622
|
declare const ClipBoardProcess = 3401;
|
|
621
623
|
declare const ClipBoardWorker = 3400;
|
|
622
624
|
declare const ColorPickerWorker = 302;
|
|
@@ -648,6 +650,7 @@ declare const HoverWorker = 9003;
|
|
|
648
650
|
declare const RenameWorker = 9004;
|
|
649
651
|
declare const TestWithPlaywrightCli = 6000;
|
|
650
652
|
declare const TestWithPlaywrightWorker = 6001;
|
|
653
|
+
declare const IconThemeWorker = 7009;
|
|
651
654
|
declare const uidSymbol: unique symbol;
|
|
652
655
|
declare const FocusElementByName = "Viewlet.focusElementByName";
|
|
653
656
|
declare const FocusSelector = "Viewlet.focusSelector";
|
|
@@ -859,10 +862,10 @@ declare namespace MouseEventType {
|
|
|
859
862
|
export { Keyboard, LeftClick };
|
|
860
863
|
}
|
|
861
864
|
declare namespace PlatformType {
|
|
862
|
-
export { Electron, Remote };
|
|
865
|
+
export { Electron, Remote, Test, Web };
|
|
863
866
|
}
|
|
864
867
|
declare namespace RpcId {
|
|
865
|
-
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 };
|
|
868
|
+
export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, FileSystemProcess, FileSystemWorker, FindWidgetWorker, HoverWorker, IconThemeWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, SyntaxHighlightingWorker, TestWithPlaywrightCli, TestWithPlaywrightWorker, TestWorker };
|
|
866
869
|
}
|
|
867
870
|
declare namespace UidSymbol {
|
|
868
871
|
export { uidSymbol };
|