@lvce-editor/constants 1.28.0 → 1.30.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
|
@@ -643,6 +643,7 @@ declare const Main = 24;
|
|
|
643
643
|
declare const ProblemsFilter = 25;
|
|
644
644
|
declare const KeyBindingsTable = 26;
|
|
645
645
|
declare const E2eTests = 27;
|
|
646
|
+
declare const ExtensionDetailIconContextMenu = 4091;
|
|
646
647
|
declare const Separator$1 = 1;
|
|
647
648
|
declare const None$2 = 0;
|
|
648
649
|
declare const SubMenu = 4;
|
|
@@ -927,7 +928,7 @@ declare namespace KeyModifier {
|
|
|
927
928
|
export { Alt$1 as Alt, CtrlCmd, Shift, WinCtrl };
|
|
928
929
|
}
|
|
929
930
|
declare namespace MenuEntryId {
|
|
930
|
-
export { ActivityBar, ActivityBarAdditionalViews, E2eTests, Edit, Editor, EditorImage, Explorer, ExtensionDetailReadme, File$1 as File, Go, Help, KeyBindingsTable, Main, ManageExtension, OpenRecent, Problems$1 as Problems, ProblemsFilter, Run, Search$2 as Search, Selection, Settings, SimpleBrowser, SourceControl, Tab$4 as Tab, Terminal, TitleBar, View };
|
|
931
|
+
export { ActivityBar, ActivityBarAdditionalViews, E2eTests, Edit, Editor, EditorImage, Explorer, ExtensionDetailIconContextMenu, ExtensionDetailReadme, File$1 as File, Go, Help, KeyBindingsTable, Main, ManageExtension, OpenRecent, Problems$1 as Problems, ProblemsFilter, Run, Search$2 as Search, Selection, Settings, SimpleBrowser, SourceControl, Tab$4 as Tab, Terminal, TitleBar, View };
|
|
931
932
|
}
|
|
932
933
|
declare namespace MenuItemFlags {
|
|
933
934
|
export { Checked, Disabled, Ignore, None$2 as None, RestoreFocus, Separator$1 as Separator, SubMenu, Unchecked };
|