@lvce-editor/constants 1.32.0 → 1.33.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
@@ -645,6 +645,7 @@ declare const KeyBindingsTable = 26;
645
645
  declare const E2eTests = 27;
646
646
  declare const ExtensionDetailIconContextMenu = 4091;
647
647
  declare const TitleBarContextMenu = 90;
648
+ declare const InputContextMenu = 91;
648
649
  declare const Separator$1 = 1;
649
650
  declare const None$2 = 0;
650
651
  declare const SubMenu = 4;
@@ -931,7 +932,7 @@ declare namespace KeyModifier {
931
932
  export { Alt$1 as Alt, CtrlCmd, Shift, WinCtrl };
932
933
  }
933
934
  declare namespace MenuEntryId {
934
- 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, TitleBarContextMenu, View };
935
+ export { ActivityBar, ActivityBarAdditionalViews, E2eTests, Edit, Editor, EditorImage, Explorer, ExtensionDetailIconContextMenu, ExtensionDetailReadme, File$1 as File, Go, Help, InputContextMenu, KeyBindingsTable, Main, ManageExtension, OpenRecent, Problems$1 as Problems, ProblemsFilter, Run, Search$2 as Search, Selection, Settings, SimpleBrowser, SourceControl, Tab$4 as Tab, Terminal, TitleBar, TitleBarContextMenu, View };
935
936
  }
936
937
  declare namespace MenuItemFlags {
937
938
  export { Checked, Disabled, Ignore, None$2 as None, RestoreFocus, Separator$1 as Separator, SubMenu, Unchecked };
@@ -27,3 +27,4 @@ export const KeyBindingsTable = 26;
27
27
  export const E2eTests = 27;
28
28
  export const ExtensionDetailIconContextMenu = 4091;
29
29
  export const TitleBarContextMenu = 90;
30
+ export const InputContextMenu = 91;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/constants",
3
- "version": "1.32.0",
3
+ "version": "1.33.0",
4
4
  "description": "Constants",
5
5
  "repository": {
6
6
  "type": "git",