@lvce-editor/constants 1.42.0 → 1.44.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
|
@@ -692,6 +692,14 @@ declare const View$1 = 8;
|
|
|
692
692
|
declare const WorkspaceSymbol = 9;
|
|
693
693
|
declare const Noop = 10;
|
|
694
694
|
declare const EveryThing = 100;
|
|
695
|
+
declare const Command = ">";
|
|
696
|
+
declare const Symbol$1 = "@";
|
|
697
|
+
declare const WorkspaceSymbol$1 = "#";
|
|
698
|
+
declare const GoToLine$1 = ":";
|
|
699
|
+
declare const View$2 = "view ";
|
|
700
|
+
declare const None$3 = "";
|
|
701
|
+
declare const Help$2 = "?";
|
|
702
|
+
declare const GoToColumn = "::";
|
|
695
703
|
declare const ClipBoardProcess = 3401;
|
|
696
704
|
declare const ClipBoardWorker = 3400;
|
|
697
705
|
declare const ColorPickerWorker = 302;
|
|
@@ -703,12 +711,18 @@ declare const EmbedsWorker = 208;
|
|
|
703
711
|
declare const ErrorWorker = 3308;
|
|
704
712
|
declare const ExtensionDetailWorker = 3402;
|
|
705
713
|
declare const ExtensionHostWorker = 44;
|
|
714
|
+
declare const ExtensionManagementWorker = 9006;
|
|
706
715
|
declare const FileSystemProcess = 210;
|
|
707
716
|
declare const FileSystemWorker = 209;
|
|
717
|
+
declare const FindWidgetWorker = 9002;
|
|
718
|
+
declare const HoverWorker = 9003;
|
|
719
|
+
declare const IconThemeWorker = 7009;
|
|
720
|
+
declare const IframeWorker = 344;
|
|
708
721
|
declare const MainProcess = -5;
|
|
709
722
|
declare const MarkdownWorker = 300;
|
|
710
723
|
declare const OutputWorker = 7001;
|
|
711
724
|
declare const ProblemsWorker = 3403;
|
|
725
|
+
declare const RenameWorker = 9004;
|
|
712
726
|
declare const RendererProcess = 1670;
|
|
713
727
|
declare const RendererWorker = 1;
|
|
714
728
|
declare const SearchProcess = 77;
|
|
@@ -717,21 +731,17 @@ declare const SharedProcess = 1;
|
|
|
717
731
|
declare const SourceActionWorker = 303;
|
|
718
732
|
declare const SourceControlWorker = 66;
|
|
719
733
|
declare const SyntaxHighlightingWorker = 3309;
|
|
720
|
-
declare const TestWorker = 9001;
|
|
721
|
-
declare const FindWidgetWorker = 9002;
|
|
722
|
-
declare const HoverWorker = 9003;
|
|
723
|
-
declare const RenameWorker = 9004;
|
|
724
734
|
declare const TestWithPlaywrightCli = 6000;
|
|
725
735
|
declare const TestWithPlaywrightWorker = 6001;
|
|
726
|
-
declare const
|
|
727
|
-
declare const TextSearchWorker = 7010;
|
|
736
|
+
declare const TestWorker = 9001;
|
|
728
737
|
declare const TextMeasurementWorker = 7011;
|
|
738
|
+
declare const TextSearchWorker = 7010;
|
|
729
739
|
declare const Left = 1;
|
|
730
740
|
declare const Right = 2;
|
|
731
741
|
declare const File$3 = 1;
|
|
732
742
|
declare const Match = 2;
|
|
733
743
|
declare const uidSymbol: unique symbol;
|
|
734
|
-
declare const None$
|
|
744
|
+
declare const None$4 = 0;
|
|
735
745
|
declare const CheckingForUpdate = 1;
|
|
736
746
|
declare const DownloadingUpdate = 2;
|
|
737
747
|
declare const DownloadedUpdate = 3;
|
|
@@ -976,8 +986,11 @@ declare namespace PlatformType {
|
|
|
976
986
|
declare namespace QuickPickEntryId {
|
|
977
987
|
export { ColorTheme, Commands, Custom, EveryThing, File$2 as File, GoToLine, Help$1 as Help, Noop, Recent, Symbol$1 as Symbol, View$1 as View, WorkspaceSymbol };
|
|
978
988
|
}
|
|
989
|
+
declare namespace QuickPickPrefix {
|
|
990
|
+
export { Command, GoToColumn, GoToLine$1 as GoToLine, Help$2 as Help, None$3 as None, Symbol$1 as Symbol, View$2 as View, WorkspaceSymbol$1 as WorkspaceSymbol };
|
|
991
|
+
}
|
|
979
992
|
declare namespace RpcId {
|
|
980
|
-
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, TextMeasurementWorker, TextSearchWorker };
|
|
993
|
+
export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, ExtensionManagementWorker, FileSystemProcess, FileSystemWorker, FindWidgetWorker, HoverWorker, IconThemeWorker, IframeWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, SyntaxHighlightingWorker, TestWithPlaywrightCli, TestWithPlaywrightWorker, TestWorker, TextMeasurementWorker, TextSearchWorker };
|
|
981
994
|
}
|
|
982
995
|
declare namespace SideBarLocationType {
|
|
983
996
|
export { Left, Right };
|
|
@@ -989,7 +1002,7 @@ declare namespace UidSymbol {
|
|
|
989
1002
|
export { uidSymbol };
|
|
990
1003
|
}
|
|
991
1004
|
declare namespace UpdateState {
|
|
992
|
-
export { CheckingForUpdate, DownloadedUpdate, DownloadingUpdate, InstallingUpdated, None$
|
|
1005
|
+
export { CheckingForUpdate, DownloadedUpdate, DownloadingUpdate, InstallingUpdated, None$4 as None, WaitingForRestart };
|
|
993
1006
|
}
|
|
994
1007
|
declare namespace ViewletCommand {
|
|
995
1008
|
export { FocusElementByName, FocusSelector, SetCss, SetDom2, SetDragData, SetFocusContext, SetProperty, SetSelectionByName, SetValueByName };
|
|
@@ -1039,6 +1052,7 @@ export {
|
|
|
1039
1052
|
PatchType,
|
|
1040
1053
|
PlatformType,
|
|
1041
1054
|
QuickPickEntryId,
|
|
1055
|
+
QuickPickPrefix,
|
|
1042
1056
|
RpcId,
|
|
1043
1057
|
SideBarLocationType,
|
|
1044
1058
|
TextSearchResultType,
|
package/dist/parts/Main/Main.js
CHANGED
|
@@ -26,6 +26,7 @@ export * as ParseKey from "../ParseKey/ParseKey.js";
|
|
|
26
26
|
export * as PatchType from "../PatchType/PatchType.js";
|
|
27
27
|
export * as PlatformType from "../PlatformType/PlatformType.js";
|
|
28
28
|
export * as QuickPickEntryId from "../QuickPickEntryId/QuickPickEntryId.js";
|
|
29
|
+
export * as QuickPickPrefix from "../QuickPickPrefix/QuickPickPrefix.js";
|
|
29
30
|
export * as RpcId from "../RpcId/RpcId.js";
|
|
30
31
|
export * as SideBarLocationType from "../SideBarLocationType/SideBarLocationType.js";
|
|
31
32
|
export * as TextSearchResultType from "../TextSearchResultType/TextSearchResultType.js";
|
|
@@ -9,12 +9,18 @@ export const EmbedsWorker = 208;
|
|
|
9
9
|
export const ErrorWorker = 3308;
|
|
10
10
|
export const ExtensionDetailWorker = 3402;
|
|
11
11
|
export const ExtensionHostWorker = 44;
|
|
12
|
+
export const ExtensionManagementWorker = 9006;
|
|
12
13
|
export const FileSystemProcess = 210;
|
|
13
14
|
export const FileSystemWorker = 209;
|
|
15
|
+
export const FindWidgetWorker = 9002;
|
|
16
|
+
export const HoverWorker = 9003;
|
|
17
|
+
export const IconThemeWorker = 7009;
|
|
18
|
+
export const IframeWorker = 344;
|
|
14
19
|
export const MainProcess = -5;
|
|
15
20
|
export const MarkdownWorker = 300;
|
|
16
21
|
export const OutputWorker = 7001;
|
|
17
22
|
export const ProblemsWorker = 3403;
|
|
23
|
+
export const RenameWorker = 9004;
|
|
18
24
|
export const RendererProcess = 1670;
|
|
19
25
|
export const RendererWorker = 1;
|
|
20
26
|
export const SearchProcess = 77;
|
|
@@ -23,12 +29,8 @@ export const SharedProcess = 1;
|
|
|
23
29
|
export const SourceActionWorker = 303;
|
|
24
30
|
export const SourceControlWorker = 66;
|
|
25
31
|
export const SyntaxHighlightingWorker = 3309;
|
|
26
|
-
export const TestWorker = 9001;
|
|
27
|
-
export const FindWidgetWorker = 9002;
|
|
28
|
-
export const HoverWorker = 9003;
|
|
29
|
-
export const RenameWorker = 9004;
|
|
30
32
|
export const TestWithPlaywrightCli = 6000;
|
|
31
33
|
export const TestWithPlaywrightWorker = 6001;
|
|
32
|
-
export const
|
|
33
|
-
export const TextSearchWorker = 7010;
|
|
34
|
+
export const TestWorker = 9001;
|
|
34
35
|
export const TextMeasurementWorker = 7011;
|
|
36
|
+
export const TextSearchWorker = 7010;
|