@lvce-editor/constants 2.10.0 → 3.0.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.
Files changed (55) hide show
  1. package/dist/index.d.ts +1 -1150
  2. package/dist/parts/ActivityBarItemFlags/ActivityBarItemFlags.d.ts +7 -0
  3. package/dist/parts/AriaRoles/AriaRoles.d.ts +25 -0
  4. package/dist/parts/ClassNames/ClassNames.d.ts +233 -0
  5. package/dist/parts/DeltaEditing/DeltaEditing.d.ts +1 -0
  6. package/dist/parts/DirentType/DirentType.d.ts +19 -0
  7. package/dist/parts/EditOrigin/EditOrigin.d.ts +20 -0
  8. package/dist/parts/EditorGroupDirection/EditorGroupDirection.d.ts +2 -0
  9. package/dist/parts/EditorGroupDirection/EditorGroupDirection.js +2 -0
  10. package/dist/parts/EditorLoadingState/EditorLoadingState.d.ts +4 -0
  11. package/dist/parts/EditorLoadingState/EditorLoadingState.js +4 -0
  12. package/dist/parts/ElectronMenuItemRole/ElectronMenuItemRole.d.ts +47 -0
  13. package/dist/parts/ElectronMenuItemType/ElectronMenuItemType.d.ts +5 -0
  14. package/dist/parts/ElementTagMap/ElementTagMap.d.ts +1 -0
  15. package/dist/parts/ElementTags/ElementTags.d.ts +55 -0
  16. package/dist/parts/ErrorCodes/ErrorCodes.d.ts +2 -0
  17. package/dist/parts/EventExpression/EventExpression.d.ts +21 -0
  18. package/dist/parts/ExplorerEditingType/ExplorerEditingType.d.ts +4 -0
  19. package/dist/parts/FileOperationType/FileOperationType.d.ts +5 -0
  20. package/dist/parts/GetKeyCode/GetKeyCode.d.ts +1 -0
  21. package/dist/parts/GetKeyCodeString/GetKeyCodeString.d.ts +1 -0
  22. package/dist/parts/GetWhenExpressionText/GetWhenExpressionText.d.ts +1 -0
  23. package/dist/parts/GetWidgetName/GetWidgetName.d.ts +1 -0
  24. package/dist/parts/Icons/Icons.d.ts +11 -0
  25. package/dist/parts/InputEventType/InputEventType.d.ts +8 -0
  26. package/dist/parts/InputSource/InputSource.d.ts +2 -0
  27. package/dist/parts/Key/Key.d.ts +90 -0
  28. package/dist/parts/KeyCode/KeyCode.d.ts +134 -0
  29. package/dist/parts/KeyCodeString/KeyCodeString.d.ts +65 -0
  30. package/dist/parts/KeyModifier/KeyModifier.d.ts +4 -0
  31. package/dist/parts/LinkTarget/LinkTarget.d.ts +1 -0
  32. package/dist/parts/Main/Main.d.ts +47 -0
  33. package/dist/parts/Main/Main.js +2 -0
  34. package/dist/parts/MenuEntryId/MenuEntryId.d.ts +33 -0
  35. package/dist/parts/MenuItemFlags/MenuItemFlags.d.ts +8 -0
  36. package/dist/parts/MouseEventType/MouseEventType.d.ts +2 -0
  37. package/dist/parts/ParseKey/ParseKey.d.ts +2 -0
  38. package/dist/parts/ParsedKey/ParsedKey.d.ts +5 -0
  39. package/dist/parts/PatchType/PatchType.d.ts +10 -0
  40. package/dist/parts/PlatformType/PlatformType.d.ts +4 -0
  41. package/dist/parts/QuickPickEntryId/QuickPickEntryId.d.ts +12 -0
  42. package/dist/parts/QuickPickPrefix/QuickPickPrefix.d.ts +8 -0
  43. package/dist/parts/RpcId/RpcId.d.ts +44 -0
  44. package/dist/parts/SideBarLocationType/SideBarLocationType.d.ts +2 -0
  45. package/dist/parts/TextSearchResultType/TextSearchResultType.d.ts +2 -0
  46. package/dist/parts/UidSymbol/UidSymbol.d.ts +1 -0
  47. package/dist/parts/UpdateState/UpdateState.d.ts +6 -0
  48. package/dist/parts/ViewMode/ViewMode.d.ts +2 -0
  49. package/dist/parts/ViewletCommand/ViewletCommand.d.ts +10 -0
  50. package/dist/parts/ViewletModuleId/ViewletModuleId.d.ts +5 -0
  51. package/dist/parts/VirtualDomElements/VirtualDomElements.d.ts +58 -0
  52. package/dist/parts/WhenExpression/WhenExpression.d.ts +64 -0
  53. package/dist/parts/WidgetId/WidgetId.d.ts +8 -0
  54. package/dist/parts/WidgetName/WidgetName.d.ts +8 -0
  55. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,1150 +1 @@
