@lvce-editor/constants 2.4.0 → 2.6.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
|
@@ -430,6 +430,7 @@ declare const Key = "event.key";
|
|
|
430
430
|
declare const ShiftKey = "event.shiftKey";
|
|
431
431
|
declare const TargetHref = "event.target.href";
|
|
432
432
|
declare const TargetName = "event.target.name";
|
|
433
|
+
declare const TargetNodeName = "event.target.nodeName";
|
|
433
434
|
declare const TargetSelectionEnd = "event.target.selectionEnd";
|
|
434
435
|
declare const TargetSelectionStart = "event.target.selectionStart";
|
|
435
436
|
declare const TargetSrc = "event.target.src";
|
|
@@ -671,6 +672,7 @@ declare const CtrlCmd: number;
|
|
|
671
672
|
declare const Shift: number;
|
|
672
673
|
declare const Alt$1: number;
|
|
673
674
|
declare const WinCtrl: number;
|
|
675
|
+
declare const External = "_blank";
|
|
674
676
|
declare const ActivityBar = 1;
|
|
675
677
|
declare const Edit = 2;
|
|
676
678
|
declare const Editor = 3;
|
|
@@ -936,7 +938,7 @@ declare const FocusToggleDetails = 1010;
|
|
|
936
938
|
declare const FocusToggleReplace = 1020;
|
|
937
939
|
declare const FocusViewletList = 27;
|
|
938
940
|
declare const FocusSourceControlList = 450;
|
|
939
|
-
declare const
|
|
941
|
+
declare const FocusExtensionDetailTabs = 451;
|
|
940
942
|
declare const CodeGenerator = 1;
|
|
941
943
|
declare const ColorPicker$1 = 2;
|
|
942
944
|
declare const Completion = 3;
|
|
@@ -988,7 +990,7 @@ declare namespace ErrorCodes {
|
|
|
988
990
|
export { ENOENT, EXDEV };
|
|
989
991
|
}
|
|
990
992
|
declare namespace EventExpression {
|
|
991
|
-
export { AltKey, Button$4 as Button, ClientX, ClientY, CtrlKey, DataTransferFiles, DataTransferFiles2, DefaultPrevented, DeltaMode, DeltaY, EventTargetClassName, IsTrusted, Key, ShiftKey, TargetHref, TargetName, TargetSelectionEnd, TargetSelectionStart, TargetSrc, TargetValue };
|
|
993
|
+
export { AltKey, Button$4 as Button, ClientX, ClientY, CtrlKey, DataTransferFiles, DataTransferFiles2, DefaultPrevented, DeltaMode, DeltaY, EventTargetClassName, IsTrusted, Key, ShiftKey, TargetHref, TargetName, TargetNodeName, TargetSelectionEnd, TargetSelectionStart, TargetSrc, TargetValue };
|
|
992
994
|
}
|
|
993
995
|
declare namespace ExplorerEditingType {
|
|
994
996
|
export { CreateFile, CreateFolder, None$1 as None, Rename$1 as Rename };
|
|
@@ -1026,6 +1028,9 @@ declare namespace KeyCodeString {
|
|
|
1026
1028
|
declare namespace KeyModifier {
|
|
1027
1029
|
export { Alt$1 as Alt, CtrlCmd, Shift, WinCtrl };
|
|
1028
1030
|
}
|
|
1031
|
+
declare namespace LinkTarget {
|
|
1032
|
+
export { External };
|
|
1033
|
+
}
|
|
1029
1034
|
declare namespace MenuEntryId {
|
|
1030
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 };
|
|
1031
1036
|
}
|
|
@@ -1078,7 +1083,7 @@ declare namespace VirtualDomElements {
|
|
|
1078
1083
|
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 };
|
|
1079
1084
|
}
|
|
1080
1085
|
declare namespace WhenExpression {
|
|
1081
|
-
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,
|
|
1086
|
+
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, FocusExtensionDetailTabs, 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, FocusSourceControlList, FocusTerminal, FocusTitleBarMenuBar, FocusToggleDetails, FocusToggleReplace, FocusViewletList };
|
|
1082
1087
|
}
|
|
1083
1088
|
declare namespace WidgetId {
|
|
1084
1089
|
export { CodeGenerator, ColorPicker$1 as ColorPicker, Completion, CompletionDetail, Find, Hover, Rename$3 as Rename, SourceAction };
|
|
@@ -1108,6 +1113,7 @@ export {
|
|
|
1108
1113
|
KeyCode,
|
|
1109
1114
|
KeyCodeString,
|
|
1110
1115
|
KeyModifier,
|
|
1116
|
+
LinkTarget,
|
|
1111
1117
|
MenuEntryId,
|
|
1112
1118
|
MenuItemFlags,
|
|
1113
1119
|
MouseEventType,
|
|
@@ -14,6 +14,7 @@ export const Key = 'event.key';
|
|
|
14
14
|
export const ShiftKey = 'event.shiftKey';
|
|
15
15
|
export const TargetHref = 'event.target.href';
|
|
16
16
|
export const TargetName = 'event.target.name';
|
|
17
|
+
export const TargetNodeName = 'event.target.nodeName';
|
|
17
18
|
export const TargetSelectionEnd = 'event.target.selectionEnd';
|
|
18
19
|
export const TargetSelectionStart = 'event.target.selectionStart';
|
|
19
20
|
export const TargetSrc = 'event.target.src';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const External = '_blank';
|
package/dist/parts/Main/Main.js
CHANGED
|
@@ -21,6 +21,7 @@ export * as InputSource from "../InputSource/InputSource.js";
|
|
|
21
21
|
export * as KeyCode from "../KeyCode/KeyCode.js";
|
|
22
22
|
export * as KeyCodeString from "../KeyCodeString/KeyCodeString.js";
|
|
23
23
|
export * as KeyModifier from "../KeyModifier/KeyModifier.js";
|
|
24
|
+
export * as LinkTarget from "../LinkTarget/LinkTarget.js";
|
|
24
25
|
export * as MenuEntryId from "../MenuEntryId/MenuEntryId.js";
|
|
25
26
|
export * as MenuItemFlags from "../MenuItemFlags/MenuItemFlags.js";
|
|
26
27
|
export * as MouseEventType from "../MouseEventType/MouseEventType.js";
|