@lvce-editor/constants 1.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.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2025, Lvce Editor
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # Constants
2
+
3
+ Constants used in Lvce Editor.
4
+
5
+ ## Gitpod
6
+
7
+ [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/lvce-editor/constants)
@@ -0,0 +1,648 @@
1
+ // Generated by dts-bundle-generator v9.5.1
2
+
3
+ declare const Alert = "alert";
4
+ declare const Button = "button";
5
+ declare const CheckBox = "checkbox";
6
+ declare const ComboBox = "combobox";
7
+ declare const Document = "document";
8
+ declare const Group = "group";
9
+ declare const ListBox = "listbox";
10
+ declare const Log = "log";
11
+ declare const None = "none";
12
+ declare const Option = "option";
13
+ declare const Panel = "panel";
14
+ declare const ScrollBar = "scrollbar";
15
+ declare const Status = "status";
16
+ declare const Tab = "tab";
17
+ declare const TabList = "tablist";
18
+ declare const ToolBar = "toolbar";
19
+ declare const Tree = "tree";
20
+ declare const TreeItem = "treeitem";
21
+ declare const Actions = "Actions";
22
+ declare const AdditionalDetails = "AdditionalDetails";
23
+ declare const AdditionalDetailsEntry = "AdditionalDetailsEntry";
24
+ declare const AdditionalDetailsTitle = "AdditionalDetailsTitle";
25
+ declare const Aside = "Aside";
26
+ declare const Badge = "Badge";
27
+ declare const Button$1 = "Button";
28
+ declare const ButtonPrimary = "ButtonPrimary";
29
+ declare const CallStackArrow = "CallStackArrow";
30
+ declare const CallStackDescription = "CallStackDescription";
31
+ declare const CallStackLabel = "CallStackLabel";
32
+ declare const Categories = "Categories";
33
+ declare const Category = "Category";
34
+ declare const Changelog = "Changelog";
35
+ declare const Chevron = "Chevron";
36
+ declare const CloseMaskIcon = "MaskIcon MaskIconClose";
37
+ declare const CodeGeneratorInput = "CodeGeneratorInput";
38
+ declare const CodeGeneratorMessage = "CodeGeneratorMessage";
39
+ declare const CodeGeneratorWidget = "CodeGeneratorWidget";
40
+ declare const ColoredMaskIcon = "ColoredMaskIcon";
41
+ declare const ColorPicker = "ColorPicker";
42
+ declare const ColorPickerBackgroundColor = "ColorPickerBackgroundColor";
43
+ declare const ColorPickerDark = "ColorPickerDark";
44
+ declare const ColorPickerLight = "ColorPickerLight";
45
+ declare const ColorPickerRectangle = "ColorPickerRectangle";
46
+ declare const ColorPickerSlider = "ColorPickerSlider";
47
+ declare const ColorPickerSliderThumb = "ColorPickerSliderThumb";
48
+ declare const CompletionDetailCloseButton = "CompletionDetailCloseButton";
49
+ declare const CompletionDetailContent = "CompletionDetailContent";
50
+ declare const DebugButton = "DebugButton";
51
+ declare const DebugButtons = "DebugButtons";
52
+ declare const DebugPausedMessage = "DebugPausedMessage";
53
+ declare const DebugPropertyChevron = "DebugPropertyChevron";
54
+ declare const DebugPropertyKey = "DebugPropertyKey";
55
+ declare const DebugRow = "DebugRow";
56
+ declare const DebugRowCallStack = "DebugRowCallStack";
57
+ declare const DebugRowCheckBox = "DebugRowCheckBox";
58
+ declare const DebugRowInputField = "DebugRowInputField";
59
+ declare const DebugSectionAction = "DebugSectionAction";
60
+ declare const DebugSectionActions = "DebugSectionActions";
61
+ declare const DebugSectionHeader = "DebugSectionHeader";
62
+ declare const DebugValue = "DebugValue";
63
+ declare const DebugValueBoolean = "DebugValueBoolean";
64
+ declare const DebugValueFunction = "DebugValueFunction";
65
+ declare const DebugValueGetter = "DebugValueGetter";
66
+ declare const DebugValueNumber = "DebugValueNumber";
67
+ declare const DebugValueObject = "DebugValueObject";
68
+ declare const DebugValueScopeName = "DebugValueScopeName";
69
+ declare const DebugValueString = "DebugValueString";
70
+ declare const DebugValueSymbol = "DebugValueSymbol";
71
+ declare const DebugValueUndefined = "DebugValueUndefined";
72
+ declare const DefaultMarkdown = "DefaultMarkdown";
73
+ declare const DefinitionListItem = "DefinitionListItem";
74
+ declare const DefinitionListItemHeading = "DefinitionListItemHeading";
75
+ declare const DefinitionListItemValue = "DefinitionListItemValue";
76
+ declare const DeleteWatchExpression = "DeleteWatchExpression";
77
+ declare const Diagnostic = "Diagnostic";
78
+ declare const DiagnosticError = "DiagnosticError";
79
+ declare const DiagnosticWarning = "DiagnosticWarning";
80
+ declare const EditorCompletionItem = "EditorCompletionItem";
81
+ declare const EditorCompletionItemDeprecated = "EditorCompletionItemDeprecated";
82
+ declare const EditorCompletionItemFocused = "EditorCompletionItemFocused";
83
+ declare const EditorCompletionItemHighlight = "EditorCompletionItemHighlight";
84
+ declare const EditorCursor = "EditorCursor";
85
+ declare const EditorRow = "EditorRow";
86
+ declare const EditorSelection = "EditorSelection";
87
+ declare const EditorSourceActions = "EditorSourceActions";
88
+ declare const EditorSourceActionsList = "EditorSourceActionsList";
89
+ declare const Empty = "";
90
+ declare const ExtensionActions = "ExtensionActions";
91
+ declare const ExtensionActive = "ExtensionActive";
92
+ declare const ExtensionDetail = "ExtensionDetail";
93
+ declare const ExtensionDetailDescription = "ExtensionDetailDescription";
94
+ declare const ExtensionDetailHeader = "ExtensionDetailHeader";
95
+ declare const ExtensionDetailHeaderActions = "ExtensionDetailHeaderActions";
96
+ declare const ExtensionDetailHeaderDetails = "ExtensionDetailHeaderDetails";
97
+ declare const ExtensionDetailIcon = "ExtensionDetailIcon";
98
+ declare const ExtensionDetailName = "ExtensionDetailName";
99
+ declare const ExtensionDetailNameBadge = "ExtensionDetailNameBadge";
100
+ declare const ExtensionDetailPanel = "ExtensionDetailPanel";
101
+ declare const ExtensionDetailTab = "ExtensionDetailTab";
102
+ declare const ExtensionDetailTabs = "ExtensionDetailTabs";
103
+ declare const ExtensionDetailTabSelected = "ExtensionDetailTabSelected";
104
+ declare const ExtensionHeader = "ExtensionHeader";
105
+ declare const ExtensionListItem = "ExtensionListItem";
106
+ declare const ExtensionListItemAuthorName = "ExtensionListItemAuthorName";
107
+ declare const ExtensionListItemDescription = "ExtensionListItemDescription";
108
+ declare const ExtensionListItemDetail = "ExtensionListItemDetail";
109
+ declare const ExtensionListItemFooter = "ExtensionListItemFooter";
110
+ declare const ExtensionListItemIcon = "ExtensionListItemIcon";
111
+ declare const ExtensionListItemName = "ExtensionListItemName";
112
+ declare const Extensions = "Extensions";
113
+ declare const Feature = "Feature";
114
+ declare const FeatureContent = "FeatureContent";
115
+ declare const Features = "Features";
116
+ declare const FeaturesList = "FeaturesList";
117
+ declare const FeatureWebView = "FeatureWebView";
118
+ declare const FileIcon = "FileIcon";
119
+ declare const Filter = "Filter";
120
+ declare const FilterBadge = "FilterBadge";
121
+ declare const FindWidget = "FindWidget";
122
+ declare const FindWidgetFind = "FindWidgetFind";
123
+ declare const FindWidgetMatchCount = "FindWidgetMatchCount";
124
+ declare const FindWidgetMatchCountEmpty = "FindWidgetMatchCountEmpty";
125
+ declare const FindWidgetReplace = "FindWidgetReplace";
126
+ declare const FindWidgetRight = "FindWidgetRight";
127
+ declare const FocusOutline = "FocusOutline";
128
+ declare const Grow = "Grow";
129
+ declare const Highlight = "Highlight";
130
+ declare const HighlightDeleted = "HighlightDeleted";
131
+ declare const HighlightInserted = "HighlightInserted";
132
+ declare const HoverDisplayString = "HoverDisplayString";
133
+ declare const HoverDocumentation = "HoverDocumentation";
134
+ declare const HoverEditorRow = "HoverEditorRow";
135
+ declare const HoverProblem = "HoverProblem";
136
+ declare const HoverProblemDetail = "HoverProblemDetail";
137
+ declare const HoverProblemMessage = "HoverProblemMessage";
138
+ declare const IconButton = "IconButton";
139
+ declare const IconButtonDisabled = "IconButtonDisabled";
140
+ declare const IconClose = "IconClose";
141
+ declare const InputBox = "InputBox";
142
+ declare const InputLabel = "InputLabel";
143
+ declare const InputValidationError = "InputValidationError";
144
+ declare const Label = "Label";
145
+ declare const LabelCut = "LabelCut";
146
+ declare const LabelDetail = "LabelDetail";
147
+ declare const Large = "Large";
148
+ declare const List = "List";
149
+ declare const ListItems = "ListItems";
150
+ declare const Markdown = "Markdown";
151
+ declare const MaskIcon = "MaskIcon";
152
+ declare const MaskIconBook = "MaskIconBook";
153
+ declare const MaskIconCaseSensitive = "MaskIconCaseSensitive";
154
+ declare const MaskIconChevronDown = "MaskIconChevronDown";
155
+ declare const MaskIconChevronRight = "MaskIconChevronRight";
156
+ declare const MaskIconEllipsis = "MaskIconEllipsis";
157
+ declare const MaskIconExclude = "MaskIconExclude";
158
+ declare const MaskIconPreserveCase = "MaskIconPreserveCase";
159
+ declare const MaskIconRegex = "MaskIconRegex";
160
+ declare const MaskIconReplaceAll = "MaskIconReplaceAll";
161
+ declare const MaskIconSymbolFile = "MaskIconSymbolFile";
162
+ declare const MaskIconWholeWord = "MaskIconWholeWord";
163
+ declare const Message = "Message";
164
+ declare const MessageAction = "MessageAction";
165
+ declare const MoreInfo = "MoreInfo";
166
+ declare const MoreInfoEntry = "MoreInfoEntry";
167
+ declare const MoreInfoEntryKey = "MoreInfoEntryKey";
168
+ declare const MoreInfoEntryOdd = "MoreInfoEntryOdd";
169
+ declare const MoreInfoEntryValue = "MoreInfoEntryValue";
170
+ declare const MultilineInputBox = "MultilineInputBox";
171
+ declare const Normal = "Normal";
172
+ declare const Problem = "Problem";
173
+ declare const ProblemAt = "ProblemAt";
174
+ declare const ProblemBadge = "ProblemBadge";
175
+ declare const Problems = "Problems";
176
+ declare const ProblemSelected = "ProblemSelected";
177
+ declare const ProblemsErrorIcon = "ProblemsErrorIcon";
178
+ declare const ProblemsIcon = "ProblemsIcon";
179
+ declare const ProblemsList = "ProblemsList";
180
+ declare const ProblemsTable = "ProblemsTable";
181
+ declare const ProblemsTableBody = "ProblemsTableBody";
182
+ declare const ProblemsTableHeader = "ProblemsTableHeader";
183
+ declare const ProblemsTableRow = "ProblemsTableRow";
184
+ declare const ProblemsTableRowItem = "ProblemsTableRowItem";
185
+ declare const ProblemsTableRowOdd = "ProblemsTableRowOdd";
186
+ declare const ProblemsWarningIcon = "ProblemsWarningIcon";
187
+ declare const QuickPick = "QuickPick";
188
+ declare const QuickPickHeader = "QuickPickHeader";
189
+ declare const QuickPickHighlight = "QuickPickHighlight";
190
+ declare const QuickPickItem = "QuickPickItem";
191
+ declare const QuickPickItemActive = "QuickPickItemActive";
192
+ declare const QuickPickItemDescription = "QuickPickItemDescription";
193
+ declare const QuickPickItemLabel = "QuickPickItemLabel";
194
+ declare const QuickPickItems = "QuickPickItems";
195
+ declare const QuickPickMaskIcon = "QuickPickMaskIcon";
196
+ declare const QuickPickScrollbar = "QuickPickScrollbar";
197
+ declare const QuickPickScrollbarSlider = "QuickPickScrollbarSlider";
198
+ declare const QuickPickStatus = "QuickPickStatus";
199
+ declare const Resource = "Resource";
200
+ declare const Resources = "Resources";
201
+ declare const Sash = "Sash";
202
+ declare const SashVertical = "SashVertical";
203
+ declare const Scrollbar = "Scrollbar";
204
+ declare const ScrollBar$1 = "ScrollBar";
205
+ declare const ScrollBarSmall = "ScrollBarSmall";
206
+ declare const ScrollbarThumb = "ScrollbarThumb";
207
+ declare const ScrollBarThumb = "ScrollBarThumb";
208
+ declare const ScrollBarThumbActive = "ScrollBarThumbActive";
209
+ declare const ScrollbarTrack = "ScrollbarTrack";
210
+ declare const ScrollBarVertical = "ScrollBarVertical";
211
+ declare const Search = "Search";
212
+ declare const SearchField = "SearchField";
213
+ declare const SearchFieldButton = "SearchFieldButton";
214
+ declare const SearchFieldButtonChecked = "SearchFieldButtonChecked";
215
+ declare const SearchFieldButtonDisabled = "SearchFieldButtonDisabled";
216
+ declare const SearchFieldButtons = "SearchFieldButtons";
217
+ declare const SearchFieldContainer = "SearchFieldContainer";
218
+ declare const SearchFieldDisabled = "SearchFieldDisabled";
219
+ declare const SearchFieldError = "SearchFieldError";
220
+ declare const SearchHeader = "SearchHeader";
221
+ declare const SearchHeaderDetails = "SearchHeaderDetails";
222
+ declare const SearchHeaderDetailsExpanded = "SearchHeaderDetailsExpanded";
223
+ declare const SearchHeaderDetailsExpandedTop = "SearchHeaderDetailsExpandedTop";
224
+ declare const SearchHeaderDetailsHeading = "SearchHeaderDetailsHeading";
225
+ declare const SearchHeaderTop = "SearchHeaderTop";
226
+ declare const SearchHeaderTopRight = "SearchHeaderTopRight";
227
+ declare const SearchInputError = "SearchInputError";
228
+ declare const SearchRemove = "SearchRemove";
229
+ declare const SearchToggleButton = "SearchToggleButton";
230
+ declare const SearchToggleButtonExpanded = "SearchToggleButtonExpanded";
231
+ declare const SettingsButton = "SettingsButton";
232
+ declare const SettingsIcon = "SettingsIcon";
233
+ declare const Small = "Small";
234
+ declare const SourceActionHeading = "SourceActionHeading";
235
+ declare const SourceActionIcon = "SourceActionIcon";
236
+ declare const SourceActionItem = "SourceActionItem";
237
+ declare const SourceActionItemFocused = "SourceActionItemFocused";
238
+ declare const SourceControlBadge = "SourceControlBadge";
239
+ declare const Table = "Table";
240
+ declare const TableCell = "TableCell";
241
+ declare const TableHeading = "TableHeading";
242
+ declare const ToggleDetails = "ToggleDetails";
243
+ declare const Tree$1 = "Tree";
244
+ declare const TreeItem$1 = "TreeItem";
245
+ declare const TreeItemActive = "TreeItemActive";
246
+ declare const TreeItems = "TreeItems";
247
+ declare const Viewlet = "Viewlet";
248
+ declare const ViewletFind = "ViewletFind";
249
+ declare const ViewletFindWidget = "ViewletFindWidget";
250
+ declare const ViewletSearchMessage = "ViewletSearchMessage";
251
+ declare const ViewletSearchMessageIndented = "ViewletSearchMessageIndented";
252
+ declare const Welcome = "Welcome";
253
+ declare const WelcomeMessage = "WelcomeMessage";
254
+ declare const getElementTag: (type: number) => string;
255
+ declare const Audio = "audio";
256
+ declare const Button$2 = "button";
257
+ declare const Col = "col";
258
+ declare const ColGroup = "colgroup";
259
+ declare const Del = "del";
260
+ declare const Div = "div";
261
+ declare const H1 = "h1";
262
+ declare const H2 = "h2";
263
+ declare const H3 = "h3";
264
+ declare const H4 = "h4";
265
+ declare const H5 = "h5";
266
+ declare const H6 = "h6";
267
+ declare const I = "i";
268
+ declare const Img = "img";
269
+ declare const Input = "input";
270
+ declare const Ins = "ins";
271
+ declare const Kbd = "kbd";
272
+ declare const Span = "span";
273
+ declare const Table$1 = "table";
274
+ declare const TBody = "tbody";
275
+ declare const Td = "td";
276
+ declare const Th = "th";
277
+ declare const THead = "thead";
278
+ declare const Tr = "tr";
279
+ declare const Article = "article";
280
+ declare const Aside$1 = "aside";
281
+ declare const Footer = "footer";
282
+ declare const Header = "header";
283
+ declare const Nav = "nav";
284
+ declare const Section = "section";
285
+ declare const Search$1 = "search";
286
+ declare const Dd = "dd";
287
+ declare const Dl = "dl";
288
+ declare const Figcaption = "figcaption";
289
+ declare const Figure = "figure";
290
+ declare const Hr = "hr";
291
+ declare const Li = "li";
292
+ declare const Ol = "ol";
293
+ declare const P = "p";
294
+ declare const Pre = "pre";
295
+ declare const A = "a";
296
+ declare const Abbr = "abbr";
297
+ declare const Br = "br";
298
+ declare const Cite = "cite";
299
+ declare const Data = "data";
300
+ declare const Time = "time";
301
+ declare const Tfoot = "tfoot";
302
+ declare const Ul = "ul";
303
+ declare const Video = "video";
304
+ declare const TextArea = "textarea";
305
+ declare const Select = "select";
306
+ declare const Option$1 = "option";
307
+ declare const Code = "code";
308
+ declare const Label$1 = "label";
309
+ declare const Dt = "dt";
310
+ declare const InsertText = "insertText";
311
+ declare const DeleteContentBackward = "deleteContentBackward";
312
+ declare const DeleteContentForward = "deleteContentForward";
313
+ declare const DeleteWordForward = "deleteWordForward";
314
+ declare const DeleteWordBackward = "deleteWordBackward";
315
+ declare const InsertLineBreak = "insertLineBreak";
316
+ declare const InsertCompositionText = "insertCompositionText";
317
+ declare const InsertFromPaste = "insertFromPaste";
318
+ declare const Unknown = 0;
319
+ declare const Backspace = 1;
320
+ declare const Tab$1 = 2;
321
+ declare const Enter = 3;
322
+ declare const Ctrl = 4;
323
+ declare const Alt = 5;
324
+ declare const PauseBreak = 6;
325
+ declare const CapsLock = 7;
326
+ declare const Escape = 8;
327
+ declare const Space = 9;
328
+ declare const PageUp = 10;
329
+ declare const PageDown = 11;
330
+ declare const End = 255;
331
+ declare const Home = 12;
332
+ declare const LeftArrow = 13;
333
+ declare const UpArrow = 14;
334
+ declare const RightArrow = 15;
335
+ declare const DownArrow = 16;
336
+ declare const Insert = 17;
337
+ declare const Delete = 18;
338
+ declare const Digit0 = 19;
339
+ declare const Digit1 = 20;
340
+ declare const Digit2 = 21;
341
+ declare const Digit3 = 22;
342
+ declare const Digit4 = 23;
343
+ declare const Digit5 = 24;
344
+ declare const Digit6 = 25;
345
+ declare const Digit7 = 26;
346
+ declare const Digit8 = 27;
347
+ declare const Digit9 = 28;
348
+ declare const KeyA = 29;
349
+ declare const KeyB = 30;
350
+ declare const KeyC = 31;
351
+ declare const KeyD = 32;
352
+ declare const KeyE = 33;
353
+ declare const KeyF = 34;
354
+ declare const KeyG = 35;
355
+ declare const KeyH = 36;
356
+ declare const KeyI = 37;
357
+ declare const KeyJ = 38;
358
+ declare const KeyK = 39;
359
+ declare const KeyL = 40;
360
+ declare const KeyM = 41;
361
+ declare const KeyN = 42;
362
+ declare const KeyO = 43;
363
+ declare const KeyP = 44;
364
+ declare const KeyQ = 45;
365
+ declare const KeyR = 46;
366
+ declare const KeyS = 47;
367
+ declare const KeyT = 48;
368
+ declare const KeyU = 49;
369
+ declare const KeyV = 50;
370
+ declare const KeyW = 51;
371
+ declare const KeyX = 52;
372
+ declare const KeyY = 53;
373
+ declare const KeyZ = 54;
374
+ declare const Meta = 55;
375
+ declare const ContextMenu = 56;
376
+ declare const F1 = 57;
377
+ declare const F2 = 58;
378
+ declare const F3 = 59;
379
+ declare const F4 = 60;
380
+ declare const F5 = 61;
381
+ declare const F6 = 62;
382
+ declare const F7 = 63;
383
+ declare const F8 = 64;
384
+ declare const F9 = 65;
385
+ declare const F10 = 66;
386
+ declare const F11 = 67;
387
+ declare const F12 = 68;
388
+ declare const F13 = 69;
389
+ declare const F14 = 70;
390
+ declare const F15 = 71;
391
+ declare const F16 = 72;
392
+ declare const F17 = 72;
393
+ declare const F18 = 74;
394
+ declare const F19 = 75;
395
+ declare const F20 = 76;
396
+ declare const F21 = 77;
397
+ declare const F22 = 78;
398
+ declare const F23 = 79;
399
+ declare const F24 = 80;
400
+ declare const NumLock = 81;
401
+ declare const ScrollLock = 82;
402
+ declare const SemiColon = 83;
403
+ declare const Equal = 84;
404
+ declare const Comma = 85;
405
+ declare const Minus = 86;
406
+ declare const Period = 87;
407
+ declare const Slash = 88;
408
+ declare const Backquote = 89;
409
+ declare const BracketLeft = 90;
410
+ declare const Backslash = 91;
411
+ declare const BracketRight = 92;
412
+ declare const Quote = 93;
413
+ declare const OEM_8 = 94;
414
+ declare const IntlBackslash = 95;
415
+ declare const Numpad0 = 96;
416
+ declare const Numpad1 = 97;
417
+ declare const Numpad2 = 98;
418
+ declare const Numpad3 = 99;
419
+ declare const Numpad4 = 100;
420
+ declare const Numpad5 = 101;
421
+ declare const Numpad6 = 102;
422
+ declare const Numpad7 = 103;
423
+ declare const Numpad8 = 104;
424
+ declare const Numpad9 = 105;
425
+ declare const NumpadMultiply = 106;
426
+ declare const NumpadAdd = 107;
427
+ declare const NumpadSeparator = 108;
428
+ declare const NumpadSubtract = 109;
429
+ declare const NumpadDecimal = 110;
430
+ declare const NumpadDivide = 111;
431
+ declare const KeyInComposition = 112;
432
+ declare const ABNT_C1 = 113;
433
+ declare const ABNT_C2 = 114;
434
+ declare const AudioVolumeMute = 115;
435
+ declare const AudioVolumeUp = 116;
436
+ declare const AudioVolumeDown = 117;
437
+ declare const BrowserSearch = 118;
438
+ declare const BrowserHome = 119;
439
+ declare const BrowserBack = 120;
440
+ declare const BrowserForward = 121;
441
+ declare const MediaTrackNext = 122;
442
+ declare const MediaTrackPrevious = 123;
443
+ declare const MediaStop = 124;
444
+ declare const MediaPlayPause = 125;
445
+ declare const LaunchMediaPlayer = 126;
446
+ declare const LaunchMail = 127;
447
+ declare const LaunchApp2 = 128;
448
+ declare const Clear = 129;
449
+ declare const MaxValue = 130;
450
+ declare const Star = 131;
451
+ declare const Plus = 132;
452
+ declare const CtrlCmd: number;
453
+ declare const Shift: number;
454
+ declare const Alt$1: number;
455
+ declare const WinCtrl: number;
456
+ declare const Keyboard = -1;
457
+ declare const LeftClick = 0;
458
+ declare const ClipBoardProcess = 3401;
459
+ declare const ClipBoardWorker = 3400;
460
+ declare const ColorPickerWorker = 302;
461
+ declare const CompletionWorker = 301;
462
+ declare const DebugWorker = 55;
463
+ declare const EditorWorker = 99;
464
+ declare const EmbedsProcess = 207;
465
+ declare const EmbedsWorker = 208;
466
+ declare const ErrorWorker = 3308;
467
+ declare const ExtensionDetailWorker = 3402;
468
+ declare const ExtensionHostWorker = 44;
469
+ declare const FileSystemProcess = 210;
470
+ declare const FileSystemWorker = 209;
471
+ declare const MainProcess = -5;
472
+ declare const MarkdownWorker = 300;
473
+ declare const OutputWorker = 7001;
474
+ declare const ProblemsWorker = 3403;
475
+ declare const RendererProcess = 1670;
476
+ declare const RendererWorker = 1;
477
+ declare const SearchProcess = 77;
478
+ declare const SearchProcessElectron = 2;
479
+ declare const SharedProcess = 1;
480
+ declare const SourceActionWorker = 303;
481
+ declare const SourceControlWorker = 66;
482
+ declare const SyntaxHighlightingWorker = 3309;
483
+ declare const TestWorker = 9001;
484
+ declare const uidSymbol: unique symbol;
485
+ declare const Audio$1 = 0;
486
+ declare const Button$3 = 1;
487
+ declare const Col$1 = 2;
488
+ declare const ColGroup$1 = 3;
489
+ declare const Div$1 = 4;
490
+ declare const H1$1 = 5;
491
+ declare const Input$1 = 6;
492
+ declare const Kbd$1 = 7;
493
+ declare const Span$1 = 8;
494
+ declare const Table$2 = 9;
495
+ declare const TBody$1 = 10;
496
+ declare const Td$1 = 11;
497
+ declare const Text = 12;
498
+ declare const Th$1 = 13;
499
+ declare const THead$1 = 14;
500
+ declare const Tr$1 = 15;
501
+ declare const I$1 = 16;
502
+ declare const Img$1 = 17;
503
+ declare const Root = 0;
504
+ declare const Ins$1 = 20;
505
+ declare const Del$1 = 21;
506
+ declare const H2$1 = 22;
507
+ declare const H3$1 = 23;
508
+ declare const H4$1 = 24;
509
+ declare const H5$1 = 25;
510
+ declare const H6$1 = 26;
511
+ declare const Article$1 = 27;
512
+ declare const Aside$2 = 28;
513
+ declare const Footer$1 = 29;
514
+ declare const Header$1 = 30;
515
+ declare const Nav$1 = 40;
516
+ declare const Section$1 = 41;
517
+ declare const Search$2 = 42;
518
+ declare const Dd$1 = 43;
519
+ declare const Dl$1 = 44;
520
+ declare const Figcaption$1 = 45;
521
+ declare const Figure$1 = 46;
522
+ declare const Hr$1 = 47;
523
+ declare const Li$1 = 48;
524
+ declare const Ol$1 = 49;
525
+ declare const P$1 = 50;
526
+ declare const Pre$1 = 51;
527
+ declare const A$1 = 53;
528
+ declare const Abbr$1 = 54;
529
+ declare const Br$1 = 55;
530
+ declare const Cite$1 = 56;
531
+ declare const Data$1 = 57;
532
+ declare const Time$1 = 58;
533
+ declare const Tfoot$1 = 59;
534
+ declare const Ul$1 = 60;
535
+ declare const Video$1 = 61;
536
+ declare const TextArea$1 = 62;
537
+ declare const Select$1 = 63;
538
+ declare const Option$2 = 64;
539
+ declare const Code$1 = 65;
540
+ declare const Label$2 = 66;
541
+ declare const Dt$1 = 67;
542
+ declare const Empty$1 = 0;
543
+ declare const BrowserChromium = 1;
544
+ declare const BrowserElectron = 2;
545
+ declare const BrowserFirefox = 3;
546
+ declare const FocusAbout = 4;
547
+ declare const FocusActivityBar = 5;
548
+ declare const FocusDebugInput = 6;
549
+ declare const FocusDialog = 7;
550
+ declare const FocusEditor = 12;
551
+ declare const FocusEditorCompletions = 9;
552
+ declare const FocusEditorImage = 10;
553
+ declare const FocusEditorRename = 11;
554
+ declare const FocusEditorText = 12;
555
+ declare const FocusExplorer = 13;
556
+ declare const FocusExplorerEditBox = 14;
557
+ declare const FocusExtensions = 15;
558
+ declare const FocusFindWidget = 16;
559
+ declare const FocusLocationList = 17;
560
+ declare const FocusMenu = 18;
561
+ declare const FocusProblems = 19;
562
+ declare const FocusQuickPickInput = 20;
563
+ declare const FocusSearchInput = 21;
564
+ declare const FocusSearchResults = 22;
565
+ declare const FocusSimpleBrowserInput = 23;
566
+ declare const FocusSourceControlInput = 24;
567
+ declare const FocusTerminal = 25;
568
+ declare const FocusTitleBarMenuBar = 26;
569
+ declare const FocusViewletList = 27;
570
+ declare const FocusOutput = 28;
571
+ declare const FocusDebugConsoleInput = 29;
572
+ declare const FocusDebugScope = 30;
573
+ declare const FocusSearchReplaceInput = 31;
574
+ declare const FocusSearchMatchCase = 32;
575
+ declare const FocusSearchRegex = 33;
576
+ declare const FocusSearchWholeWord = 34;
577
+ declare const FocusSearchReplaceAll = 35;
578
+ declare const FocusSearchPreserveCase = 36;
579
+ declare const FocusSimpleBrowser = 37;
580
+ declare const FocusSourceActions = 38;
581
+ declare const FocusKeyBindingsTable = 39;
582
+ declare const FocusConfirm = 40;
583
+ declare const FocusColorPicker = 41;
584
+ declare const FocusFindWidgetToggleReplace = 42;
585
+ declare const FocusFindWidgetReplace = 43;
586
+ declare const FocusFindWidgetRegex = 44;
587
+ declare const FocusFindWidgetMatchCase = 45;
588
+ declare const FocusFindWidgetReplaceButton = 46;
589
+ declare const FocusFindWidgetReplaceAllButton = 47;
590
+ declare const FocusFindWidgetCloseButton = 48;
591
+ declare const FocusFindWidgetNextMatchButton = 49;
592
+ declare const FocusFindWidgetPreviousMatchButton = 50;
593
+ declare const FocusEditorHover = 51;
594
+ declare const FocusEditorCodeGenerator = 52;
595
+
596
+ declare namespace WhenExpression {
597
+ 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 };
598
+ }
599
+ declare namespace AriaRoles {
600
+ export { Alert, Button, CheckBox, ComboBox, Document, Group, ListBox, Log, None, Option, Panel, ScrollBar, Status, Tab, TabList, ToolBar, Tree, TreeItem };
601
+ }
602
+ declare namespace ClassNames {
603
+ 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 };
604
+ }
605
+ declare namespace ElementTagMap {
606
+ export { getElementTag };
607
+ }
608
+ declare namespace ElementTags {
609
+ 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 };
610
+ }
611
+ declare namespace InputEventType {
612
+ export { DeleteContentBackward, DeleteContentForward, DeleteWordBackward, DeleteWordForward, InsertCompositionText, InsertFromPaste, InsertLineBreak, InsertText };
613
+ }
614
+ declare namespace KeyCode {
615
+ export { ABNT_C1, ABNT_C2, Alt, AudioVolumeDown, AudioVolumeMute, AudioVolumeUp, Backquote, Backslash, Backspace, BracketLeft, BracketRight, BrowserBack, BrowserForward, BrowserHome, BrowserSearch, CapsLock, Clear, Comma, ContextMenu, Ctrl, 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, UpArrow };
616
+ }
617
+ declare namespace KeyModifier {
618
+ export { Alt$1 as Alt, CtrlCmd, Shift, WinCtrl };
619
+ }
620
+ declare namespace MouseEventType {
621
+ export { Keyboard, LeftClick };
622
+ }
623
+ declare namespace RpcId {
624
+ export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, FileSystemProcess, FileSystemWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, SyntaxHighlightingWorker, TestWorker };
625
+ }
626
+ declare namespace UidSymbol {
627
+ export { uidSymbol };
628
+ }
629
+ declare namespace VirtualDomElements {
630
+ 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 };
631
+ }
632
+
633
+ export {
634
+ AriaRoles,
635
+ ClassNames,
636
+ ElementTagMap,
637
+ ElementTags,
638
+ InputEventType,
639
+ KeyCode,
640
+ KeyModifier,
641
+ MouseEventType,
642
+ RpcId,
643
+ UidSymbol,
644
+ VirtualDomElements,
645
+ WhenExpression,
646
+ };
647
+
648
+ export {};