1
- // Generated by dts-bundle-generator v9.5.1
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;
10
- declare const Alert = "alert";
11
- declare const Button$1 = "button";
12
- declare const CheckBox = "checkbox";
13
- declare const ComboBox = "combobox";
14
- declare const ContentInfo = "contentinfo";
15
- declare const Document = "document";
16
- declare const Grid = "grid";
17
- declare const Group = "group";
18
- declare const ListBox = "listbox";
19
- declare const Log = "log";
20
- declare const Menu = "menu";
21
- declare const MenuBar = "menubar";
22
- declare const MenuItem = "menuitem";
23
- declare const MenuItemCheckBox = "menuitemcheckbox";
24
- declare const None = "none";
25
- declare const Option = "option";
26
- declare const Panel = "panel";
27
- declare const ScrollBar = "scrollbar";
28
- declare const Separator = "separator";
29
- declare const Status = "status";
30
- declare const Tab$1 = "tab";
31
- declare const TabList = "tablist";
32
- declare const ToolBar = "toolbar";
33
- declare const Tree = "tree";
34
- declare const TreeItem = "treeitem";
35
- declare const Actions = "Actions";
36
- declare const AdditionalDetails = "AdditionalDetails";
37
- declare const AdditionalDetailsEntry = "AdditionalDetailsEntry";
38
- declare const AdditionalDetailsTitle = "AdditionalDetailsTitle";
39
- declare const Aside = "Aside";
40
- declare const Badge = "Badge";
41
- declare const Button$2 = "Button";
42
- declare const ButtonPrimary = "ButtonPrimary";
43
- declare const CallStackArrow = "CallStackArrow";
44
- declare const CallStackDescription = "CallStackDescription";
45
- declare const CallStackLabel = "CallStackLabel";
46
- declare const Categories = "Categories";
47
- declare const Category = "Category";
48
- declare const Changelog = "Changelog";
49
- declare const Chevron = "Chevron";
50
- declare const CloseMaskIcon = "MaskIcon MaskIconClose";
51
- declare const CodeGeneratorInput = "CodeGeneratorInput";
52
- declare const CodeGeneratorMessage = "CodeGeneratorMessage";
53
- declare const CodeGeneratorWidget = "CodeGeneratorWidget";
54
- declare const ColoredMaskIcon = "ColoredMaskIcon";
55
- declare const ColorPicker = "ColorPicker";
56
- declare const ColorPickerBackgroundColor = "ColorPickerBackgroundColor";
57
- declare const ColorPickerDark = "ColorPickerDark";
58
- declare const ColorPickerLight = "ColorPickerLight";
59
- declare const ColorPickerRectangle = "ColorPickerRectangle";
60
- declare const ColorPickerSlider = "ColorPickerSlider";
61
- declare const ColorPickerSliderThumb = "ColorPickerSliderThumb";
62
- declare const CompletionDetailCloseButton = "CompletionDetailCloseButton";
63
- declare const CompletionDetailContent = "CompletionDetailContent";
64
- declare const DebugButton = "DebugButton";
65
- declare const DebugButtons = "DebugButtons";
66
- declare const DebugPausedMessage = "DebugPausedMessage";
67
- declare const DebugPropertyChevron = "DebugPropertyChevron";
68
- declare const DebugPropertyKey = "DebugPropertyKey";
69
- declare const DebugRow = "DebugRow";
70
- declare const DebugRowCallStack = "DebugRowCallStack";
71
- declare const DebugRowCheckBox = "DebugRowCheckBox";
72
- declare const DebugRowInputField = "DebugRowInputField";
73
- declare const DebugSectionAction = "DebugSectionAction";
74
- declare const DebugSectionActions = "DebugSectionActions";
75
- declare const DebugSectionHeader = "DebugSectionHeader";
76
- declare const DebugValue = "DebugValue";
77
- declare const DebugValueBoolean = "DebugValueBoolean";
78
- declare const DebugValueFunction = "DebugValueFunction";
79
- declare const DebugValueGetter = "DebugValueGetter";
80
- declare const DebugValueNumber = "DebugValueNumber";
81
- declare const DebugValueObject = "DebugValueObject";
82
- declare const DebugValueScopeName = "DebugValueScopeName";
83
- declare const DebugValueString = "DebugValueString";
84
- declare const DebugValueSymbol = "DebugValueSymbol";
85
- declare const DebugValueUndefined = "DebugValueUndefined";
86
- declare const DefaultMarkdown = "DefaultMarkdown";
87
- declare const DefinitionListItem = "DefinitionListItem";
88
- declare const DefinitionListItemHeading = "DefinitionListItemHeading";
89
- declare const DefinitionListItemValue = "DefinitionListItemValue";
90
- declare const DeleteWatchExpression = "DeleteWatchExpression";
91
- declare const Diagnostic = "Diagnostic";
92
- declare const DiagnosticError = "DiagnosticError";
93
- declare const DiagnosticWarning = "DiagnosticWarning";
94
- declare const EditorCompletionItem = "EditorCompletionItem";
95
- declare const EditorCompletionItemDeprecated = "EditorCompletionItemDeprecated";
96
- declare const EditorCompletionItemFocused = "EditorCompletionItemFocused";
97
- declare const EditorCompletionItemHighlight = "EditorCompletionItemHighlight";
98
- declare const EditorCursor = "EditorCursor";
99
- declare const EditorRow = "EditorRow";
100
- declare const EditorSelection = "EditorSelection";
101
- declare const EditorSourceActions = "EditorSourceActions";
102
- declare const EditorSourceActionsList = "EditorSourceActionsList";
103
- declare const Empty = "";
104
- declare const ExtensionActions = "ExtensionActions";
105
- declare const ExtensionActive = "ExtensionActive";
106
- declare const ExtensionDetail = "ExtensionDetail";
107
- declare const ExtensionDetailDescription = "ExtensionDetailDescription";
108
- declare const ExtensionDetailHeader = "ExtensionDetailHeader";
109
- declare const ExtensionDetailHeaderActions = "ExtensionDetailHeaderActions";
110
- declare const ExtensionDetailHeaderDetails = "ExtensionDetailHeaderDetails";
111
- declare const ExtensionDetailIcon = "ExtensionDetailIcon";
112
- declare const ExtensionDetailName = "ExtensionDetailName";
113
- declare const ExtensionDetailNameBadge = "ExtensionDetailNameBadge";
114
- declare const ExtensionDetailPanel = "ExtensionDetailPanel";
115
- declare const ExtensionDetailTab = "ExtensionDetailTab";
116
- declare const ExtensionDetailTabs = "ExtensionDetailTabs";
117
- declare const ExtensionDetailTabSelected = "ExtensionDetailTabSelected";
118
- declare const ExtensionHeader = "ExtensionHeader";
119
- declare const ExtensionListItem = "ExtensionListItem";
120
- declare const ExtensionListItemAuthorName = "ExtensionListItemAuthorName";
121
- declare const ExtensionListItemDescription = "ExtensionListItemDescription";
122
- declare const ExtensionListItemDetail = "ExtensionListItemDetail";
123
- declare const ExtensionListItemFooter = "ExtensionListItemFooter";
124
- declare const ExtensionListItemIcon = "ExtensionListItemIcon";
125
- declare const ExtensionListItemName = "ExtensionListItemName";
126
- declare const Extensions = "Extensions";
127
- declare const Feature = "Feature";
128
- declare const FeatureContent = "FeatureContent";
129
- declare const Features = "Features";
130
- declare const FeaturesList = "FeaturesList";
131
- declare const FeatureWebView = "FeatureWebView";
132
- declare const FileIcon = "FileIcon";
133
- declare const Filter = "Filter";
134
- declare const FilterBadge = "FilterBadge";
135
- declare const FindWidget = "FindWidget";
136
- declare const FindWidgetFind = "FindWidgetFind";
137
- declare const FindWidgetMatchCount = "FindWidgetMatchCount";
138
- declare const FindWidgetMatchCountEmpty = "FindWidgetMatchCountEmpty";
139
- declare const FindWidgetReplace = "FindWidgetReplace";
140
- declare const FindWidgetRight = "FindWidgetRight";
141
- declare const FocusOutline = "FocusOutline";
142
- declare const Grow = "Grow";
143
- declare const Highlight = "Highlight";
144
- declare const HighlightDeleted = "HighlightDeleted";
145
- declare const HighlightInserted = "HighlightInserted";
146
- declare const HoverDisplayString = "HoverDisplayString";
147
- declare const HoverDocumentation = "HoverDocumentation";
148
- declare const HoverEditorRow = "HoverEditorRow";
149
- declare const HoverProblem = "HoverProblem";
150
- declare const HoverProblemDetail = "HoverProblemDetail";
151
- declare const HoverProblemMessage = "HoverProblemMessage";
152
- declare const IconButton = "IconButton";
153
- declare const IconButtonDisabled = "IconButtonDisabled";
154
- declare const IconClose = "IconClose";
155
- declare const InputBox = "InputBox";
156
- declare const InputLabel = "InputLabel";
157
- declare const InputValidationError = "InputValidationError";
158
- declare const Label = "Label";
159
- declare const LabelCut = "LabelCut";
160
- declare const LabelDetail = "LabelDetail";
161
- declare const Large = "Large";
162
- declare const List = "List";
163
- declare const ListItems = "ListItems";
164
- declare const Markdown = "Markdown";
165
- declare const MaskIcon = "MaskIcon";
166
- declare const MaskIconBook = "MaskIconBook";
167
- declare const MaskIconCaseSensitive = "MaskIconCaseSensitive";
168
- declare const MaskIconChevronDown = "MaskIconChevronDown";
169
- declare const MaskIconChevronRight = "MaskIconChevronRight";
170
- declare const MaskIconEllipsis = "MaskIconEllipsis";
171
- declare const MaskIconExclude = "MaskIconExclude";
172
- declare const MaskIconPreserveCase = "MaskIconPreserveCase";
173
- declare const MaskIconRegex = "MaskIconRegex";
174
- declare const MaskIconReplaceAll = "MaskIconReplaceAll";
175
- declare const MaskIconSymbolFile = "MaskIconSymbolFile";
176
- declare const MaskIconWholeWord = "MaskIconWholeWord";
177
- declare const Message = "Message";
178
- declare const MessageAction = "MessageAction";
179
- declare const MoreInfo = "MoreInfo";
180
- declare const MoreInfoEntry = "MoreInfoEntry";
181
- declare const MoreInfoEntryKey = "MoreInfoEntryKey";
182
- declare const MoreInfoEntryOdd = "MoreInfoEntryOdd";
183
- declare const MoreInfoEntryValue = "MoreInfoEntryValue";
184
- declare const MultilineInputBox = "MultilineInputBox";
185
- declare const Normal = "Normal";
186
- declare const Problem = "Problem";
187
- declare const ProblemAt = "ProblemAt";
188
- declare const ProblemBadge = "ProblemBadge";
189
- declare const Problems = "Problems";
190
- declare const ProblemSelected = "ProblemSelected";
191
- declare const ProblemsErrorIcon = "ProblemsErrorIcon";
192
- declare const ProblemsIcon = "ProblemsIcon";
193
- declare const ProblemsList = "ProblemsList";
194
- declare const ProblemsTable = "ProblemsTable";
195
- declare const ProblemsTableBody = "ProblemsTableBody";
196
- declare const ProblemsTableHeader = "ProblemsTableHeader";
197
- declare const ProblemsTableRow = "ProblemsTableRow";
198
- declare const ProblemsTableRowItem = "ProblemsTableRowItem";
199
- declare const ProblemsTableRowOdd = "ProblemsTableRowOdd";
200
- declare const ProblemsWarningIcon = "ProblemsWarningIcon";
201
- declare const QuickPick = "QuickPick";
202
- declare const QuickPickHeader = "QuickPickHeader";
203
- declare const QuickPickHighlight = "QuickPickHighlight";
204
- declare const QuickPickItem = "QuickPickItem";
205
- declare const QuickPickItemActive = "QuickPickItemActive";
206
- declare const QuickPickItemDescription = "QuickPickItemDescription";
207
- declare const QuickPickItemLabel = "QuickPickItemLabel";
208
- declare const QuickPickItems = "QuickPickItems";
209
- declare const QuickPickMaskIcon = "QuickPickMaskIcon";
210
- declare const QuickPickScrollbar = "QuickPickScrollbar";
211
- declare const QuickPickScrollbarSlider = "QuickPickScrollbarSlider";
212
- declare const QuickPickStatus = "QuickPickStatus";
213
- declare const Resource = "Resource";
214
- declare const Resources = "Resources";
215
- declare const Sash = "Sash";
216
- declare const SashVertical = "SashVertical";
217
- declare const Scrollbar = "Scrollbar";
218
- declare const ScrollBar$1 = "ScrollBar";
219
- declare const ScrollBarSmall = "ScrollBarSmall";
220
- declare const ScrollbarThumb = "ScrollbarThumb";
221
- declare const ScrollBarThumb = "ScrollBarThumb";
222
- declare const ScrollBarThumbActive = "ScrollBarThumbActive";
223
- declare const ScrollbarTrack = "ScrollbarTrack";
224
- declare const ScrollBarVertical = "ScrollBarVertical";
225
- declare const Search = "Search";
226
- declare const SearchField = "SearchField";
227
- declare const SearchFieldButton = "SearchFieldButton";
228
- declare const SearchFieldButtonChecked = "SearchFieldButtonChecked";
229
- declare const SearchFieldButtonDisabled = "SearchFieldButtonDisabled";
230
- declare const SearchFieldButtons = "SearchFieldButtons";
231
- declare const SearchFieldContainer = "SearchFieldContainer";
232
- declare const SearchFieldDisabled = "SearchFieldDisabled";
233
- declare const SearchFieldError = "SearchFieldError";
234
- declare const SearchHeader = "SearchHeader";
235
- declare const SearchHeaderDetails = "SearchHeaderDetails";
236
- declare const SearchHeaderDetailsExpanded = "SearchHeaderDetailsExpanded";
237
- declare const SearchHeaderDetailsExpandedTop = "SearchHeaderDetailsExpandedTop";
238
- declare const SearchHeaderDetailsHeading = "SearchHeaderDetailsHeading";
239
- declare const SearchHeaderTop = "SearchHeaderTop";
240
- declare const SearchHeaderTopRight = "SearchHeaderTopRight";
241
- declare const SearchInputError = "SearchInputError";
242
- declare const SearchRemove = "SearchRemove";
243
- declare const SearchToggleButton = "SearchToggleButton";
244
- declare const SearchToggleButtonExpanded = "SearchToggleButtonExpanded";
245
- declare const SettingsButton = "SettingsButton";
246
- declare const SettingsIcon = "SettingsIcon";
247
- declare const Small = "Small";
248
- declare const SourceActionHeading = "SourceActionHeading";
249
- declare const SourceActionIcon = "SourceActionIcon";
250
- declare const SourceActionItem = "SourceActionItem";
251
- declare const SourceActionItemFocused = "SourceActionItemFocused";
252
- declare const SourceControlBadge = "SourceControlBadge";
253
- declare const Table = "Table";
254
- declare const TableCell = "TableCell";
255
- declare const TableHeading = "TableHeading";
256
- declare const ToggleDetails = "ToggleDetails";
257
- declare const Tree$1 = "Tree";
258
- declare const TreeItem$1 = "TreeItem";
259
- declare const TreeItemActive = "TreeItemActive";
260
- declare const TreeItems = "TreeItems";
261
- declare const Viewlet = "Viewlet";
262
- declare const ViewletFind = "ViewletFind";
263
- declare const ViewletFindWidget = "ViewletFindWidget";
264
- declare const ViewletSearchMessage = "ViewletSearchMessage";
265
- declare const ViewletSearchMessageIndented = "ViewletSearchMessageIndented";
266
- declare const Welcome = "Welcome";
267
- declare const WelcomeMessage = "WelcomeMessage";
268
- declare const BlockDevice = 1;
269
- declare const CharacterDevice = 2;
270
- declare const Directory = 3;
271
- declare const DirectoryExpanded = 4;
272
- declare const DirectoryExpanding = 5;
273
- declare const Fifo = 6;
274
- declare const File = 7;
275
- declare const Socket = 8;
276
- declare const Symlink = 9;
277
- declare const SymLinkFile = 10;
278
- declare const SymLinkFolder = 11;
279
- declare const Unknown = 12;
280
- declare const EditingFile: number;
281
- declare const EditingFolder: number;
282
- declare const EditingDirectoryExpanded: number;
283
- declare const EditingUnknown: number;
284
- declare const EditingSymLinkFile: number;
285
- declare const EditingSymLinkFolder: number;
286
- declare const EditingSymLinkUnknown: number;
287
- declare const CompositionUpdate = "compositionUpdate";
288
- declare const ContentEditableInput = "contentEditableInput";
289
- declare const Delete = "delete";
290
- declare const DeleteHorizontalRight = "deleteHorizontalRight";
291
- declare const DeleteLeft = "deleteLeft";
292
- declare const EditorCut = "editorCut";
293
- declare const EditorPasteText = "editorPasteText";
294
- declare const EditorSnippet = "editorSnippet";
295
- declare const EditorType = "editorType";
296
- declare const EditorTypeWithAutoClosing = "editorTypeWithAutoClosing";
297
- declare const Format = "format";
298
- declare const IndentLess = "indentLess";
299
- declare const IndentMore = "indentMore";
300
- declare const InsertLineBreak = "insertLineBreak";
301
- declare const LineComment = "lineComment";
302
- declare const Rename = "rename";
303
- declare const Replace = "replace";
304
- declare const ReplaceAll = "replaceAll";
305
- declare const ToggleBlockComment = "toggleBlockComment";
306
- declare const Unknown$1 = "unknown";
307
- declare const Undo = "undo";
308
- declare const Redo = "redo";
309
- declare const Cut = "cut";
310
- declare const Copy = "copy";
311
- declare const Paste = "paste";
312
- declare const PasteAndMatchStyle = "pasteAndMatchStyle";
313
- declare const Delete$1 = "delete";
314
- declare const SelectAll = "selectAll";
315
- declare const Reload = "reload";
316
- declare const ForceReload = "forceReload";
317
- declare const ToggleDevTools = "toggleDevTools";
318
- declare const ResetZoom = "resetZoom";
319
- declare const ZoomIn = "zoomIn";
320
- declare const ZoomOut = "zoomOut";
321
- declare const ToggleSpellChecker = "toggleSpellChecker";
322
- declare const Togglefullscreen = "togglefullscreen";
323
- declare const Window = "window";
324
- declare const Minimize = "minimize";
325
- declare const Close = "close";
326
- declare const Help = "help";
327
- declare const About = "about";
328
- declare const Services = "services";
329
- declare const Hide = "hide";
330
- declare const HideOthers = "hideOthers";
331
- declare const Unhide = "unhide";
332
- declare const Quit = "quit";
333
- declare const ShowSubstitutions = "showSubstitutions";
334
- declare const ToggleSmartQuotes = "toggleSmartQuotes";
335
- declare const ToggleSmartDashes = "toggleSmartDashes";
336
- declare const ToggleTextReplacement = "toggleTextReplacement";
337
- declare const StartSpeaking = "startSpeaking";
338
- declare const StopSpeaking = "stopSpeaking";
339
- declare const Zoom = "zoom";
340
- declare const Front = "front";
341
- declare const AppMenu = "appMenu";
342
- declare const FileMenu = "fileMenu";
343
- declare const EditMenu = "editMenu";
344
- declare const ViewMenu = "viewMenu";
345
- declare const ShareMenu = "shareMenu";
346
- declare const RecentDocuments = "recentDocuments";
347
- declare const ToggleTabBar = "toggleTabBar";
348
- declare const SelectNextTab = "selectNextTab";
349
- declare const SelectPreviousTab = "selectPreviousTab";
350
- declare const MergeAllWindows = "mergeAllWindows";
351
- declare const ClearRecentDocuments = "clearRecentDocuments";
352
- declare const MoveTabToNewWindow = "moveTabToNewWindow";
353
- declare const WindowMenu = "windowMenu";
354
- declare const Normal$1 = "normal";
355
- declare const Separator$1 = "separator";
356
- declare const SubMenu = "submenu";
357
- declare const Checkbox = "checkbox";
358
- declare const Radio = "radio";
359
- declare const getElementTag: (type: number) => string;
360
- declare const Audio = "audio";
361
- declare const Button$3 = "button";
362
- declare const Col = "col";
363
- declare const ColGroup = "colgroup";
364
- declare const Del = "del";
365
- declare const Div = "div";
366
- declare const H1 = "h1";
367
- declare const H2 = "h2";
368
- declare const H3 = "h3";
369
- declare const H4 = "h4";
370
- declare const H5 = "h5";
371
- declare const H6 = "h6";
372
- declare const I = "i";
373
- declare const Img = "img";
374
- declare const Input = "input";
375
- declare const Ins = "ins";
376
- declare const Kbd = "kbd";
377
- declare const Span = "span";
378
- declare const Table$1 = "table";
379
- declare const TBody = "tbody";
380
- declare const Td = "td";
381
- declare const Th = "th";
382
- declare const THead = "thead";
383
- declare const Tr = "tr";
384
- declare const Article = "article";
385
- declare const Aside$1 = "aside";
386
- declare const Footer = "footer";
387
- declare const Header = "header";
388
- declare const Nav = "nav";
389
- declare const Section = "section";
390
- declare const Search$1 = "search";
391
- declare const Dd = "dd";
392
- declare const Dl = "dl";
393
- declare const Figcaption = "figcaption";
394
- declare const Figure = "figure";
395
- declare const Hr = "hr";
396
- declare const Li = "li";
397
- declare const Ol = "ol";
398
- declare const P = "p";
399
- declare const Pre = "pre";
400
- declare const A = "a";
401
- declare const Abbr = "abbr";
402
- declare const Br = "br";
403
- declare const Cite = "cite";
404
- declare const Data = "data";
405
- declare const Time = "time";
406
- declare const Tfoot = "tfoot";
407
- declare const Ul = "ul";
408
- declare const Video = "video";
409
- declare const TextArea = "textarea";
410
- declare const Select = "select";
411
- declare const Option$1 = "option";
412
- declare const Code = "code";
413
- declare const Label$1 = "label";
414
- declare const Dt = "dt";
415
- declare const ENOENT = "ENOENT";
416
- declare const EXDEV = "EXDEV";
417
- declare const AltKey = "event.altKey";
418
- declare const Button$4 = "event.button";
419
- declare const ClientX = "event.clientX";
420
- declare const ClientY = "event.clientY";
421
- declare const CtrlKey = "event.ctrlKey";
422
- declare const DataTransferFiles = "event.dataTransfer.files";
423
- declare const DataTransferFiles2 = "event.dataTransfer.files2";
424
- declare const DefaultPrevented = "event.defaultPrevented";
425
- declare const DeltaMode = "event.deltaMode";
426
- declare const DeltaY = "event.deltaY";
427
- declare const EventTargetClassName = "event.target.className";
428
- declare const IsTrusted = "event.isTrusted";
429
- declare const Key = "event.key";
430
- declare const ShiftKey = "event.shiftKey";
431
- declare const TargetHref = "event.target.href";
432
- declare const TargetName = "event.target.name";
433
- declare const TargetNodeName = "event.target.nodeName";
434
- declare const TargetSelectionEnd = "event.target.selectionEnd";
435
- declare const TargetSelectionStart = "event.target.selectionStart";
436
- declare const TargetSrc = "event.target.src";
437
- declare const TargetValue = "event.target.value";
438
- declare const None$1 = 0;
439
- declare const CreateFile = 1;
440
- declare const CreateFolder = 2;
441
- declare const Rename$1 = 3;
442
- declare const CreateFolder$1 = 1;
443
- declare const CreateFile$1 = 2;
444
- declare const Copy$1 = 3;
445
- declare const Rename$2 = 4;
446
- declare const Remove = 5;
447
- declare const getKeyCode: (key: string) => number;
448
- declare const getKeyCodeString: (keyCode: number) => string;
449
- declare const getWhenExpressionText: (whenExpression: number) => string;
450
- declare const getWidgetName: (widgetId: number) => string;
451
- declare const Blank = "Blank";
452
- declare const Check = "Check";
453
- declare const ClearAll = "ClearAll";
454
- declare const CollapseAll = "CollapseAll";
455
- declare const DebugAlt2 = "DebugAlt2";
456
- declare const Filter$1 = "Filter";
457
- declare const ListFlat = "ListFlat";
458
- declare const ListTree = "ListTree";
459
- declare const NewFile = "NewFile";
460
- declare const NewFolder = "NewFolder";
461
- declare const Refresh = "Refresh";
462
- declare const InsertText = "insertText";
463
- declare const DeleteContentBackward = "deleteContentBackward";
464
- declare const DeleteContentForward = "deleteContentForward";
465
- declare const DeleteWordForward = "deleteWordForward";
466
- declare const DeleteWordBackward = "deleteWordBackward";
467
- declare const InsertLineBreak$1 = "insertLineBreak";
468
- declare const InsertCompositionText = "insertCompositionText";
469
- declare const InsertFromPaste = "insertFromPaste";
470
- declare const User = 1;
471
- declare const Script = 2;
472
- declare const Unknown$2 = 0;
473
- declare const Backspace = 1;
474
- declare const Tab$2 = 2;
475
- declare const Enter = 3;
476
- declare const Ctrl = 4;
477
- declare const Alt = 5;
478
- declare const PauseBreak = 6;
479
- declare const CapsLock = 7;
480
- declare const Escape = 8;
481
- declare const Space = 9;
482
- declare const PageUp = 10;
483
- declare const PageDown = 11;
484
- declare const End = 255;
485
- declare const Home = 12;
486
- declare const LeftArrow = 13;
487
- declare const UpArrow = 14;
488
- declare const RightArrow = 15;
489
- declare const DownArrow = 16;
490
- declare const Insert = 17;
491
- declare const Delete$2 = 18;
492
- declare const Digit0 = 19;
493
- declare const Digit1 = 20;
494
- declare const Digit2 = 21;
495
- declare const Digit3 = 22;
496
- declare const Digit4 = 23;
497
- declare const Digit5 = 24;
498
- declare const Digit6 = 25;
499
- declare const Digit7 = 26;
500
- declare const Digit8 = 27;
501
- declare const Digit9 = 28;
502
- declare const KeyA = 29;
503
- declare const KeyB = 30;
504
- declare const KeyC = 31;
505
- declare const KeyD = 32;
506
- declare const KeyE = 33;
507
- declare const KeyF = 34;
508
- declare const KeyG = 35;
509
- declare const KeyH = 36;
510
- declare const KeyI = 37;
511
- declare const KeyJ = 38;
512
- declare const KeyK = 39;
513
- declare const KeyL = 40;
514
- declare const KeyM = 41;
515
- declare const KeyN = 42;
516
- declare const KeyO = 43;
517
- declare const KeyP = 44;
518
- declare const KeyQ = 45;
519
- declare const KeyR = 46;
520
- declare const KeyS = 47;
521
- declare const KeyT = 48;
522
- declare const KeyU = 49;
523
- declare const KeyV = 50;
524
- declare const KeyW = 51;
525
- declare const KeyX = 52;
526
- declare const KeyY = 53;
527
- declare const KeyZ = 54;
528
- declare const Meta = 55;
529
- declare const ContextMenu = 56;
530
- declare const F1 = 57;
531
- declare const F2 = 58;
532
- declare const F3 = 59;
533
- declare const F4 = 60;
534
- declare const F5 = 61;
535
- declare const F6 = 62;
536
- declare const F7 = 63;
537
- declare const F8 = 64;
538
- declare const F9 = 65;
539
- declare const F10 = 66;
540
- declare const F11 = 67;
541
- declare const F12 = 68;
542
- declare const F13 = 69;
543
- declare const F14 = 70;
544
- declare const F15 = 71;
545
- declare const F16 = 72;
546
- declare const F17 = 72;
547
- declare const F18 = 74;
548
- declare const F19 = 75;
549
- declare const F20 = 76;
550
- declare const F21 = 77;
551
- declare const F22 = 78;
552
- declare const F23 = 79;
553
- declare const F24 = 80;
554
- declare const NumLock = 81;
555
- declare const ScrollLock = 82;
556
- declare const SemiColon = 83;
557
- declare const Equal = 84;
558
- declare const Comma = 85;
559
- declare const Minus = 86;
560
- declare const Period = 87;
561
- declare const Slash = 88;
562
- declare const Backquote = 89;
563
- declare const BracketLeft = 90;
564
- declare const Backslash = 91;
565
- declare const BracketRight = 92;
566
- declare const Quote = 93;
567
- declare const OEM_8 = 94;
568
- declare const IntlBackslash = 95;
569
- declare const Numpad0 = 96;
570
- declare const Numpad1 = 97;
571
- declare const Numpad2 = 98;
572
- declare const Numpad3 = 99;
573
- declare const Numpad4 = 100;
574
- declare const Numpad5 = 101;
575
- declare const Numpad6 = 102;
576
- declare const Numpad7 = 103;
577
- declare const Numpad8 = 104;
578
- declare const Numpad9 = 105;
579
- declare const NumpadMultiply = 106;
580
- declare const NumpadAdd = 107;
581
- declare const NumpadSeparator = 108;
582
- declare const NumpadSubtract = 109;
583
- declare const NumpadDecimal = 110;
584
- declare const NumpadDivide = 111;
585
- declare const KeyInComposition = 112;
586
- declare const ABNT_C1 = 113;
587
- declare const ABNT_C2 = 114;
588
- declare const AudioVolumeMute = 115;
589
- declare const AudioVolumeUp = 116;
590
- declare const AudioVolumeDown = 117;
591
- declare const BrowserSearch = 118;
592
- declare const BrowserHome = 119;
593
- declare const BrowserBack = 120;
594
- declare const BrowserForward = 121;
595
- declare const MediaTrackNext = 122;
596
- declare const MediaTrackPrevious = 123;
597
- declare const MediaStop = 124;
598
- declare const MediaPlayPause = 125;
599
- declare const LaunchMediaPlayer = 126;
600
- declare const LaunchMail = 127;
601
- declare const LaunchApp2 = 128;
602
- declare const Clear = 129;
603
- declare const MaxValue = 130;
604
- declare const Star = 131;
605
- declare const Plus = 132;
606
- declare const Unknown$3 = "Unknown";
607
- declare const Backspace$1 = "Backspace";
608
- declare const Tab$3 = "Tab";
609
- declare const Enter$1 = "Enter";
610
- declare const Escape$1 = "Escape";
611
- declare const Space$1 = "Space";
612
- declare const PageUp$1 = "PageUp";
613
- declare const PageDown$1 = "PageDown";
614
- declare const End$1 = "End";
615
- declare const Home$1 = "Home";
616
- declare const LeftArrow$1 = "LeftArrow";
617
- declare const UpArrow$1 = "UpArrow";
618
- declare const RightArrow$1 = "RightArrow";
619
- declare const DownArrow$1 = "DownArrow";
620
- declare const Insert$1 = "Insert";
621
- declare const Delete$3 = "Delete";
622
- declare const Digit0$1 = "0";
623
- declare const Digit1$1 = "1";
624
- declare const Digit2$1 = "2";
625
- declare const Digit3$1 = "3";
626
- declare const Digit4$1 = "4";
627
- declare const Digit5$1 = "5";
628
- declare const Digit6$1 = "6";
629
- declare const Digit7$1 = "7";
630
- declare const Digit8$1 = "8";
631
- declare const Digit9$1 = "9";
632
- declare const KeyA$1 = "a";
633
- declare const KeyB$1 = "b";
634
- declare const KeyC$1 = "c";
635
- declare const KeyD$1 = "d";
636
- declare const KeyE$1 = "e";
637
- declare const KeyF$1 = "f";
638
- declare const KeyG$1 = "g";
639
- declare const KeyH$1 = "h";
640
- declare const KeyI$1 = "i";
641
- declare const KeyJ$1 = "j";
642
- declare const KeyK$1 = "k";
643
- declare const KeyL$1 = "l";
644
- declare const KeyM$1 = "m";
645
- declare const KeyN$1 = "n";
646
- declare const KeyO$1 = "o";
647
- declare const KeyP$1 = "p";
648
- declare const KeyQ$1 = "q";
649
- declare const KeyR$1 = "r";
650
- declare const KeyS$1 = "s";
651
- declare const KeyT$1 = "t";
652
- declare const KeyU$1 = "u";
653
- declare const KeyV$1 = "v";
654
- declare const KeyW$1 = "w";
655
- declare const KeyX$1 = "x";
656
- declare const KeyY$1 = "y";
657
- declare const KeyZ$1 = "z";
658
- declare const F1$1 = "F1";
659
- declare const F2$1 = "F2";
660
- declare const F3$1 = "F3";
661
- declare const F4$1 = "F4";
662
- declare const F5$1 = "F5";
663
- declare const F6$1 = "F6";
664
- declare const Equal$1 = "=";
665
- declare const Comma$1 = ",";
666
- declare const Minus$1 = "Minus";
667
- declare const Backquote$1 = "Backquote";
668
- declare const Backslash$1 = "Backslash";
669
- declare const Star$1 = "*";
670
- declare const Plus$1 = "+";
671
- declare const CtrlCmd: number;
672
- declare const Shift: number;
673
- declare const Alt$1: number;
674
- declare const WinCtrl: number;
675
- declare const External = "_blank";
676
- declare const ActivityBar = 1;
677
- declare const Edit = 2;
678
- declare const Editor = 3;
679
- declare const Explorer = 4;
680
- declare const File$1 = 5;
681
- declare const Go = 6;
682
- declare const Help$1 = 7;
683
- declare const ManageExtension = 8;
684
- declare const OpenRecent = 9;
685
- declare const Run = 10;
686
- declare const Selection = 11;
687
- declare const Settings = 12;
688
- declare const Tab$4 = 13;
689
- declare const Terminal = 14;
690
- declare const TitleBar = 15;
691
- declare const View = 16;
692
- declare const ActivityBarAdditionalViews = 17;
693
- declare const Search$2 = 18;
694
- declare const EditorImage = 19;
695
- declare const ExtensionDetailReadme = 20;
696
- declare const SimpleBrowser = 21;
697
- declare const SourceControl = 22;
698
- declare const Problems$1 = 23;
699
- declare const Main = 24;
700
- declare const ProblemsFilter = 25;
701
- declare const KeyBindingsTable = 26;
702
- declare const E2eTests = 27;
703
- declare const ExtensionDetailIconContextMenu = 4091;
704
- declare const TitleBarContextMenu = 90;
705
- declare const InputContextMenu = 91;
706
- declare const SearchMatchContextMenu = 93;
707
- declare const SettingsFilter = 94;
708
- declare const ExtensionSearchFilter = 95;
709
- declare const Separator$2 = 1;
710
- declare const None$2 = 0;
711
- declare const SubMenu$1 = 4;
712
- declare const Checked = 2;
713
- declare const Unchecked = 3;
714
- declare const Disabled = 5;
715
- declare const RestoreFocus = 6;
716
- declare const Ignore = 7;
717
- declare const Keyboard = -1;
718
- declare const LeftClick = 0;
719
- export interface ParsedKey {
720
- readonly isCtrl: boolean;
721
- readonly isShift: boolean;
722
- readonly key: string;
723
- }
724
- declare const parseKey: (rawKey: number) => ParsedKey;
725
- declare const SetText = 1;
726
- declare const Replace$1 = 2;
727
- declare const SetAttribute = 3;
728
- declare const RemoveAttribute = 4;
729
- declare const Remove$1 = 5;
730
- declare const Add = 6;
731
- declare const NavigateChild = 7;
732
- declare const NavigateParent = 8;
733
- declare const RemoveChild = 9;
734
- declare const NavigateSibling = 10;
735
- declare const Web = 1;
736
- declare const Electron = 2;
737
- declare const Remote = 3;
738
- declare const Test = 4;
739
- declare const ColorTheme = 0;
740
- declare const Commands = 1;
741
- declare const Custom = 2;
742
- declare const File$2 = 3;
743
- declare const GoToLine = 4;
744
- declare const Help$2 = 5;
745
- declare const Recent = 6;
746
- declare const Symbol$1 = 7;
747
- declare const View$1 = 8;
748
- declare const WorkspaceSymbol = 9;
749
- declare const Noop = 10;
750
- declare const EveryThing = 100;
751
- declare const Command = ">";
752
- declare const Symbol$1 = "@";
753
- declare const WorkspaceSymbol$1 = "#";
754
- declare const GoToLine$1 = ":";
755
- declare const View$2 = "view ";
756
- declare const None$3 = "";
757
- declare const Help$3 = "?";
758
- declare const GoToColumn = "::";
759
- declare const Cli = 6001;
760
- declare const ClipBoardProcess = 3401;
761
- declare const ClipBoardWorker = 3400;
762
- declare const ColorPickerWorker = 302;
763
- declare const CompletionWorker = 301;
764
- declare const DebugWorker = 55;
765
- declare const EditorWorker = 99;
766
- declare const EmbedsProcess = 207;
767
- declare const EmbedsWorker = 208;
768
- declare const ErrorWorker = 3308;
769
- declare const ExtensionDetailWorker = 3402;
770
- declare const ExtensionHostHelperProcess = 3;
771
- declare const ExtensionHostWorker = 44;
772
- declare const ExtensionManagementWorker = 9006;
773
- declare const FileSearchWorker = 7013;
774
- declare const FileSystemProcess = 210;
775
- declare const FileSystemWorker = 209;
776
- declare const FileWatcherProcess = 220;
777
- declare const FindWidgetWorker = 9002;
778
- declare const HoverWorker = 9003;
779
- declare const IconThemeWorker = 7009;
780
- declare const IframeWorker = 344;
781
- declare const MainProcess = -5;
782
- declare const MarkdownWorker = 300;
783
- declare const OutputWorker = 7001;
784
- declare const ProblemsWorker = 3403;
785
- declare const ProcessExplorerRenderer = 33;
786
- declare const RenameWorker = 9004;
787
- declare const RendererProcess = 1670;
788
- declare const RendererWorker = 1;
789
- declare const SearchProcess = 77;
790
- declare const SearchProcessElectron = 2;
791
- declare const SharedProcess = 1492;
792
- declare const SourceActionWorker = 303;
793
- declare const SourceControlWorker = 66;
794
- declare const StatusBarWorker = 7201;
795
- declare const SyntaxHighlightingWorker = 3309;
796
- declare const TerminalProcess = 7;
797
- declare const TestWithPlaywrightCli = 6000;
798
- declare const TestWithPlaywrightWorker = 6001;
799
- declare const TestWorker = 9001;
800
- declare const TextMeasurementWorker = 7011;
801
- declare const TextSearchWorker = 7010;
802
- declare const TypescriptCompileProcess = 221;
803
- declare const Left = 1;
804
- declare const Right = 2;
805
- declare const File$3 = 1;
806
- declare const Match = 2;
807
- declare const uidSymbol: unique symbol;
808
- declare const None$4 = 0;
809
- declare const CheckingForUpdate = 1;
810
- declare const DownloadingUpdate = 2;
811
- declare const DownloadedUpdate = 3;
812
- declare const WaitingForRestart = 4;
813
- declare const InstallingUpdated = 5;
814
- declare const FocusElementByName = "Viewlet.focusElementByName";
815
- declare const FocusSelector = "Viewlet.focusSelector";
816
- declare const SetCss = "Viewlet.setCss";
817
- declare const SetDom2 = "Viewlet.setDom2";
818
- declare const SetFocusContext = "Viewlet.setFocusContext";
819
- declare const SetProperty = "Viewlet.setProperty";
820
- declare const SetDragData = "Viewlet.setDragData";
821
- declare const SetSelectionByName = "Viewlet.setSelectionByName";
822
- declare const SetValueByName = "Viewlet.setValueByName";
823
- declare const SetPatches = "Viewlet.setPatches";
824
- declare const Explorer$1 = "Explorer";
825
- declare const Extensions$1 = "Extensions";
826
- declare const RunAndDebug = "Run And Debug";
827
- declare const Search$3 = "Search";
828
- declare const SourceControl$1 = "Source Control";
829
- declare const List$1 = 1;
830
- declare const Tree$2 = 2;
831
- declare const Audio$1 = 0;
832
- declare const Button$5 = 1;
833
- declare const Col$1 = 2;
834
- declare const ColGroup$1 = 3;
835
- declare const Div$1 = 4;
836
- declare const H1$1 = 5;
837
- declare const Input$1 = 6;
838
- declare const Kbd$1 = 7;
839
- declare const Span$1 = 8;
840
- declare const Table$2 = 9;
841
- declare const TBody$1 = 10;
842
- declare const Td$1 = 11;
843
- declare const Text = 12;
844
- declare const Th$1 = 13;
845
- declare const THead$1 = 14;
846
- declare const Tr$1 = 15;
847
- declare const I$1 = 16;
848
- declare const Img$1 = 17;
849
- declare const Root = 0;
850
- declare const Ins$1 = 20;
851
- declare const Del$1 = 21;
852
- declare const H2$1 = 22;
853
- declare const H3$1 = 23;
854
- declare const H4$1 = 24;
855
- declare const H5$1 = 25;
856
- declare const H6$1 = 26;
857
- declare const Article$1 = 27;
858
- declare const Aside$2 = 28;
859
- declare const Footer$1 = 29;
860
- declare const Header$1 = 30;
861
- declare const Nav$1 = 40;
862
- declare const Section$1 = 41;
863
- declare const Search$4 = 42;
864
- declare const Dd$1 = 43;
865
- declare const Dl$1 = 44;
866
- declare const Figcaption$1 = 45;
867
- declare const Figure$1 = 46;
868
- declare const Hr$1 = 47;
869
- declare const Li$1 = 48;
870
- declare const Ol$1 = 49;
871
- declare const P$1 = 50;
872
- declare const Pre$1 = 51;
873
- declare const A$1 = 53;
874
- declare const Abbr$1 = 54;
875
- declare const Br$1 = 55;
876
- declare const Cite$1 = 56;
877
- declare const Data$1 = 57;
878
- declare const Time$1 = 58;
879
- declare const Tfoot$1 = 59;
880
- declare const Ul$1 = 60;
881
- declare const Video$1 = 61;
882
- declare const TextArea$1 = 62;
883
- declare const Select$1 = 63;
884
- declare const Option$2 = 64;
885
- declare const Code$1 = 65;
886
- declare const Label$2 = 66;
887
- declare const Dt$1 = 67;
888
- declare const Reference = 100;
889
- declare const BrowserChromium = 1;
890
- declare const BrowserElectron = 2;
891
- declare const BrowserFirefox = 3;
892
- declare const Empty$1 = 0;
893
- declare const FocusAbout = 4;
894
- declare const FocusActivityBar = 5;
895
- declare const FocusColorPicker = 41;
896
- declare const FocusConfirm = 40;
897
- declare const FocusDebugConsoleInput = 29;
898
- declare const FocusDebugInput = 6;
899
- declare const FocusDebugScope = 30;
900
- declare const FocusDialog = 7;
901
- declare const FocusEditor = 12;
902
- declare const FocusEditorCodeGenerator = 52;
903
- declare const FocusEditorCompletions = 9;
904
- declare const FocusEditorHover = 51;
905
- declare const FocusEditorImage = 10;
906
- declare const FocusEditorRename = 11;
907
- declare const FocusEditorText = 12;
908
- declare const FocusExplorer = 13;
909
- declare const FocusExplorerEditBox = 14;
910
- declare const FocusExtensions = 15;
911
- declare const FocusFindWidget = 16;
912
- declare const FocusFindWidgetCloseButton = 48;
913
- declare const FocusFindWidgetMatchCase = 45;
914
- declare const FocusFindWidgetNextMatchButton = 49;
915
- declare const FocusFindWidgetPreviousMatchButton = 50;
916
- declare const FocusFindWidgetRegex = 44;
917
- declare const FocusFindWidgetReplace = 43;
918
- declare const FocusFindWidgetReplaceAllButton = 47;
919
- declare const FocusFindWidgetReplaceButton = 46;
920
- declare const FocusFindWidgetToggleReplace = 42;
921
- declare const FocusIgnoreFiles = 1012;
922
- declare const FocusKeyBindingsTable = 39;
923
- declare const FocusKeyBindingsWhenExpression = 53;
924
- declare const FocusLocationList = 17;
925
- declare const FocusMenu = 18;
926
- declare const FocusOutput = 28;
927
- declare const FocusProblems = 19;
928
- declare const FocusQuickPickInput = 20;
929
- declare const FocusSearch = 1013;
930
- declare const FocusSearchExcludeInput = 1008;
931
- declare const FocusSearchIncludeInput = 1007;
932
- declare const FocusSearchInput = 21;
933
- declare const FocusSearchMatchCase = 32;
934
- declare const FocusSearchOpenEditors = 1011;
935
- declare const FocusSearchPreserveCase = 36;
936
- declare const FocusSearchRegex = 33;
937
- declare const FocusSearchReplaceAll = 35;
938
- declare const FocusSearchReplaceInput = 31;
939
- declare const FocusSearchResults = 22;
940
- declare const FocusSearchWholeWord = 34;
941
- declare const FocusSimpleBrowser = 37;
942
- declare const FocusSimpleBrowserInput = 23;
943
- declare const FocusSourceActions = 38;
944
- declare const FocusSourceControlInput = 24;
945
- declare const FocusTerminal = 25;
946
- declare const FocusTitleBarMenuBar = 26;
947
- declare const FocusToggleDetails = 1010;
948
- declare const FocusToggleReplace = 1020;
949
- declare const FocusViewletList = 27;
950
- declare const FocusSourceControlList = 450;
951
- declare const FocusExtensionDetailTabs = 451;
952
- declare const FocusExtensionsInput = 7000;
953
- declare const CodeGenerator = 1;
954
- declare const ColorPicker$1 = 2;
955
- declare const Completion = 3;
956
- declare const CompletionDetail = 4;
957
- declare const Find = 5;
958
- declare const Hover = 6;
959
- declare const Rename$3 = 7;
960
- declare const SourceAction = 8;
961
- declare const EditorHover = "EditorHover";
962
- declare const EditorCodeGenerator = "EditorCodeGenerator";
963
- declare const EditorCompletionDetails = "EditorCompletionDetails";
964
- declare const EditorCompletion = "EditorCompletion";
965
- declare const FindWidget$1 = "FindWidget";
966
- declare const EditorRename = "EditorRename";
967
- declare const EditorSourceActions$1 = "EditorSourceActions";
968
- declare const ColorPicker$2 = "ColorPicker";
969
-
970
- declare namespace WidgetName {
971
- export { ColorPicker$2 as ColorPicker, EditorCodeGenerator, EditorCompletion, EditorCompletionDetails, EditorHover, EditorRename, EditorSourceActions$1 as EditorSourceActions, FindWidget$1 as FindWidget };
972
- }
973
- declare namespace ActivityBarItemFlags {
974
- export { Button, Enabled, Focused, MarginTop, Progress, Selected, Tab };
975
- }
976
- declare namespace AriaRoles {
977
- export { Alert, Button$1 as Button, CheckBox, ComboBox, ContentInfo, Document, Grid, Group, ListBox, Log, Menu, MenuBar, MenuItem, MenuItemCheckBox, None, Option, Panel, ScrollBar, Separator, Status, Tab$1 as Tab, TabList, ToolBar, Tree, TreeItem };
978
- }
979
- declare namespace ClassNames {
980
- 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 };
981
- }
982
- declare namespace DirentType {
983
- export { BlockDevice, CharacterDevice, Directory, DirectoryExpanded, DirectoryExpanding, EditingDirectoryExpanded, EditingFile, EditingFolder, EditingSymLinkFile, EditingSymLinkFolder, EditingSymLinkUnknown, EditingUnknown, Fifo, File, Socket, SymLinkFile, SymLinkFolder, Symlink, Unknown };
984
- }
985
- declare namespace EditOrigin {
986
- export { CompositionUpdate, ContentEditableInput, Delete, DeleteHorizontalRight, DeleteLeft, EditorCut, EditorPasteText, EditorSnippet, EditorType, EditorTypeWithAutoClosing, Format, IndentLess, IndentMore, InsertLineBreak, LineComment, Rename, Replace, ReplaceAll, ToggleBlockComment, Unknown$1 as Unknown };
987
- }
988
- declare namespace ElectronMenuItemRole {
989
- export { About, AppMenu, ClearRecentDocuments, Close, Copy, Cut, Delete$1 as Delete, EditMenu, FileMenu, ForceReload, Front, Help, Hide, HideOthers, MergeAllWindows, Minimize, MoveTabToNewWindow, Paste, PasteAndMatchStyle, Quit, RecentDocuments, Redo, Reload, ResetZoom, SelectAll, SelectNextTab, SelectPreviousTab, Services, ShareMenu, ShowSubstitutions, StartSpeaking, StopSpeaking, ToggleDevTools, ToggleSmartDashes, ToggleSmartQuotes, ToggleSpellChecker, ToggleTabBar, ToggleTextReplacement, Togglefullscreen, Undo, Unhide, ViewMenu, Window, WindowMenu, Zoom, ZoomIn, ZoomOut };
990
- }
991
- declare namespace ElectronMenuItemType {
992
- export { Checkbox, Normal$1 as Normal, Radio, Separator$1 as Separator, SubMenu };
993
- }
994
- declare namespace ElementTagMap {
995
- export { getElementTag };
996
- }
997
- declare namespace ElementTags {
998
- 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 };
999
- }
1000
- declare namespace ErrorCodes {
1001
- export { ENOENT, EXDEV };
1002
- }
1003
- declare namespace EventExpression {
1004
- 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 };
1005
- }
1006
- declare namespace ExplorerEditingType {
1007
- export { CreateFile, CreateFolder, None$1 as None, Rename$1 as Rename };
1008
- }
1009
- declare namespace FileOperationType {
1010
- export { Copy$1 as Copy, CreateFile$1 as CreateFile, CreateFolder$1 as CreateFolder, Remove, Rename$2 as Rename };
1011
- }
1012
- declare namespace GetKeyCode {
1013
- export { getKeyCode };
1014
- }
1015
- declare namespace GetKeyCodeString {
1016
- export { getKeyCodeString };
1017
- }
1018
- declare namespace GetWhenExpressionText {
1019
- export { getWhenExpressionText };
1020
- }
1021
- declare namespace GetWidgetName {
1022
- export { getWidgetName };
1023
- }
1024
- declare namespace Icons {
1025
- export { Blank, Check, ClearAll, CollapseAll, DebugAlt2, Filter$1 as Filter, ListFlat, ListTree, NewFile, NewFolder, Refresh };
1026
- }
1027
- declare namespace InputEventType {
1028
- export { DeleteContentBackward, DeleteContentForward, DeleteWordBackward, DeleteWordForward, InsertCompositionText, InsertFromPaste, InsertLineBreak$1 as InsertLineBreak, InsertText };
1029
- }
1030
- declare namespace InputSource {
1031
- export { Script, User };
1032
- }
1033
- declare namespace KeyCode {
1034
- export { ABNT_C1, ABNT_C2, Alt, AudioVolumeDown, AudioVolumeMute, AudioVolumeUp, Backquote, Backslash, Backspace, BracketLeft, BracketRight, BrowserBack, BrowserForward, BrowserHome, BrowserSearch, CapsLock, Clear, Comma, ContextMenu, Ctrl, Delete$2 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 };
1035
- }
1036
- declare namespace KeyCodeString {
1037
- export { Backquote$1 as Backquote, Backslash$1 as Backslash, Backspace$1 as Backspace, Comma$1 as Comma, Delete$3 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 };
1038
- }
1039
- declare namespace KeyModifier {
1040
- export { Alt$1 as Alt, CtrlCmd, Shift, WinCtrl };
1041
- }
1042
- declare namespace LinkTarget {
1043
- export { External };
1044
- }
1045
- declare namespace MenuEntryId {
1046
- export { ActivityBar, ActivityBarAdditionalViews, E2eTests, Edit, Editor, EditorImage, Explorer, ExtensionDetailIconContextMenu, ExtensionDetailReadme, ExtensionSearchFilter, 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 };
1047
- }
1048
- declare namespace MenuItemFlags {
1049
- export { Checked, Disabled, Ignore, None$2 as None, RestoreFocus, Separator$2 as Separator, SubMenu$1 as SubMenu, Unchecked };
1050
- }
1051
- declare namespace MouseEventType {
1052
- export { Keyboard, LeftClick };
1053
- }
1054
- declare namespace ParseKey {
1055
- export { parseKey };
1056
- }
1057
- declare namespace PatchType {
1058
- export { Add, NavigateChild, NavigateParent, NavigateSibling, Remove$1 as Remove, RemoveAttribute, RemoveChild, Replace$1 as Replace, SetAttribute, SetText };
1059
- }
1060
- declare namespace PlatformType {
1061
- export { Electron, Remote, Test, Web };
1062
- }
1063
- declare namespace QuickPickEntryId {
1064
- export { ColorTheme, Commands, Custom, EveryThing, File$2 as File, GoToLine, Help$2 as Help, Noop, Recent, Symbol$1 as Symbol, View$1 as View, WorkspaceSymbol };
1065
- }
1066
- declare namespace QuickPickPrefix {
1067
- export { Command, GoToColumn, GoToLine$1 as GoToLine, Help$3 as Help, None$3 as None, Symbol$1 as Symbol, View$2 as View, WorkspaceSymbol$1 as WorkspaceSymbol };
1068
- }
1069
- declare namespace RpcId {
1070
- export { Cli, ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostHelperProcess, ExtensionHostWorker, ExtensionManagementWorker, FileSearchWorker, FileSystemProcess, FileSystemWorker, FileWatcherProcess, FindWidgetWorker, HoverWorker, IconThemeWorker, IframeWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, ProcessExplorerRenderer, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, StatusBarWorker, SyntaxHighlightingWorker, TerminalProcess, TestWithPlaywrightCli, TestWithPlaywrightWorker, TestWorker, TextMeasurementWorker, TextSearchWorker, TypescriptCompileProcess };
1071
- }
1072
- declare namespace SideBarLocationType {
1073
- export { Left, Right };
1074
- }
1075
- declare namespace TextSearchResultType {
1076
- export { File$3 as File, Match };
1077
- }
1078
- declare namespace UidSymbol {
1079
- export { uidSymbol };
1080
- }
1081
- declare namespace UpdateState {
1082
- export { CheckingForUpdate, DownloadedUpdate, DownloadingUpdate, InstallingUpdated, None$4 as None, WaitingForRestart };
1083
- }
1084
- declare namespace ViewletCommand {
1085
- export { FocusElementByName, FocusSelector, SetCss, SetDom2, SetDragData, SetFocusContext, SetPatches, SetProperty, SetSelectionByName, SetValueByName };
1086
- }
1087
- declare namespace ViewletModuleId {
1088
- export { Explorer$1 as Explorer, Extensions$1 as Extensions, RunAndDebug, Search$3 as Search, SourceControl$1 as SourceControl };
1089
- }
1090
- declare namespace ViewMode {
1091
- export { List$1 as List, Tree$2 as Tree };
1092
- }
1093
- declare namespace VirtualDomElements {
1094
- 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, Reference, 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 };
1095
- }
1096
- declare namespace WhenExpression {
1097
- 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, FocusExtensionsInput, 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 };
1098
- }
1099
- declare namespace WidgetId {
1100
- export { CodeGenerator, ColorPicker$1 as ColorPicker, Completion, CompletionDetail, Find, Hover, Rename$3 as Rename, SourceAction };
1101
- }
1102
-
1103
- export {
1104
- ActivityBarItemFlags,
1105
- AriaRoles,
1106
- ClassNames,
1107
- DirentType,
1108
- EditOrigin,
1109
- ElectronMenuItemRole,
1110
- ElectronMenuItemType,
1111
- ElementTagMap,
1112
- ElementTags,
1113
- ErrorCodes,
1114
- EventExpression,
1115
- ExplorerEditingType,
1116
- FileOperationType,
1117
- GetKeyCode,
1118
- GetKeyCodeString,
1119
- GetWhenExpressionText,
1120
- GetWidgetName,
1121
- Icons,
1122
- InputEventType,
1123
- InputSource,
1124
- KeyCode,
1125
- KeyCodeString,
1126
- KeyModifier,
1127
- LinkTarget,
1128
- MenuEntryId,
1129
- MenuItemFlags,
1130
- MouseEventType,
1131
- ParseKey,
1132
- PatchType,
1133
- PlatformType,
1134
- QuickPickEntryId,
1135
- QuickPickPrefix,
1136
- RpcId,
1137
- SideBarLocationType,
1138
- TextSearchResultType,
1139
- UidSymbol,
1140
- UpdateState,
1141
- ViewMode,
1142
- ViewletCommand,
1143
- ViewletModuleId,
1144
- VirtualDomElements,
1145
- WhenExpression,
1146
- WidgetId,
1147
- WidgetName,
1148
- };
1149
-
1150
- export {};
1
+ export * from './parts/Main/Main.ts';