@lvce-editor/constants 1.14.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
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";
|
|
@@ -664,16 +666,22 @@ declare const Option$2 = 64;
|
|
|
664
666
|
declare const Code$1 = 65;
|
|
665
667
|
declare const Label$2 = 66;
|
|
666
668
|
declare const Dt$1 = 67;
|
|
667
|
-
declare const Empty$1 = 0;
|
|
668
669
|
declare const BrowserChromium = 1;
|
|
669
670
|
declare const BrowserElectron = 2;
|
|
670
671
|
declare const BrowserFirefox = 3;
|
|
672
|
+
declare const Empty$1 = 0;
|
|
671
673
|
declare const FocusAbout = 4;
|
|
672
674
|
declare const FocusActivityBar = 5;
|
|
675
|
+
declare const FocusColorPicker = 41;
|
|
676
|
+
declare const FocusConfirm = 40;
|
|
677
|
+
declare const FocusDebugConsoleInput = 29;
|
|
673
678
|
declare const FocusDebugInput = 6;
|
|
679
|
+
declare const FocusDebugScope = 30;
|
|
674
680
|
declare const FocusDialog = 7;
|
|
675
681
|
declare const FocusEditor = 12;
|
|
682
|
+
declare const FocusEditorCodeGenerator = 52;
|
|
676
683
|
declare const FocusEditorCompletions = 9;
|
|
684
|
+
declare const FocusEditorHover = 51;
|
|
677
685
|
declare const FocusEditorImage = 10;
|
|
678
686
|
declare const FocusEditorRename = 11;
|
|
679
687
|
declare const FocusEditorText = 12;
|
|
@@ -681,43 +689,44 @@ declare const FocusExplorer = 13;
|
|
|
681
689
|
declare const FocusExplorerEditBox = 14;
|
|
682
690
|
declare const FocusExtensions = 15;
|
|
683
691
|
declare const FocusFindWidget = 16;
|
|
692
|
+
declare const FocusFindWidgetCloseButton = 48;
|
|
693
|
+
declare const FocusFindWidgetMatchCase = 45;
|
|
694
|
+
declare const FocusFindWidgetNextMatchButton = 49;
|
|
695
|
+
declare const FocusFindWidgetPreviousMatchButton = 50;
|
|
696
|
+
declare const FocusFindWidgetRegex = 44;
|
|
697
|
+
declare const FocusFindWidgetReplace = 43;
|
|
698
|
+
declare const FocusFindWidgetReplaceAllButton = 47;
|
|
699
|
+
declare const FocusFindWidgetReplaceButton = 46;
|
|
700
|
+
declare const FocusFindWidgetToggleReplace = 42;
|
|
701
|
+
declare const FocusIgnoreFiles = 1012;
|
|
702
|
+
declare const FocusKeyBindingsTable = 39;
|
|
703
|
+
declare const FocusKeyBindingsWhenExpression = 53;
|
|
684
704
|
declare const FocusLocationList = 17;
|
|
685
705
|
declare const FocusMenu = 18;
|
|
706
|
+
declare const FocusOutput = 28;
|
|
686
707
|
declare const FocusProblems = 19;
|
|
687
708
|
declare const FocusQuickPickInput = 20;
|
|
709
|
+
declare const FocusSearch = 1013;
|
|
710
|
+
declare const FocusSearchExcludeInput = 1008;
|
|
711
|
+
declare const FocusSearchIncludeInput = 1007;
|
|
688
712
|
declare const FocusSearchInput = 21;
|
|
713
|
+
declare const FocusSearchMatchCase = 32;
|
|
714
|
+
declare const FocusSearchOpenEditors = 1011;
|
|
715
|
+
declare const FocusSearchPreserveCase = 36;
|
|
716
|
+
declare const FocusSearchRegex = 33;
|
|
717
|
+
declare const FocusSearchReplaceAll = 35;
|
|
718
|
+
declare const FocusSearchReplaceInput = 31;
|
|
689
719
|
declare const FocusSearchResults = 22;
|
|
720
|
+
declare const FocusSearchWholeWord = 34;
|
|
721
|
+
declare const FocusSimpleBrowser = 37;
|
|
690
722
|
declare const FocusSimpleBrowserInput = 23;
|
|
723
|
+
declare const FocusSourceActions = 38;
|
|
691
724
|
declare const FocusSourceControlInput = 24;
|
|
692
725
|
declare const FocusTerminal = 25;
|
|
693
726
|
declare const FocusTitleBarMenuBar = 26;
|
|
727
|
+
declare const FocusToggleDetails = 1010;
|
|
728
|
+
declare const FocusToggleReplace = 1020;
|
|
694
729
|
declare const FocusViewletList = 27;
|
|
695
|
-
declare const FocusOutput = 28;
|
|
696
|
-
declare const FocusDebugConsoleInput = 29;
|
|
697
|
-
declare const FocusDebugScope = 30;
|
|
698
|
-
declare const FocusSearchReplaceInput = 31;
|
|
699
|
-
declare const FocusSearchMatchCase = 32;
|
|
700
|
-
declare const FocusSearchRegex = 33;
|
|
701
|
-
declare const FocusSearchWholeWord = 34;
|
|
702
|
-
declare const FocusSearchReplaceAll = 35;
|
|
703
|
-
declare const FocusSearchPreserveCase = 36;
|
|
704
|
-
declare const FocusSimpleBrowser = 37;
|
|
705
|
-
declare const FocusSourceActions = 38;
|
|
706
|
-
declare const FocusKeyBindingsTable = 39;
|
|
707
|
-
declare const FocusConfirm = 40;
|
|
708
|
-
declare const FocusColorPicker = 41;
|
|
709
|
-
declare const FocusFindWidgetToggleReplace = 42;
|
|
710
|
-
declare const FocusFindWidgetReplace = 43;
|
|
711
|
-
declare const FocusFindWidgetRegex = 44;
|
|
712
|
-
declare const FocusFindWidgetMatchCase = 45;
|
|
713
|
-
declare const FocusFindWidgetReplaceButton = 46;
|
|
714
|
-
declare const FocusFindWidgetReplaceAllButton = 47;
|
|
715
|
-
declare const FocusFindWidgetCloseButton = 48;
|
|
716
|
-
declare const FocusFindWidgetNextMatchButton = 49;
|
|
717
|
-
declare const FocusFindWidgetPreviousMatchButton = 50;
|
|
718
|
-
declare const FocusEditorHover = 51;
|
|
719
|
-
declare const FocusEditorCodeGenerator = 52;
|
|
720
|
-
declare const FocusKeyBindingsWhenExpression = 53;
|
|
721
730
|
declare const CodeGenerator = 1;
|
|
722
731
|
declare const ColorPicker$1 = 2;
|
|
723
732
|
declare const Completion = 3;
|
|
@@ -790,7 +799,7 @@ declare namespace MouseEventType {
|
|
|
790
799
|
export { Keyboard, LeftClick };
|
|
791
800
|
}
|
|
792
801
|
declare namespace RpcId {
|
|
793
|
-
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 };
|
|
794
803
|
}
|
|
795
804
|
declare namespace UidSymbol {
|
|
796
805
|
export { uidSymbol };
|
|
@@ -802,7 +811,7 @@ declare namespace VirtualDomElements {
|
|
|
802
811
|
export { A$1 as A, Abbr$1 as Abbr, Article$1 as Article, Aside$2 as Aside, Audio$1 as Audio, Br$1 as Br, Button$4 as Button, Cite$1 as Cite, Code$1 as Code, Col$1 as Col, ColGroup$1 as ColGroup, Data$1 as Data, Dd$1 as Dd, Del$1 as Del, Div$1 as Div, Dl$1 as Dl, Dt$1 as Dt, Figcaption$1 as Figcaption, Figure$1 as Figure, Footer$1 as Footer, H1$1 as H1, H2$1 as H2, H3$1 as H3, H4$1 as H4, H5$1 as H5, H6$1 as H6, Header$1 as Header, Hr$1 as Hr, I$1 as I, Img$1 as Img, Input$1 as Input, Ins$1 as Ins, Kbd$1 as Kbd, Label$2 as Label, Li$1 as Li, Nav$1 as Nav, Ol$1 as Ol, Option$2 as Option, P$1 as P, Pre$1 as Pre, Root, Search$2 as Search, Section$1 as Section, Select$1 as Select, Span$1 as Span, TBody$1 as TBody, THead$1 as THead, Table$2 as Table, Td$1 as Td, Text, TextArea$1 as TextArea, Tfoot$1 as Tfoot, Th$1 as Th, Time$1 as Time, Tr$1 as Tr, Ul$1 as Ul, Video$1 as Video };
|
|
803
812
|
}
|
|
804
813
|
declare namespace WhenExpression {
|
|
805
|
-
export { BrowserChromium, BrowserElectron, BrowserFirefox, Empty$1 as Empty, FocusAbout, FocusActivityBar, FocusColorPicker, FocusConfirm, FocusDebugConsoleInput, FocusDebugInput, FocusDebugScope, FocusDialog, FocusEditor, FocusEditorCodeGenerator, FocusEditorCompletions, FocusEditorHover, FocusEditorImage, FocusEditorRename, FocusEditorText, FocusExplorer, FocusExplorerEditBox, FocusExtensions, FocusFindWidget, FocusFindWidgetCloseButton, FocusFindWidgetMatchCase, FocusFindWidgetNextMatchButton, FocusFindWidgetPreviousMatchButton, FocusFindWidgetRegex, FocusFindWidgetReplace, FocusFindWidgetReplaceAllButton, FocusFindWidgetReplaceButton, FocusFindWidgetToggleReplace, FocusKeyBindingsTable, FocusKeyBindingsWhenExpression, FocusLocationList, FocusMenu, FocusOutput, FocusProblems, FocusQuickPickInput, FocusSearchInput, FocusSearchMatchCase, FocusSearchPreserveCase, FocusSearchRegex, FocusSearchReplaceAll, FocusSearchReplaceInput, FocusSearchResults, FocusSearchWholeWord, FocusSimpleBrowser, FocusSimpleBrowserInput, FocusSourceActions, FocusSourceControlInput, FocusTerminal, FocusTitleBarMenuBar, FocusViewletList };
|
|
814
|
+
export { BrowserChromium, BrowserElectron, BrowserFirefox, Empty$1 as Empty, FocusAbout, FocusActivityBar, FocusColorPicker, FocusConfirm, FocusDebugConsoleInput, FocusDebugInput, FocusDebugScope, FocusDialog, FocusEditor, FocusEditorCodeGenerator, FocusEditorCompletions, FocusEditorHover, FocusEditorImage, FocusEditorRename, FocusEditorText, FocusExplorer, FocusExplorerEditBox, FocusExtensions, FocusFindWidget, FocusFindWidgetCloseButton, FocusFindWidgetMatchCase, FocusFindWidgetNextMatchButton, FocusFindWidgetPreviousMatchButton, FocusFindWidgetRegex, FocusFindWidgetReplace, FocusFindWidgetReplaceAllButton, FocusFindWidgetReplaceButton, FocusFindWidgetToggleReplace, FocusIgnoreFiles, FocusKeyBindingsTable, FocusKeyBindingsWhenExpression, FocusLocationList, FocusMenu, FocusOutput, FocusProblems, FocusQuickPickInput, FocusSearch, FocusSearchExcludeInput, FocusSearchIncludeInput, FocusSearchInput, FocusSearchMatchCase, FocusSearchOpenEditors, FocusSearchPreserveCase, FocusSearchRegex, FocusSearchReplaceAll, FocusSearchReplaceInput, FocusSearchResults, FocusSearchWholeWord, FocusSimpleBrowser, FocusSimpleBrowserInput, FocusSourceActions, FocusSourceControlInput, FocusTerminal, FocusTitleBarMenuBar, FocusToggleDetails, FocusToggleReplace, FocusViewletList };
|
|
806
815
|
}
|
|
807
816
|
declare namespace WidgetId {
|
|
808
817
|
export { CodeGenerator, ColorPicker$1 as ColorPicker, Completion, CompletionDetail, Find, Hover, Rename$1 as Rename, SourceAction };
|
|
@@ -1,13 +1,19 @@
|
|
|
1
|
-
export const Empty = 0;
|
|
2
1
|
export const BrowserChromium = 1;
|
|
3
2
|
export const BrowserElectron = 2;
|
|
4
3
|
export const BrowserFirefox = 3;
|
|
4
|
+
export const Empty = 0;
|
|
5
5
|
export const FocusAbout = 4;
|
|
6
6
|
export const FocusActivityBar = 5;
|
|
7
|
+
export const FocusColorPicker = 41;
|
|
8
|
+
export const FocusConfirm = 40;
|
|
9
|
+
export const FocusDebugConsoleInput = 29;
|
|
7
10
|
export const FocusDebugInput = 6;
|
|
11
|
+
export const FocusDebugScope = 30;
|
|
8
12
|
export const FocusDialog = 7;
|
|
9
13
|
export const FocusEditor = 12;
|
|
14
|
+
export const FocusEditorCodeGenerator = 52;
|
|
10
15
|
export const FocusEditorCompletions = 9;
|
|
16
|
+
export const FocusEditorHover = 51;
|
|
11
17
|
export const FocusEditorImage = 10;
|
|
12
18
|
export const FocusEditorRename = 11;
|
|
13
19
|
export const FocusEditorText = 12;
|
|
@@ -15,40 +21,41 @@ export const FocusExplorer = 13;
|
|
|
15
21
|
export const FocusExplorerEditBox = 14;
|
|
16
22
|
export const FocusExtensions = 15;
|
|
17
23
|
export const FocusFindWidget = 16;
|
|
24
|
+
export const FocusFindWidgetCloseButton = 48;
|
|
25
|
+
export const FocusFindWidgetMatchCase = 45;
|
|
26
|
+
export const FocusFindWidgetNextMatchButton = 49;
|
|
27
|
+
export const FocusFindWidgetPreviousMatchButton = 50;
|
|
28
|
+
export const FocusFindWidgetRegex = 44;
|
|
29
|
+
export const FocusFindWidgetReplace = 43;
|
|
30
|
+
export const FocusFindWidgetReplaceAllButton = 47;
|
|
31
|
+
export const FocusFindWidgetReplaceButton = 46;
|
|
32
|
+
export const FocusFindWidgetToggleReplace = 42;
|
|
33
|
+
export const FocusIgnoreFiles = 1012;
|
|
34
|
+
export const FocusKeyBindingsTable = 39;
|
|
35
|
+
export const FocusKeyBindingsWhenExpression = 53;
|
|
18
36
|
export const FocusLocationList = 17;
|
|
19
37
|
export const FocusMenu = 18;
|
|
38
|
+
export const FocusOutput = 28;
|
|
20
39
|
export const FocusProblems = 19;
|
|
21
40
|
export const FocusQuickPickInput = 20;
|
|
41
|
+
export const FocusSearch = 1013;
|
|
42
|
+
export const FocusSearchExcludeInput = 1008;
|
|
43
|
+
export const FocusSearchIncludeInput = 1007;
|
|
22
44
|
export const FocusSearchInput = 21;
|
|
45
|
+
export const FocusSearchMatchCase = 32;
|
|
46
|
+
export const FocusSearchOpenEditors = 1011;
|
|
47
|
+
export const FocusSearchPreserveCase = 36;
|
|
48
|
+
export const FocusSearchRegex = 33;
|
|
49
|
+
export const FocusSearchReplaceAll = 35;
|
|
50
|
+
export const FocusSearchReplaceInput = 31;
|
|
23
51
|
export const FocusSearchResults = 22;
|
|
52
|
+
export const FocusSearchWholeWord = 34;
|
|
53
|
+
export const FocusSimpleBrowser = 37;
|
|
24
54
|
export const FocusSimpleBrowserInput = 23;
|
|
55
|
+
export const FocusSourceActions = 38;
|
|
25
56
|
export const FocusSourceControlInput = 24;
|
|
26
57
|
export const FocusTerminal = 25;
|
|
27
58
|
export const FocusTitleBarMenuBar = 26;
|
|
59
|
+
export const FocusToggleDetails = 1010;
|
|
60
|
+
export const FocusToggleReplace = 1020;
|
|
28
61
|
export const FocusViewletList = 27;
|
|
29
|
-
export const FocusOutput = 28;
|
|
30
|
-
export const FocusDebugConsoleInput = 29;
|
|
31
|
-
export const FocusDebugScope = 30;
|
|
32
|
-
export const FocusSearchReplaceInput = 31;
|
|
33
|
-
export const FocusSearchMatchCase = 32;
|
|
34
|
-
export const FocusSearchRegex = 33;
|
|
35
|
-
export const FocusSearchWholeWord = 34;
|
|
36
|
-
export const FocusSearchReplaceAll = 35;
|
|
37
|
-
export const FocusSearchPreserveCase = 36;
|
|
38
|
-
export const FocusSimpleBrowser = 37;
|
|
39
|
-
export const FocusSourceActions = 38;
|
|
40
|
-
export const FocusKeyBindingsTable = 39;
|
|
41
|
-
export const FocusConfirm = 40;
|
|
42
|
-
export const FocusColorPicker = 41;
|
|
43
|
-
export const FocusFindWidgetToggleReplace = 42;
|
|
44
|
-
export const FocusFindWidgetReplace = 43;
|
|
45
|
-
export const FocusFindWidgetRegex = 44;
|
|
46
|
-
export const FocusFindWidgetMatchCase = 45;
|
|
47
|
-
export const FocusFindWidgetReplaceButton = 46;
|
|
48
|
-
export const FocusFindWidgetReplaceAllButton = 47;
|
|
49
|
-
export const FocusFindWidgetCloseButton = 48;
|
|
50
|
-
export const FocusFindWidgetNextMatchButton = 49;
|
|
51
|
-
export const FocusFindWidgetPreviousMatchButton = 50;
|
|
52
|
-
export const FocusEditorHover = 51;
|
|
53
|
-
export const FocusEditorCodeGenerator = 52;
|
|
54
|
-
export const FocusKeyBindingsWhenExpression = 53;
|