@lvce-editor/constants 1.26.0 → 1.28.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
@@ -1,9 +1,17 @@
1
1
  // Generated by dts-bundle-generator v9.5.1
2
2
 
3
+ declare const Tab = 1;
4
+ declare const Button: number;
5
+ declare const Progress: number;
6
+ declare const Enabled: number;
7
+ declare const Selected: number;
8
+ declare const Focused: number;
9
+ declare const MarginTop: number;
3
10
  declare const Alert = "alert";
4
- declare const Button = "button";
11
+ declare const Button$1 = "button";
5
12
  declare const CheckBox = "checkbox";
6
13
  declare const ComboBox = "combobox";
14
+ declare const ContentInfo = "contentinfo";
7
15
  declare const Document = "document";
8
16
  declare const Group = "group";
9
17
  declare const ListBox = "listbox";
@@ -18,7 +26,7 @@ declare const Panel = "panel";
18
26
  declare const ScrollBar = "scrollbar";
19
27
  declare const Separator = "separator";
20
28
  declare const Status = "status";
21
- declare const Tab = "tab";
29
+ declare const Tab$1 = "tab";
22
30
  declare const TabList = "tablist";
23
31
  declare const ToolBar = "toolbar";
24
32
  declare const Tree = "tree";
@@ -29,7 +37,7 @@ declare const AdditionalDetailsEntry = "AdditionalDetailsEntry";
29
37
  declare const AdditionalDetailsTitle = "AdditionalDetailsTitle";
30
38
  declare const Aside = "Aside";
31
39
  declare const Badge = "Badge";
32
- declare const Button$1 = "Button";
40
+ declare const Button$2 = "Button";
33
41
  declare const ButtonPrimary = "ButtonPrimary";
34
42
  declare const CallStackArrow = "CallStackArrow";
35
43
  declare const CallStackDescription = "CallStackDescription";
@@ -297,7 +305,7 @@ declare const ToggleBlockComment = "toggleBlockComment";
297
305
  declare const Unknown$1 = "unknown";
298
306
  declare const getElementTag: (type: number) => string;
299
307
  declare const Audio = "audio";
300
- declare const Button$2 = "button";
308
+ declare const Button$3 = "button";
301
309
  declare const Col = "col";
302
310
  declare const ColGroup = "colgroup";
303
311
  declare const Del = "del";
@@ -354,21 +362,23 @@ declare const Dt = "dt";
354
362
  declare const ENOENT = "ENOENT";
355
363
  declare const EXDEV = "EXDEV";
356
364
  declare const AltKey = "event.altKey";
357
- declare const Button$3 = "event.button";
365
+ declare const Button$4 = "event.button";
358
366
  declare const ClientX = "event.clientX";
359
367
  declare const ClientY = "event.clientY";
360
368
  declare const CtrlKey = "event.ctrlKey";
361
- declare const ShiftKey = "event.shiftKey";
369
+ declare const DataTransferFiles = "event.dataTransfer.files";
370
+ declare const DataTransferFiles2 = "event.dataTransfer.files2";
371
+ declare const DefaultPrevented = "event.defaultPrevented";
362
372
  declare const DeltaMode = "event.deltaMode";
363
373
  declare const DeltaY = "event.deltaY";
364
374
  declare const EventTargetClassName = "event.target.className";
365
375
  declare const IsTrusted = "event.isTrusted";
366
376
  declare const Key = "event.key";
377
+ declare const ShiftKey = "event.shiftKey";
378
+ declare const TargetHref = "event.target.href";
367
379
  declare const TargetName = "event.target.name";
380
+ declare const TargetSrc = "event.target.src";
368
381
  declare const TargetValue = "event.target.value";
369
- declare const DefaultPrevented = "event.defaultPrevented";
370
- declare const DataTransferFiles2 = "event.dataTransfer.files2";
371
- declare const DataTransferFiles = "event.dataTransfer.files";
372
382
  declare const None$1 = 0;
373
383
  declare const CreateFile = 1;
374
384
  declare const CreateFolder = 2;
@@ -405,7 +415,7 @@ declare const User = 1;
405
415
  declare const Script = 2;
406
416
  declare const Unknown$2 = 0;
407
417
  declare const Backspace = 1;
408
- declare const Tab$1 = 2;
418
+ declare const Tab$2 = 2;
409
419
  declare const Enter = 3;
410
420
  declare const Ctrl = 4;
