@lvce-editor/constants 1.2.0 → 1.3.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
|
@@ -482,6 +482,12 @@ declare const SourceControlWorker = 66;
|
|
|
482
482
|
declare const SyntaxHighlightingWorker = 3309;
|
|
483
483
|
declare const TestWorker = 9001;
|
|
484
484
|
declare const uidSymbol: unique symbol;
|
|
485
|
+
declare const FocusElementByName = "Viewlet.focusElementByName";
|
|
486
|
+
declare const FocusSelector = "Viewlet.focusSelector";
|
|
487
|
+
declare const SetCss = "Viewlet.setCss";
|
|
488
|
+
declare const SetDom2 = "Viewlet.setDom2";
|
|
489
|
+
declare const SetFocusContext = "Viewlet.setFocusContext";
|
|
490
|
+
declare const SetProperty = "Viewlet.setProperty";
|
|
485
491
|
declare const Audio$1 = 0;
|
|
486
492
|
declare const Button$3 = 1;
|
|
487
493
|
declare const Col$1 = 2;
|
|
@@ -539,12 +545,6 @@ declare const Option$2 = 64;
|
|
|
539
545
|
declare const Code$1 = 65;
|
|
540
546
|
declare const Label$2 = 66;
|
|
541
547
|
declare const Dt$1 = 67;
|
|
542
|
-
declare const FocusElementByName = "Viewlet.focusElementByName";
|
|
543
|
-
declare const FocusSelector = "Viewlet.focusSelector";
|
|
544
|
-
declare const SetCss = "Viewlet.setCss";
|
|
545
|
-
declare const SetDom2 = "Viewlet.setDom2";
|
|
546
|
-
declare const SetFocusContext = "Viewlet.setFocusContext";
|
|
547
|
-
declare const SetProperty = "Viewlet.setProperty";
|
|
548
548
|
declare const Empty$1 = 0;
|
|
549
549
|
declare const BrowserChromium = 1;
|
|
550
550
|
declare const BrowserElectron = 2;
|
|
@@ -598,9 +598,24 @@ declare const FocusFindWidgetNextMatchButton = 49;
|
|
|
598
598
|
declare const FocusFindWidgetPreviousMatchButton = 50;
|
|
599
599
|
declare const FocusEditorHover = 51;
|
|
600
600
|
declare const FocusEditorCodeGenerator = 52;
|
|
601
|
+
declare const CodeGenerator = 1;
|
|
602
|
+
declare const ColorPicker$1 = 2;
|
|
603
|
+
declare const Completion = 3;
|
|
604
|
+
declare const CompletionDetail = 4;
|
|
605
|
+
declare const Find = 5;
|
|
606
|
+
declare const Hover = 6;
|
|
607
|
+
declare const Rename = 7;
|
|
608
|
+
declare const SourceAction = 8;
|
|
609
|
+
declare const EditorHover = "EditorHover";
|
|
610
|
+
declare const EditorCodeGenerator = "EditorCodeGenerator";
|
|
611
|
+
declare const EditorCompletionDetails = "EditorCompletionDetails";
|
|
612
|
+
declare const EditorCompletion = "EditorCompletion";
|
|
613
|
+
declare const FindWidget$1 = "FindWidget";
|
|
614
|
+
declare const EditorRename = "EditorRename";
|
|
615
|
+
declare const EditorSourceActions$1 = "EditorSourceActions";
|
|
601
616
|
|
|
602
|
-
declare namespace
|
|
603
|
-
export {
|
|
617
|
+
declare namespace WidgetName {
|
|
618
|
+
export { EditorCodeGenerator, EditorCompletion, EditorCompletionDetails, EditorHover, EditorRename, EditorSourceActions$1 as EditorSourceActions, FindWidget$1 as FindWidget };
|
|
604
619
|
}
|
|
605
620
|
declare namespace AriaRoles {
|
|
606
621
|
export { Alert, Button, CheckBox, ComboBox, Document, Group, ListBox, Log, None, Option, Panel, ScrollBar, Status, Tab, TabList, ToolBar, Tree, TreeItem };
|
|
@@ -632,11 +647,17 @@ declare namespace RpcId {
|
|
|
632
647
|
declare namespace UidSymbol {
|
|
633
648
|
export { uidSymbol };
|
|
634
649
|
}
|
|
650
|
+
declare namespace ViewletCommand {
|
|
651
|
+
export { FocusElementByName, FocusSelector, SetCss, SetDom2, SetFocusContext, SetProperty };
|
|
652
|
+
}
|
|
635
653
|
declare namespace VirtualDomElements {
|
|
636
654
|
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$3 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$2 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 };
|
|
637
655
|
}
|
|
638
|
-
declare namespace
|
|
639
|
-
export {
|
|
656
|
+
declare namespace WhenExpression {
|
|
657
|
+
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, FocusKeyBindingsTable, FocusLocationList, FocusMenu, FocusOutput, FocusProblems, FocusQuickPickInput, FocusSearchInput, FocusSearchMatchCase, FocusSearchPreserveCase, FocusSearchRegex, FocusSearchReplaceAll, FocusSearchReplaceInput, FocusSearchResults, FocusSearchWholeWord, FocusSimpleBrowser, FocusSimpleBrowserInput, FocusSourceActions, FocusSourceControlInput, FocusTerminal, FocusTitleBarMenuBar, FocusViewletList };
|
|
658
|
+
}
|
|
659
|
+
declare namespace WidgetId {
|
|
660
|
+
export { CodeGenerator, ColorPicker$1 as ColorPicker, Completion, CompletionDetail, Find, Hover, Rename, SourceAction };
|
|
640
661
|
}
|
|
641
662
|
|
|
642
663
|
export {
|
|
@@ -653,6 +674,8 @@ export {
|
|
|
653
674
|
ViewletCommand,
|
|
654
675
|
VirtualDomElements,
|
|
655
676
|
WhenExpression,
|
|
677
|
+
WidgetId,
|
|
678
|
+
WidgetName,
|
|
656
679
|
};
|
|
657
680
|
|
|
658
681
|
export {};
|
package/dist/parts/Main/Main.js
CHANGED
|
@@ -8,6 +8,8 @@ export * as KeyModifier from "../KeyModifier/KeyModifier.js";
|
|
|
8
8
|
export * as MouseEventType from "../MouseEventType/MouseEventType.js";
|
|
9
9
|
export * as RpcId from "../RpcId/RpcId.js";
|
|
10
10
|
export * as UidSymbol from "../UidSymbol/UidSymbol.js";
|
|
11
|
-
export * as VirtualDomElements from "../VirtualDomElements/VirtualDomElements.js";
|
|
12
11
|
export * as ViewletCommand from "../ViewletCommand/ViewletCommand.js";
|
|
12
|
+
export * as VirtualDomElements from "../VirtualDomElements/VirtualDomElements.js";
|
|
13
13
|
export * as WhenExpression from "../WhenExpression/WhenExpression.js";
|
|
14
|
+
export * as WidgetId from "../WidgetId/WidgetId.js";
|
|
15
|
+
export * as WidgetName from "../WidgetName/WidgetName.js";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const EditorHover = 'EditorHover';
|
|
2
|
+
export const EditorCodeGenerator = 'EditorCodeGenerator';
|
|
3
|
+
export const EditorCompletionDetails = 'EditorCompletionDetails';
|
|
4
|
+
export const EditorCompletion = 'EditorCompletion';
|
|
5
|
+
export const FindWidget = 'FindWidget';
|
|
6
|
+
export const EditorRename = 'EditorRename';
|
|
7
|
+
export const EditorSourceActions = 'EditorSourceActions';
|