@lvce-editor/constants 2.6.0 → 2.7.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
|
@@ -705,6 +705,7 @@ declare const TitleBarContextMenu = 90;
|
|
|
705
705
|
declare const InputContextMenu = 91;
|
|
706
706
|
declare const SearchMatchContextMenu = 93;
|
|
707
707
|
declare const SettingsFilter = 94;
|
|
708
|
+
declare const ExtensionSearchFilter = 95;
|
|
708
709
|
declare const Separator$2 = 1;
|
|
709
710
|
declare const None$2 = 0;
|
|
710
711
|
declare const SubMenu$1 = 4;
|
|
@@ -1032,7 +1033,7 @@ declare namespace LinkTarget {
|
|
|
1032
1033
|
export { External };
|
|
1033
1034
|
}
|
|
1034
1035
|
declare namespace MenuEntryId {
|
|
1035
|
-
export { ActivityBar, ActivityBarAdditionalViews, E2eTests, Edit, Editor, EditorImage, Explorer, ExtensionDetailIconContextMenu, ExtensionDetailReadme, File$1 as File, Go, Help$1 as Help, InputContextMenu, KeyBindingsTable, Main, ManageExtension, OpenRecent, Problems$1 as Problems, ProblemsFilter, Run, Search$2 as Search, SearchMatchContextMenu, Selection, Settings, SettingsFilter, SimpleBrowser, SourceControl, Tab$4 as Tab, Terminal, TitleBar, TitleBarContextMenu, View };
|
|
1036
|
+
export { ActivityBar, ActivityBarAdditionalViews, E2eTests, Edit, Editor, EditorImage, Explorer, ExtensionDetailIconContextMenu, ExtensionDetailReadme, ExtensionSearchFilter, File$1 as File, Go, Help$1 as Help, InputContextMenu, KeyBindingsTable, Main, ManageExtension, OpenRecent, Problems$1 as Problems, ProblemsFilter, Run, Search$2 as Search, SearchMatchContextMenu, Selection, Settings, SettingsFilter, SimpleBrowser, SourceControl, Tab$4 as Tab, Terminal, TitleBar, TitleBarContextMenu, View };
|
|
1036
1037
|
}
|
|
1037
1038
|
declare namespace MenuItemFlags {
|
|
1038
1039
|
export { Checked, Disabled, Ignore, None$2 as None, RestoreFocus, Separator$2 as Separator, SubMenu$1 as SubMenu, Unchecked };
|