411
421
  declare const Alt = 5;
@@ -539,7 +549,7 @@ declare const Star = 131;
539
549
  declare const Plus = 132;
540
550
  declare const Unknown$3 = "Unknown";
541
551
  declare const Backspace$1 = "Backspace";
542
- declare const Tab$2 = "Tab";
552
+ declare const Tab$3 = "Tab";
543
553
  declare const Enter$1 = "Enter";
544
554
  declare const Escape$1 = "Escape";
545
555
  declare const Space$1 = "Space";
@@ -618,7 +628,7 @@ declare const OpenRecent = 9;
618
628
  declare const Run = 10;
619
629
  declare const Selection = 11;
620
630
  declare const Settings = 12;
621
- declare const Tab$3 = 13;
631
+ declare const Tab$4 = 13;
622
632
  declare const Terminal = 14;
623
633
  declare const TitleBar = 15;
624
634
  declare const View = 16;
@@ -708,10 +718,15 @@ declare const SetProperty = "Viewlet.setProperty";
708
718
  declare const SetDragData = "Viewlet.setDragData";
709
719
  declare const SetSelectionByName = "Viewlet.setSelectionByName";
710
720
  declare const SetValueByName = "Viewlet.setValueByName";
721
+ declare const Explorer$1 = "Explorer";
722
+ declare const Extensions$1 = "Extensions";
723
+ declare const RunAndDebug = "Run And Debug";
724
+ declare const Search$3 = "Search";
725
+ declare const SourceControl$1 = "Source Control";
711
726
  declare const List$1 = 1;
712
727
  declare const Tree$2 = 2;
713
728
  declare const Audio$1 = 0;
714
- declare const Button$4 = 1;
729
+ declare const Button$5 = 1;
715
730
  declare const Col$1 = 2;
716
731
  declare const ColGroup$1 = 3;
717
732
  declare const Div$1 = 4;
@@ -742,7 +757,7 @@ declare const Footer$1 = 29;
742
757
  declare const Header$1 = 30;
743
758
  declare const Nav$1 = 40;
744
759
  declare const Section$1 = 41;
745
- declare const Search$3 = 42;
760
+ declare const Search$4 = 42;
746
761
  declare const Dd$1 = 43;
747
762
  declare const Dl$1 = 44;
748
763
  declare const Figcaption$1 = 45;
@@ -848,11 +863,14 @@ declare const ColorPicker$2 = "ColorPicker";
848
863
  declare namespace WidgetName {
849
864
  export { ColorPicker$2 as ColorPicker, EditorCodeGenerator, EditorCompletion, EditorCompletionDetails, EditorHover, EditorRename, EditorSourceActions$1 as EditorSourceActions, FindWidget$1 as FindWidget };
850
865
  }
866
+ declare namespace ActivityBarItemFlags {
867
+ export { Button, Enabled, Focused, MarginTop, Progress, Selected, Tab };
868
+ }
851
869
  declare namespace AriaRoles {
852
- export { Alert, Button, CheckBox, ComboBox, Document, Group, ListBox, Log, Menu, MenuBar, MenuItem, MenuItemCheckBox, None, Option, Panel, ScrollBar, Separator, Status, Tab, TabList, ToolBar, Tree, TreeItem };
870
+ export { Alert, Button$1 as Button, CheckBox, ComboBox, ContentInfo, Document, Group, ListBox, Log, Menu, MenuBar, MenuItem, MenuItemCheckBox, None, Option, Panel, ScrollBar, Separator, Status, Tab$1 as Tab, TabList, ToolBar, Tree, TreeItem };
853
871
  }
