@lvce-editor/constants 1.27.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
@@ -366,17 +366,19 @@ declare const Button$4 = "event.button";
366
366
  declare const ClientX = "event.clientX";
367
367
  declare const ClientY = "event.clientY";
368
368
  declare const CtrlKey = "event.ctrlKey";
369
- 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";
370
372
  declare const DeltaMode = "event.deltaMode";
371
373
  declare const DeltaY = "event.deltaY";
372
374
  declare const EventTargetClassName = "event.target.className";
373
375
  declare const IsTrusted = "event.isTrusted";
374
376
  declare const Key = "event.key";
377
+ declare const ShiftKey = "event.shiftKey";
378
+ declare const TargetHref = "event.target.href";
375
379
  declare const TargetName = "event.target.name";
380
+ declare const TargetSrc = "event.target.src";
376
381
  declare const TargetValue = "event.target.value";
377
- declare const DefaultPrevented = "event.defaultPrevented";
378
- declare const DataTransferFiles2 = "event.dataTransfer.files2";
379
- declare const DataTransferFiles = "event.dataTransfer.files";
380
382
  declare const None$1 = 0;
381
383
  declare const CreateFile = 1;
382
384
  declare const CreateFolder = 2;
@@ -716,6 +718,11 @@ declare const SetProperty = "Viewlet.setProperty";
716
718
  declare const SetDragData = "Viewlet.setDragData";
717
719
  declare const SetSelectionByName = "Viewlet.setSelectionByName";
718
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";
719
726
  declare const List$1 = 1;
720
727
  declare const Tree$2 = 2;
721
728
  declare const Audio$1 = 0;
@@ -750,7 +757,7 @@ declare const Footer$1 = 29;
750
757
  declare const Header$1 = 30;
751
758
  declare const Nav$1 = 40;
752
759
  declare const Section$1 = 41;
753
- declare const Search$3 = 42;
760
+ declare const Search$4 = 42;
754
761
  declare const Dd$1 = 43;
755
762
  declare const Dl$1 = 44;
756
763
  declare const Figcaption$1 = 45;
@@ -881,7 +888,7 @@ declare namespace ErrorCodes {
881
888
  export { ENOENT, EXDEV };
882
889
  }
883
890
  declare namespace EventExpression {
884
- export { AltKey, Button$4 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 };
885
892
  }
886
893
  declare namespace ExplorerEditingType {
887
894
  export { CreateFile, CreateFolder, None$1 as None, Rename$1 as Rename };
@@ -949,11 +956,14 @@ declare namespace UidSymbol {
949
956
  declare namespace ViewletCommand {
950
957
  export { FocusElementByName, FocusSelector, SetCss, SetDom2, SetDragData, SetFocusContext, SetProperty, SetSelectionByName, SetValueByName };
951
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
+ }
952
962
  declare namespace ViewMode {
953
963
  export { List$1 as List, Tree$2 as Tree };
954
964
  }
955
965
  declare namespace VirtualDomElements {
956
- 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$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 };
957
967
  }
958
968
  declare namespace WhenExpression {
959
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 };
@@ -995,6 +1005,7 @@ export {
995
1005
  UidSymbol,
996
1006
  ViewMode,
997
1007
  ViewletCommand,
1008
+ ViewletModuleId,
998
1009
  VirtualDomElements,
999
1010
  WhenExpression,
1000
1011
  WidgetId,
@@ -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';
@@ -29,6 +29,7 @@ export * as RpcId from "../RpcId/RpcId.js";
29
29
  export * as TextSearchResultType from "../TextSearchResultType/TextSearchResultType.js";
30
30
  export * as UidSymbol from "../UidSymbol/UidSymbol.js";
31
31
  export * as ViewletCommand from "../ViewletCommand/ViewletCommand.js";
32
+ export * as ViewletModuleId from "../ViewletModuleId/ViewletModuleId.js";
32
33
  export * as ViewMode from "../ViewMode/ViewMode.js";
33
34
  export * as VirtualDomElements from "../VirtualDomElements/VirtualDomElements.js";
34
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.27.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,