@lvce-editor/constants 1.14.0 → 1.15.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 +35 -28
- package/dist/parts/WhenExpression/WhenExpression.js +34 -27
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -664,16 +664,22 @@ declare const Option$2 = 64;
|
|
|
664
664
|
declare const Code$1 = 65;
|
|
665
665
|
declare const Label$2 = 66;
|
|
666
666
|
declare const Dt$1 = 67;
|
|
667
|
-
declare const Empty$1 = 0;
|
|
668
667
|
declare const BrowserChromium = 1;
|
|
669
668
|
declare const BrowserElectron = 2;
|
|
670
669
|
declare const BrowserFirefox = 3;
|
|
670
|
+
declare const Empty$1 = 0;
|
|
671
671
|
declare const FocusAbout = 4;
|
|
672
672
|
declare const FocusActivityBar = 5;
|
|
673
|
+
declare const FocusColorPicker = 41;
|
|
674
|
+
declare const FocusConfirm = 40;
|
|
675
|
+
declare const FocusDebugConsoleInput = 29;
|
|
673
676
|
declare const FocusDebugInput = 6;
|
|
677
|
+
declare const FocusDebugScope = 30;
|
|
674
678
|
declare const FocusDialog = 7;
|
|
675
679
|
declare const FocusEditor = 12;
|
|
680
|
+
declare const FocusEditorCodeGenerator = 52;
|
|
676
681
|
declare const FocusEditorCompletions = 9;
|
|
682
|
+
declare const FocusEditorHover = 51;
|
|
677
683
|
declare const FocusEditorImage = 10;
|
|
678
684
|
declare const FocusEditorRename = 11;
|
|
679
685
|
declare const FocusEditorText = 12;
|
|
@@ -681,43 +687,44 @@ declare const FocusExplorer = 13;
|
|
|
681
687
|
declare const FocusExplorerEditBox = 14;
|
|
682
688
|
declare const FocusExtensions = 15;
|
|
683
689
|
declare const FocusFindWidget = 16;
|
|
690
|
+
declare const FocusFindWidgetCloseButton = 48;
|
|
691
|
+
declare const FocusFindWidgetMatchCase = 45;
|
|
692
|
+
declare const FocusFindWidgetNextMatchButton = 49;
|
|
693
|
+
declare const FocusFindWidgetPreviousMatchButton = 50;
|
|
694
|
+
declare const FocusFindWidgetRegex = 44;
|
|
695
|
+
declare const FocusFindWidgetReplace = 43;
|
|
696
|
+
declare const FocusFindWidgetReplaceAllButton = 47;
|
|
697
|
+
declare const FocusFindWidgetReplaceButton = 46;
|
|
698
|
+
declare const FocusFindWidgetToggleReplace = 42;
|
|
699
|
+
declare const FocusIgnoreFiles = 1012;
|
|
700
|
+
declare const FocusKeyBindingsTable = 39;
|
|
701
|
+
declare const FocusKeyBindingsWhenExpression = 53;
|
|
684
702
|
declare const FocusLocationList = 17;
|
|
685
703
|
declare const FocusMenu = 18;
|
|
704
|
+
declare const FocusOutput = 28;
|
|
686
705
|
declare const FocusProblems = 19;
|
|
687
706
|
declare const FocusQuickPickInput = 20;
|
|
707
|
+
declare const FocusSearch = 1013;
|
|
708
|
+
declare const FocusSearchExcludeInput = 1008;
|
|
709
|
+
declare const FocusSearchIncludeInput = 1007;
|
|
688
710
|
declare const FocusSearchInput = 21;
|
|
711
|
+
declare const FocusSearchMatchCase = 32;
|
|
712
|
+
declare const FocusSearchOpenEditors = 1011;
|
|
713
|
+
declare const FocusSearchPreserveCase = 36;
|
|
714
|
+
declare const FocusSearchRegex = 33;
|
|
715
|
+
declare const FocusSearchReplaceAll = 35;
|
|
716
|
+
declare const FocusSearchReplaceInput = 31;
|
|
689
717
|
declare const FocusSearchResults = 22;
|
|
718
|
+
declare const FocusSearchWholeWord = 34;
|
|
719
|
+
declare const FocusSimpleBrowser = 37;
|
|
690
720
|
declare const FocusSimpleBrowserInput = 23;
|
|
721
|
+
declare const FocusSourceActions = 38;
|
|
691
722
|
declare const FocusSourceControlInput = 24;
|
|
692
723
|
declare const FocusTerminal = 25;
|
|
693
724
|
declare const FocusTitleBarMenuBar = 26;
|
|
725
|
+
declare const FocusToggleDetails = 1010;
|
|
726
|
+
declare const FocusToggleReplace = 1020;
|
|
694
727
|
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
728
|
declare const CodeGenerator = 1;
|
|
722
729
|
declare const ColorPicker$1 = 2;
|
|
723
730
|
declare const Completion = 3;
|
|
@@ -802,7 +809,7 @@ declare namespace VirtualDomElements {
|
|
|
802
809
|
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
810
|
}
|
|
804
811
|
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 };
|
|
812
|
+
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
813
|
}
|
|
807
814
|
declare namespace WidgetId {
|
|
808
815
|
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;
|