854
872
  declare namespace ClassNames {
855
- export { Actions, AdditionalDetails, AdditionalDetailsEntry, AdditionalDetailsTitle, Aside, Badge, Button$1 as Button, ButtonPrimary, CallStackArrow, CallStackDescription, CallStackLabel, Categories, Category, Changelog, Chevron, CloseMaskIcon, CodeGeneratorInput, CodeGeneratorMessage, CodeGeneratorWidget, ColorPicker, ColorPickerBackgroundColor, ColorPickerDark, ColorPickerLight, ColorPickerRectangle, ColorPickerSlider, ColorPickerSliderThumb, ColoredMaskIcon, CompletionDetailCloseButton, CompletionDetailContent, DebugButton, DebugButtons, DebugPausedMessage, DebugPropertyChevron, DebugPropertyKey, DebugRow, DebugRowCallStack, DebugRowCheckBox, DebugRowInputField, DebugSectionAction, DebugSectionActions, DebugSectionHeader, DebugValue, DebugValueBoolean, DebugValueFunction, DebugValueGetter, DebugValueNumber, DebugValueObject, DebugValueScopeName, DebugValueString, DebugValueSymbol, DebugValueUndefined, DefaultMarkdown, DefinitionListItem, DefinitionListItemHeading, DefinitionListItemValue, DeleteWatchExpression, Diagnostic, DiagnosticError, DiagnosticWarning, EditorCompletionItem, EditorCompletionItemDeprecated, EditorCompletionItemFocused, EditorCompletionItemHighlight, EditorCursor, EditorRow, EditorSelection, EditorSourceActions, EditorSourceActionsList, Empty, ExtensionActions, ExtensionActive, ExtensionDetail, ExtensionDetailDescription, ExtensionDetailHeader, ExtensionDetailHeaderActions, ExtensionDetailHeaderDetails, ExtensionDetailIcon, ExtensionDetailName, ExtensionDetailNameBadge, ExtensionDetailPanel, ExtensionDetailTab, ExtensionDetailTabSelected, ExtensionDetailTabs, ExtensionHeader, ExtensionListItem, ExtensionListItemAuthorName, ExtensionListItemDescription, ExtensionListItemDetail, ExtensionListItemFooter, ExtensionListItemIcon, ExtensionListItemName, Extensions, Feature, FeatureContent, FeatureWebView, Features, FeaturesList, FileIcon, Filter, FilterBadge, FindWidget, FindWidgetFind, FindWidgetMatchCount, FindWidgetMatchCountEmpty, FindWidgetReplace, FindWidgetRight, FocusOutline, Grow, Highlight, HighlightDeleted, HighlightInserted, HoverDisplayString, HoverDocumentation, HoverEditorRow, HoverProblem, HoverProblemDetail, HoverProblemMessage, IconButton, IconButtonDisabled, IconClose, InputBox, InputLabel, InputValidationError, Label, LabelCut, LabelDetail, Large, List, ListItems, Markdown, MaskIcon, MaskIconBook, MaskIconCaseSensitive, MaskIconChevronDown, MaskIconChevronRight, MaskIconEllipsis, MaskIconExclude, MaskIconPreserveCase, MaskIconRegex, MaskIconReplaceAll, MaskIconSymbolFile, MaskIconWholeWord, Message, MessageAction, MoreInfo, MoreInfoEntry, MoreInfoEntryKey, MoreInfoEntryOdd, MoreInfoEntryValue, MultilineInputBox, Normal, Problem, ProblemAt, ProblemBadge, ProblemSelected, Problems, ProblemsErrorIcon, ProblemsIcon, ProblemsList, ProblemsTable, ProblemsTableBody, ProblemsTableHeader, ProblemsTableRow, ProblemsTableRowItem, ProblemsTableRowOdd, ProblemsWarningIcon, QuickPick, QuickPickHeader, QuickPickHighlight, QuickPickItem, QuickPickItemActive, QuickPickItemDescription, QuickPickItemLabel, QuickPickItems, QuickPickMaskIcon, QuickPickScrollbar, QuickPickScrollbarSlider, QuickPickStatus, Resource, Resources, Sash, SashVertical, ScrollBar$1 as ScrollBar, ScrollBarSmall, ScrollBarThumb, ScrollBarThumbActive, ScrollBarVertical, Scrollbar, ScrollbarThumb, ScrollbarTrack, Search, SearchField, SearchFieldButton, SearchFieldButtonChecked, SearchFieldButtonDisabled, SearchFieldButtons, SearchFieldContainer, SearchFieldDisabled, SearchFieldError, SearchHeader, SearchHeaderDetails, SearchHeaderDetailsExpanded, SearchHeaderDetailsExpandedTop, SearchHeaderDetailsHeading, SearchHeaderTop, SearchHeaderTopRight, SearchInputError, SearchRemove, SearchToggleButton, SearchToggleButtonExpanded, SettingsButton, SettingsIcon, Small, SourceActionHeading, SourceActionIcon, SourceActionItem, SourceActionItemFocused, SourceControlBadge, Table, TableCell, TableHeading, ToggleDetails, Tree$1 as Tree, TreeItem$1 as TreeItem, TreeItemActive, TreeItems, Viewlet, ViewletFind, ViewletFindWidget, ViewletSearchMessage, ViewletSearchMessageIndented, Welcome, WelcomeMessage };
873
+ export { Actions, AdditionalDetails, AdditionalDetailsEntry, AdditionalDetailsTitle, Aside, Badge, Button$2 as Button, ButtonPrimary, CallStackArrow, CallStackDescription, CallStackLabel, Categories, Category, Changelog, Chevron, CloseMaskIcon, CodeGeneratorInput, CodeGeneratorMessage, CodeGeneratorWidget, ColorPicker, ColorPickerBackgroundColor, ColorPickerDark, ColorPickerLight, ColorPickerRectangle, ColorPickerSlider, ColorPickerSliderThumb, ColoredMaskIcon, CompletionDetailCloseButton, CompletionDetailContent, DebugButton, DebugButtons, DebugPausedMessage, DebugPropertyChevron, DebugPropertyKey, DebugRow, DebugRowCallStack, DebugRowCheckBox, DebugRowInputField, DebugSectionAction, DebugSectionActions, DebugSectionHeader, DebugValue, DebugValueBoolean, DebugValueFunction, DebugValueGetter, DebugValueNumber, DebugValueObject, DebugValueScopeName, DebugValueString, DebugValueSymbol, DebugValueUndefined, DefaultMarkdown, DefinitionListItem, DefinitionListItemHeading, DefinitionListItemValue, DeleteWatchExpression, Diagnostic, DiagnosticError, DiagnosticWarning, EditorCompletionItem, EditorCompletionItemDeprecated, EditorCompletionItemFocused, EditorCompletionItemHighlight, EditorCursor, EditorRow, EditorSelection, EditorSourceActions, EditorSourceActionsList, Empty, ExtensionActions, ExtensionActive, ExtensionDetail, ExtensionDetailDescription, ExtensionDetailHeader, ExtensionDetailHeaderActions, ExtensionDetailHeaderDetails, ExtensionDetailIcon, ExtensionDetailName, ExtensionDetailNameBadge, ExtensionDetailPanel, ExtensionDetailTab, ExtensionDetailTabSelected, ExtensionDetailTabs, ExtensionHeader, ExtensionListItem, ExtensionListItemAuthorName, ExtensionListItemDescription, ExtensionListItemDetail, ExtensionListItemFooter, ExtensionListItemIcon, ExtensionListItemName, Extensions, Feature, FeatureContent, FeatureWebView, Features, FeaturesList, FileIcon, Filter, FilterBadge, FindWidget, FindWidgetFind, FindWidgetMatchCount, FindWidgetMatchCountEmpty, FindWidgetReplace, FindWidgetRight, FocusOutline, Grow, Highlight, HighlightDeleted, HighlightInserted, HoverDisplayString, HoverDocumentation, HoverEditorRow, HoverProblem, HoverProblemDetail, HoverProblemMessage, IconButton, IconButtonDisabled, IconClose, InputBox, InputLabel, InputValidationError, Label, LabelCut, LabelDetail, Large, List, ListItems, Markdown, MaskIcon, MaskIconBook, MaskIconCaseSensitive, MaskIconChevronDown, MaskIconChevronRight, MaskIconEllipsis, MaskIconExclude, MaskIconPreserveCase, MaskIconRegex, MaskIconReplaceAll, MaskIconSymbolFile, MaskIconWholeWord, Message, MessageAction, MoreInfo, MoreInfoEntry, MoreInfoEntryKey, MoreInfoEntryOdd, MoreInfoEntryValue, MultilineInputBox, Normal, Problem, ProblemAt, ProblemBadge, ProblemSelected, Problems, ProblemsErrorIcon, ProblemsIcon, ProblemsList, ProblemsTable, ProblemsTableBody, ProblemsTableHeader, ProblemsTableRow, ProblemsTableRowItem, ProblemsTableRowOdd, ProblemsWarningIcon, QuickPick, QuickPickHeader, QuickPickHighlight, QuickPickItem, QuickPickItemActive, QuickPickItemDescription, QuickPickItemLabel, QuickPickItems, QuickPickMaskIcon, QuickPickScrollbar, QuickPickScrollbarSlider, QuickPickStatus, Resource, Resources, Sash, SashVertical, ScrollBar$1 as ScrollBar, ScrollBarSmall, ScrollBarThumb, ScrollBarThumbActive, ScrollBarVertical, Scrollbar, ScrollbarThumb, ScrollbarTrack, Search, SearchField, SearchFieldButton, SearchFieldButtonChecked, SearchFieldButtonDisabled, SearchFieldButtons, SearchFieldContainer, SearchFieldDisabled, SearchFieldError, SearchHeader, SearchHeaderDetails, SearchHeaderDetailsExpanded, SearchHeaderDetailsExpandedTop, SearchHeaderDetailsHeading, SearchHeaderTop, SearchHeaderTopRight, SearchInputError, SearchRemove, SearchToggleButton, SearchToggleButtonExpanded, SettingsButton, SettingsIcon, Small, SourceActionHeading, SourceActionIcon, SourceActionItem, SourceActionItemFocused, SourceControlBadge, Table, TableCell, TableHeading, ToggleDetails, Tree$1 as Tree, TreeItem$1 as TreeItem, TreeItemActive, TreeItems, Viewlet, ViewletFind, ViewletFindWidget, ViewletSearchMessage, ViewletSearchMessageIndented, Welcome, WelcomeMessage };
856
874
  }
857
875
  declare namespace DirentType {
858
876
  export { BlockDevice, CharacterDevice, Directory, DirectoryExpanded, DirectoryExpanding, EditingDirectoryExpanded, EditingFile, EditingFolder, EditingSymLinkFile, EditingSymLinkFolder, EditingSymLinkUnknown, EditingUnknown, Fifo, File, Socket, SymLinkFile, SymLinkFolder, Symlink, Unknown };
@@ -864,13 +882,13 @@ declare namespace ElementTagMap {
864
882
  export { getElementTag };
865
883
  }
866
884
  declare namespace ElementTags {
867
- export { A, Abbr, Article, Aside$1 as Aside, Audio, Br, Button$2 as Button, Cite, Code, Col, ColGroup, Data, Dd, Del, Div, Dl, Dt, Figcaption, Figure, Footer, H1, H2, H3, H4, H5, H6, Header, Hr, I, Img, Input, Ins, Kbd, Label$1 as Label, Li, Nav, Ol, Option$1 as Option, P, Pre, Search$1 as Search, Section, Select, Span, TBody, THead, Table$1 as Table, Td, TextArea, Tfoot, Th, Time, Tr, Ul, Video };
885
+ export { A, Abbr, Article, Aside$1 as Aside, Audio, Br, Button$3 as Button, Cite, Code, Col, ColGroup, Data, Dd, Del, Div, Dl, Dt, Figcaption, Figure, Footer, H1, H2, H3, H4, H5, H6, Header, Hr, I, Img, Input, Ins, Kbd, Label$1 as Label, Li, Nav, Ol, Option$1 as Option, P, Pre, Search$1 as Search, Section, Select, Span, TBody, THead, Table$1 as Table, Td, TextArea, Tfoot, Th, Time, Tr, Ul, Video };
868
886
  }
869
887
  declare namespace ErrorCodes {
870
888
  export { ENOENT, EXDEV };
871
889
  }
872
890
  declare namespace EventExpression {
873
- export { AltKey, Button$3 as Button, ClientX, ClientY, CtrlKey, DataTransferFiles, DataTransferFiles2, DefaultPrevented, DeltaMode, DeltaY, EventTargetClassName, IsTrusted, Key, ShiftKey, TargetName, TargetValue };
891
+ export { AltKey, Button$4 as Button, ClientX, ClientY, CtrlKey, DataTransferFiles, DataTransferFiles2, DefaultPrevented, DeltaMode, DeltaY, EventTargetClassName, IsTrusted, Key, ShiftKey, TargetHref, TargetName, TargetSrc, TargetValue };
874
892
  }
875
893
  declare namespace ExplorerEditingType {
876
894
  export { CreateFile, CreateFolder, None$1 as None, Rename$1 as Rename };
@@ -900,16 +918,16 @@ declare namespace InputSource {
900
918
  export { Script, User };
901
919
  }
902
920
  declare namespace KeyCode {
903
- export { ABNT_C1, ABNT_C2, Alt, AudioVolumeDown, AudioVolumeMute, AudioVolumeUp, Backquote, Backslash, Backspace, BracketLeft, BracketRight, BrowserBack, BrowserForward, BrowserHome, BrowserSearch, CapsLock, Clear, Comma, ContextMenu, Ctrl, Delete$1 as Delete, Digit0, Digit1, Digit2, Digit3, Digit4, Digit5, Digit6, Digit7, Digit8, Digit9, DownArrow, End, Enter, Equal, Escape, F1, F10, F11, F12, F13, F14, F15, F16, F17, F18, F19, F2, F20, F21, F22, F23, F24, F3, F4, F5, F6, F7, F8, F9, Home, Insert, IntlBackslash, KeyA, KeyB, KeyC, KeyD, KeyE, KeyF, KeyG, KeyH, KeyI, KeyInComposition, KeyJ, KeyK, KeyL, KeyM, KeyN, KeyO, KeyP, KeyQ, KeyR, KeyS, KeyT, KeyU, KeyV, KeyW, KeyX, KeyY, KeyZ, LaunchApp2, LaunchMail, LaunchMediaPlayer, LeftArrow, MaxValue, MediaPlayPause, MediaStop, MediaTrackNext, MediaTrackPrevious, Meta, Minus, NumLock, Numpad0, Numpad1, Numpad2, Numpad3, Numpad4, Numpad5, Numpad6, Numpad7, Numpad8, Numpad9, NumpadAdd, NumpadDecimal, NumpadDivide, NumpadMultiply, NumpadSeparator, NumpadSubtract, OEM_8, PageDown, PageUp, PauseBreak, Period, Plus, Quote, RightArrow, ScrollLock, SemiColon, Slash, Space, Star, Tab$1 as Tab, Unknown$2 as Unknown, UpArrow };
921
+ export { ABNT_C1, ABNT_C2, Alt, AudioVolumeDown, AudioVolumeMute, AudioVolumeUp, Backquote, Backslash, Backspace, BracketLeft, BracketRight, BrowserBack, BrowserForward, BrowserHome, BrowserSearch, CapsLock, Clear, Comma, ContextMenu, Ctrl, Delete$1 as Delete, Digit0, Digit1, Digit2, Digit3, Digit4, Digit5, Digit6, Digit7, Digit8, Digit9, DownArrow, End, Enter, Equal, Escape, F1, F10, F11, F12, F13, F14, F15, F16, F17, F18, F19, F2, F20, F21, F22, F23, F24, F3, F4, F5, F6, F7, F8, F9, Home, Insert, IntlBackslash, KeyA, KeyB, KeyC, KeyD, KeyE, KeyF, KeyG, KeyH, KeyI, KeyInComposition, KeyJ, KeyK, KeyL, KeyM, KeyN, KeyO, KeyP, KeyQ, KeyR, KeyS, KeyT, KeyU, KeyV, KeyW, KeyX, KeyY, KeyZ, LaunchApp2, LaunchMail, LaunchMediaPlayer, LeftArrow, MaxValue, MediaPlayPause, MediaStop, MediaTrackNext, MediaTrackPrevious, Meta, Minus, NumLock, Numpad0, Numpad1, Numpad2, Numpad3, Numpad4, Numpad5, Numpad6, Numpad7, Numpad8, Numpad9, NumpadAdd, NumpadDecimal, NumpadDivide, NumpadMultiply, NumpadSeparator, NumpadSubtract, OEM_8, PageDown, PageUp, PauseBreak, Period, Plus, Quote, RightArrow, ScrollLock, SemiColon, Slash, Space, Star, Tab$2 as Tab, Unknown$2 as Unknown, UpArrow };
904
922
  }
905
923
  declare namespace KeyCodeString {
906
- export { Backquote$1 as Backquote, Backslash$1 as Backslash, Backspace$1 as Backspace, Comma$1 as Comma, Delete$2 as Delete, Digit0$1 as Digit0, Digit1$1 as Digit1, Digit2$1 as Digit2, Digit3$1 as Digit3, Digit4$1 as Digit4, Digit5$1 as Digit5, Digit6$1 as Digit6, Digit7$1 as Digit7, Digit8$1 as Digit8, Digit9$1 as Digit9, DownArrow$1 as DownArrow, End$1 as End, Enter$1 as Enter, Equal$1 as Equal, Escape$1 as Escape, F1$1 as F1, F2$1 as F2, F3$1 as F3, F4$1 as F4, F5$1 as F5, F6$1 as F6, Home$1 as Home, Insert$1 as Insert, KeyA$1 as KeyA, KeyB$1 as KeyB, KeyC$1 as KeyC, KeyD$1 as KeyD, KeyE$1 as KeyE, KeyF$1 as KeyF, KeyG$1 as KeyG, KeyH$1 as KeyH, KeyI$1 as KeyI, KeyJ$1 as KeyJ, KeyK$1 as KeyK, KeyL$1 as KeyL, KeyM$1 as KeyM, KeyN$1 as KeyN, KeyO$1 as KeyO, KeyP$1 as KeyP, KeyQ$1 as KeyQ, KeyR$1 as KeyR, KeyS$1 as KeyS, KeyT$1 as KeyT, KeyU$1 as KeyU, KeyV$1 as KeyV, KeyW$1 as KeyW, KeyX$1 as KeyX, KeyY$1 as KeyY, KeyZ$1 as KeyZ, LeftArrow$1 as LeftArrow, Minus$1 as Minus, PageDown$1 as PageDown, PageUp$1 as PageUp, Plus$1 as Plus, RightArrow$1 as RightArrow, Space$1 as Space, Star$1 as Star, Tab$2 as Tab, Unknown$3 as Unknown, UpArrow$1 as UpArrow };
924
+ export { Backquote$1 as Backquote, Backslash$1 as Backslash, Backspace$1 as Backspace, Comma$1 as Comma, Delete$2 as Delete, Digit0$1 as Digit0, Digit1$1 as Digit1, Digit2$1 as Digit2, Digit3$1 as Digit3, Digit4$1 as Digit4, Digit5$1 as Digit5, Digit6$1 as Digit6, Digit7$1 as Digit7, Digit8$1 as Digit8, Digit9$1 as Digit9, DownArrow$1 as DownArrow, End$1 as End, Enter$1 as Enter, Equal$1 as Equal, Escape$1 as Escape, F1$1 as F1, F2$1 as F2, F3$1 as F3, F4$1 as F4, F5$1 as F5, F6$1 as F6, Home$1 as Home, Insert$1 as Insert, KeyA$1 as KeyA, KeyB$1 as KeyB, KeyC$1 as KeyC, KeyD$1 as KeyD, KeyE$1 as KeyE, KeyF$1 as KeyF, KeyG$1 as KeyG, KeyH$1 as KeyH, KeyI$1 as KeyI, KeyJ$1 as KeyJ, KeyK$1 as KeyK, KeyL$1 as KeyL, KeyM$1 as KeyM, KeyN$1 as KeyN, KeyO$1 as KeyO, KeyP$1 as KeyP, KeyQ$1 as KeyQ, KeyR$1 as KeyR, KeyS$1 as KeyS, KeyT$1 as KeyT, KeyU$1 as KeyU, KeyV$1 as KeyV, KeyW$1 as KeyW, KeyX$1 as KeyX, KeyY$1 as KeyY, KeyZ$1 as KeyZ, LeftArrow$1 as LeftArrow, Minus$1 as Minus, PageDown$1 as PageDown, PageUp$1 as PageUp, Plus$1 as Plus, RightArrow$1 as RightArrow, Space$1 as Space, Star$1 as Star, Tab$3 as Tab, Unknown$3 as Unknown, UpArrow$1 as UpArrow };
907
925
  }
908
926
  declare namespace KeyModifier {
909
927
  export { Alt$1 as Alt, CtrlCmd, Shift, WinCtrl };
910
928
  }
911
929
  declare namespace MenuEntryId {
912
- 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$3 as Tab, Terminal, TitleBar, View };
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 };
913
931
  }
914
932
  declare namespace MenuItemFlags {
915
933
  export { Checked, Disabled, Ignore, None$2 as None, RestoreFocus, Separator$1 as Separator, SubMenu, Unchecked };
@@ -938,11 +956,14 @@ declare namespace UidSymbol {
938
956
  declare namespace ViewletCommand {
939
957
  export { FocusElementByName, FocusSelector, SetCss, SetDom2, SetDragData, SetFocusContext, SetProperty, SetSelectionByName, SetValueByName };
940
958
  }
959
+ declare namespace ViewletModuleId {
960
+ export { Explorer$1 as Explorer, Extensions$1 as Extensions, RunAndDebug, Search$3 as Search, SourceControl$1 as SourceControl };
961
+ }
941
962
  declare namespace ViewMode {
942
963
  export { List$1 as List, Tree$2 as Tree };
943
964
  }
944
965
  declare namespace VirtualDomElements {
945
- 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$3 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 };
966
+ 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$5 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$4 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 };
946
967
  }
947
968
  declare namespace WhenExpression {
948
969
  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 };
@@ -952,6 +973,7 @@ declare namespace WidgetId {
952
973
  }
953
974
 
954
975
  export {
976
+ ActivityBarItemFlags,
955
977
  AriaRoles,
956
978
  ClassNames,
957
979
  DirentType,
@@ -983,6 +1005,7 @@ export {
983
1005
  UidSymbol,
984
1006
  ViewMode,
985
1007
  ViewletCommand,
1008
+ ViewletModuleId,
986
1009
  VirtualDomElements,
987
1010
  WhenExpression,
988
1011
  WidgetId,
@@ -0,0 +1,7 @@
1
+ export const Tab = 1;
2
+ export const Button = 1 << 1;
3
+ export const Progress = 1 << 2;
4
+ export const Enabled = 1 << 3;
5
+ export const Selected = 1 << 4;
6
+ export const Focused = 1 << 5;
7
+ export const MarginTop = 1 << 6;
@@ -2,6 +2,7 @@ export const Alert = 'alert';
2
2
  export const Button = 'button';
3
3
  export const CheckBox = 'checkbox';
4
4
  export const ComboBox = 'combobox';
5
+ export const ContentInfo = 'contentinfo';
5
6
  export const Document = 'document';
6
7
  export const Group = 'group';
7
8
  export const ListBox = 'listbox';
@@ -3,14 +3,16 @@ export const Button = 'event.button';
3
3
  export const ClientX = 'event.clientX';
4
4
  export const ClientY = 'event.clientY';
5
5
  export const CtrlKey = 'event.ctrlKey';
6
- export const ShiftKey = 'event.shiftKey';
6
+ export const DataTransferFiles = 'event.dataTransfer.files';
7
+ export const DataTransferFiles2 = 'event.dataTransfer.files2';
8
+ export const DefaultPrevented = 'event.defaultPrevented';
7
9
  export const DeltaMode = 'event.deltaMode';
8
10
  export const DeltaY = 'event.deltaY';
9
11
  export const EventTargetClassName = 'event.target.className';
10
12
  export const IsTrusted = 'event.isTrusted';
11
13
  export const Key = 'event.key';
14
+ export const ShiftKey = 'event.shiftKey';
15
+ export const TargetHref = 'event.target.href';
12
16
  export const TargetName = 'event.target.name';
17
+ export const TargetSrc = 'event.target.src';
13
18
  export const TargetValue = 'event.target.value';
14
- export const DefaultPrevented = 'event.defaultPrevented';
15
- export const DataTransferFiles2 = 'event.dataTransfer.files2';
16
- export const DataTransferFiles = 'event.dataTransfer.files';
@@ -1,3 +1,4 @@
1
+ export * as ActivityBarItemFlags from "../ActivityBarItemFlags/ActivityBarItemFlags.js";
1
2
  export * as AriaRoles from "../AriaRoles/AriaRoles.js";
2
3
  export * as ClassNames from "../ClassNames/ClassNames.js";
3
4
  export * as DirentType from "../DirentType/DirentType.js";
@@ -28,6 +29,7 @@ export * as RpcId from "../RpcId/RpcId.js";
28
29
  export * as TextSearchResultType from "../TextSearchResultType/TextSearchResultType.js";
29
30
  export * as UidSymbol from "../UidSymbol/UidSymbol.js";
30
31
  export * as ViewletCommand from "../ViewletCommand/ViewletCommand.js";
32
+ export * as ViewletModuleId from "../ViewletModuleId/ViewletModuleId.js";
31
33
  export * as ViewMode from "../ViewMode/ViewMode.js";
32
34
  export * as VirtualDomElements from "../VirtualDomElements/VirtualDomElements.js";
33
35
  export * as WhenExpression from "../WhenExpression/WhenExpression.js";
@@ -0,0 +1,5 @@
1
+ export const Explorer = 'Explorer';
2
+ export const Extensions = 'Extensions';
3
+ export const RunAndDebug = 'Run And Debug';
4
+ export const Search = 'Search';
5
+ export const SourceControl = 'Source Control';
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@lvce-editor/constants",
3
- "version": "1.26.0",
3
+ "version": "1.28.0",
4
4
  "description": "Constants",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/lvce-editor/constants.git"
8
+ },
5
9
  "license": "MIT",
6
10
  "author": "Lvce Editor",
7
11
  "sideEffects": false,