@lvce-editor/virtual-dom-worker 2.7.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -17,10 +17,19 @@ declare const ToolBar = "toolbar";
|
|
|
17
17
|
declare const Tree = "tree";
|
|
18
18
|
declare const TreeItem = "treeitem";
|
|
19
19
|
declare const Actions = "Actions";
|
|
20
|
+
declare const AdditionalDetails = "AdditionalDetails";
|
|
21
|
+
declare const AdditionalDetailsEntry = "AdditionalDetailsEntry";
|
|
22
|
+
declare const AdditionalDetailsTitle = "AdditionalDetailsTitle";
|
|
23
|
+
declare const Aside = "Aside";
|
|
20
24
|
declare const Badge = "Badge";
|
|
25
|
+
declare const Button$1 = "Button";
|
|
26
|
+
declare const ButtonPrimary = "ButtonPrimary";
|
|
21
27
|
declare const CallStackArrow = "CallStackArrow";
|
|
22
28
|
declare const CallStackDescription = "CallStackDescription";
|
|
23
29
|
declare const CallStackLabel = "CallStackLabel";
|
|
30
|
+
declare const Categories = "Categories";
|
|
31
|
+
declare const Category = "Category";
|
|
32
|
+
declare const Changelog = "Changelog";
|
|
24
33
|
declare const Chevron = "Chevron";
|
|
25
34
|
declare const CloseMaskIcon = "MaskIcon MaskIconClose";
|
|
26
35
|
declare const CodeGeneratorInput = "CodeGeneratorInput";
|
|
@@ -58,6 +67,10 @@ declare const DebugValueScopeName = "DebugValueScopeName";
|
|
|
58
67
|
declare const DebugValueString = "DebugValueString";
|
|
59
68
|
declare const DebugValueSymbol = "DebugValueSymbol";
|
|
60
69
|
declare const DebugValueUndefined = "DebugValueUndefined";
|
|
70
|
+
declare const DefaultMarkdown = "DefaultMarkdown";
|
|
71
|
+
declare const DefinitionListItem = "DefinitionListItem";
|
|
72
|
+
declare const DefinitionListItemHeading = "DefinitionListItemHeading";
|
|
73
|
+
declare const DefinitionListItemValue = "DefinitionListItemValue";
|
|
61
74
|
declare const DeleteWatchExpression = "DeleteWatchExpression";
|
|
62
75
|
declare const Diagnostic = "Diagnostic";
|
|
63
76
|
declare const DiagnosticError = "DiagnosticError";
|
|
@@ -72,6 +85,23 @@ declare const EditorSelection = "EditorSelection";
|
|
|
72
85
|
declare const EditorSourceActions = "EditorSourceActions";
|
|
73
86
|
declare const EditorSourceActionsList = "EditorSourceActionsList";
|
|
74
87
|
declare const Empty = "";
|
|
88
|
+
declare const ExtensionDetail = "ExtensionDetail";
|
|
89
|
+
declare const ExtensionDetailDescription = "ExtensionDetailDescription";
|
|
90
|
+
declare const ExtensionDetailHeader = "ExtensionDetailHeader";
|
|
91
|
+
declare const ExtensionDetailHeaderActions = "ExtensionDetailHeaderActions";
|
|
92
|
+
declare const ExtensionDetailHeaderDetails = "ExtensionDetailHeaderDetails";
|
|
93
|
+
declare const ExtensionDetailIcon = "ExtensionDetailIcon";
|
|
94
|
+
declare const ExtensionDetailName = "ExtensionDetailName";
|
|
95
|
+
declare const ExtensionDetailNameBadge = "ExtensionDetailNameBadge";
|
|
96
|
+
declare const ExtensionDetailPanel = "ExtensionDetailPanel";
|
|
97
|
+
declare const ExtensionDetailTab = "ExtensionDetailTab";
|
|
98
|
+
declare const ExtensionDetailTabs = "ExtensionDetailTabs";
|
|
99
|
+
declare const ExtensionDetailTabSelected = "ExtensionDetailTabSelected";
|
|
100
|
+
declare const Feature = "Feature";
|
|
101
|
+
declare const FeatureContent = "FeatureContent";
|
|
102
|
+
declare const Features = "Features";
|
|
103
|
+
declare const FeaturesList = "FeaturesList";
|
|
104
|
+
declare const FeatureWebView = "FeatureWebView";
|
|
75
105
|
declare const FileIcon = "FileIcon";
|
|
76
106
|
declare const FindWidget = "FindWidget";
|
|
77
107
|
declare const FindWidgetFind = "FindWidgetFind";
|
|
@@ -96,7 +126,9 @@ declare const IconClose = "IconClose";
|
|
|
96
126
|
declare const InputBox = "InputBox";
|
|
97
127
|
declare const InputLabel = "InputLabel";
|
|
98
128
|
declare const Label = "Label";
|
|
129
|
+
declare const Large = "Large";
|
|
99
130
|
declare const List = "List";
|
|
131
|
+
declare const Markdown = "Markdown";
|
|
100
132
|
declare const MaskIcon = "MaskIcon";
|
|
101
133
|
declare const MaskIconBook = "MaskIconBook";
|
|
102
134
|
declare const MaskIconCaseSensitive = "MaskIconCaseSensitive";
|
|
@@ -109,7 +141,17 @@ declare const MaskIconRegex = "MaskIconRegex";
|
|
|
109
141
|
declare const MaskIconReplaceAll = "MaskIconReplaceAll";
|
|
110
142
|
declare const MaskIconSymbolFile = "MaskIconSymbolFile";
|
|
111
143
|
declare const MaskIconWholeWord = "MaskIconWholeWord";
|
|
144
|
+
declare const MoreInfo = "MoreInfo";
|
|
145
|
+
declare const MoreInfoEntry = "MoreInfoEntry";
|
|
146
|
+
declare const MoreInfoEntryKey = "MoreInfoEntryKey";
|
|
147
|
+
declare const MoreInfoEntryOdd = "MoreInfoEntryOdd";
|
|
148
|
+
declare const MoreInfoEntryValue = "MoreInfoEntryValue";
|
|
112
149
|
declare const MultilineInputBox = "MultilineInputBox";
|
|
150
|
+
declare const Normal = "Normal";
|
|
151
|
+
declare const Resource = "Resource";
|
|
152
|
+
declare const Resources = "Resources";
|
|
153
|
+
declare const Sash = "Sash";
|
|
154
|
+
declare const SashVertical = "SashVertical";
|
|
113
155
|
declare const ScrollBar$1 = "ScrollBar";
|
|
114
156
|
declare const ScrollBarThumb = "ScrollBarThumb";
|
|
115
157
|
declare const ScrollBarVertical = "ScrollBarVertical";
|
|
@@ -132,11 +174,17 @@ declare const SearchInputError = "SearchInputError";
|
|
|
132
174
|
declare const SearchRemove = "SearchRemove";
|
|
133
175
|
declare const SearchToggleButton = "SearchToggleButton";
|
|
134
176
|
declare const SearchToggleButtonExpanded = "SearchToggleButtonExpanded";
|
|
177
|
+
declare const SettingsButton = "SettingsButton";
|
|
178
|
+
declare const SettingsIcon = "SettingsIcon";
|
|
179
|
+
declare const Small = "Small";
|
|
135
180
|
declare const SourceActionHeading = "SourceActionHeading";
|
|
136
181
|
declare const SourceActionIcon = "SourceActionIcon";
|
|
137
182
|
declare const SourceActionItem = "SourceActionItem";
|
|
138
183
|
declare const SourceActionItemFocused = "SourceActionItemFocused";
|
|
139
184
|
declare const SourceControlBadge = "SourceControlBadge";
|
|
185
|
+
declare const Table = "Table";
|
|
186
|
+
declare const TableCell = "TableCell";
|
|
187
|
+
declare const TableHeading = "TableHeading";
|
|
140
188
|
declare const ToggleDetails = "ToggleDetails";
|
|
141
189
|
declare const Tree$1 = "Tree";
|
|
142
190
|
declare const TreeItem$1 = "TreeItem";
|
|
@@ -353,7 +401,7 @@ export interface TextPatch {
|
|
|
353
401
|
export type Patch = TextPatch | AttributePatch | ReplacePatch | RemoveAttributePatch | RemovePatch | AddPatch | NavigateChildPatch | NavigateParentPatch | RemoveChildPatch | NavigateSiblingPatch;
|
|
354
402
|
export declare const diff: (oldNodes: readonly VirtualDomNode[], newNodes: readonly VirtualDomNode[]) => readonly Patch[];
|
|
355
403
|
declare const Audio = 0;
|
|
356
|
-
declare const Button$
|
|
404
|
+
declare const Button$2 = 1;
|
|
357
405
|
declare const Col = 2;
|
|
358
406
|
declare const ColGroup = 3;
|
|
359
407
|
declare const Div = 4;
|
|
@@ -361,7 +409,7 @@ declare const H1 = 5;
|
|
|
361
409
|
declare const Input = 6;
|
|
362
410
|
declare const Kbd = 7;
|
|
363
411
|
declare const Span = 8;
|
|
364
|
-
declare const Table = 9;
|
|
412
|
+
declare const Table$1 = 9;
|
|
365
413
|
declare const TBody = 10;
|
|
366
414
|
declare const Td = 11;
|
|
367
415
|
declare const Text = 12;
|
|
@@ -379,7 +427,7 @@ declare const H4 = 24;
|
|
|
379
427
|
declare const H5 = 25;
|
|
380
428
|
declare const H6 = 26;
|
|
381
429
|
declare const Article = 27;
|
|
382
|
-
declare const Aside = 28;
|
|
430
|
+
declare const Aside$1 = 28;
|
|
383
431
|
declare const Footer = 29;
|
|
384
432
|
declare const Header = 30;
|
|
385
433
|
declare const Nav = 40;
|
|
@@ -408,15 +456,16 @@ declare const Select = 63;
|
|
|
408
456
|
declare const Option$1 = 64;
|
|
409
457
|
declare const Code = 65;
|
|
410
458
|
declare const Label$1 = 66;
|
|
459
|
+
declare const Dt = 67;
|
|
411
460
|
|
|
412
461
|
declare namespace VirtualDomElements {
|
|
413
|
-
export { A, Abbr, Article, Aside, Audio, Br, Button$
|
|
462
|
+
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, Root, Search$1 as Search, Section, Select, Span, TBody, THead, Table$1 as Table, Td, Text, TextArea, Tfoot, Th, Time, Tr, Ul, Video };
|
|
414
463
|
}
|
|
415
464
|
declare namespace AriaRoles {
|
|
416
465
|
export { Alert, Button, CheckBox, ComboBox, Document, ListBox, None, Option, Panel, ScrollBar, Status, Tab, TabList, ToolBar, Tree, TreeItem };
|
|
417
466
|
}
|
|
418
467
|
declare namespace ClassNames {
|
|
419
|
-
export { Actions, Badge, CallStackArrow, CallStackDescription, CallStackLabel, 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, DeleteWatchExpression, Diagnostic, DiagnosticError, DiagnosticWarning, EditorCompletionItem, EditorCompletionItemDeprecated, EditorCompletionItemFocused, EditorCompletionItemHighlight, EditorCursor, EditorRow, EditorSelection, EditorSourceActions, EditorSourceActionsList, Empty, FileIcon, FindWidget, FindWidgetFind, FindWidgetMatchCount, FindWidgetMatchCountEmpty, FindWidgetReplace, FindWidgetRight, FocusOutline, Grow, Highlight, HighlightDeleted, HighlightInserted, HoverDisplayString, HoverDocumentation, HoverEditorRow, HoverProblem, HoverProblemDetail, HoverProblemMessage, IconButton, IconButtonDisabled, IconClose, InputBox, InputLabel, Label, List, MaskIcon, MaskIconBook, MaskIconCaseSensitive, MaskIconChevronDown, MaskIconChevronRight, MaskIconEllipsis, MaskIconExclude, MaskIconPreserveCase, MaskIconRegex, MaskIconReplaceAll, MaskIconSymbolFile, MaskIconWholeWord, MultilineInputBox, ScrollBar$1 as ScrollBar, ScrollBarThumb, ScrollBarVertical, Search, SearchField, SearchFieldButton, SearchFieldButtonChecked, SearchFieldButtonDisabled, SearchFieldButtons, SearchFieldContainer, SearchFieldError, SearchHeader, SearchHeaderDetails, SearchHeaderDetailsExpanded, SearchHeaderDetailsExpandedTop, SearchHeaderDetailsHeading, SearchHeaderTop, SearchHeaderTopRight, SearchInputError, SearchRemove, SearchToggleButton, SearchToggleButtonExpanded, SourceActionHeading, SourceActionIcon, SourceActionItem, SourceActionItemFocused, SourceControlBadge, ToggleDetails, Tree$1 as Tree, TreeItem$1 as TreeItem, TreeItemActive, TreeItems, Viewlet, ViewletFind, ViewletFindWidget, ViewletSearchMessage, ViewletSearchMessageIndented };
|
|
468
|
+
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, ExtensionDetail, ExtensionDetailDescription, ExtensionDetailHeader, ExtensionDetailHeaderActions, ExtensionDetailHeaderDetails, ExtensionDetailIcon, ExtensionDetailName, ExtensionDetailNameBadge, ExtensionDetailPanel, ExtensionDetailTab, ExtensionDetailTabSelected, ExtensionDetailTabs, Feature, FeatureContent, FeatureWebView, Features, FeaturesList, FileIcon, FindWidget, FindWidgetFind, FindWidgetMatchCount, FindWidgetMatchCountEmpty, FindWidgetReplace, FindWidgetRight, FocusOutline, Grow, Highlight, HighlightDeleted, HighlightInserted, HoverDisplayString, HoverDocumentation, HoverEditorRow, HoverProblem, HoverProblemDetail, HoverProblemMessage, IconButton, IconButtonDisabled, IconClose, InputBox, InputLabel, Label, Large, List, Markdown, MaskIcon, MaskIconBook, MaskIconCaseSensitive, MaskIconChevronDown, MaskIconChevronRight, MaskIconEllipsis, MaskIconExclude, MaskIconPreserveCase, MaskIconRegex, MaskIconReplaceAll, MaskIconSymbolFile, MaskIconWholeWord, MoreInfo, MoreInfoEntry, MoreInfoEntryKey, MoreInfoEntryOdd, MoreInfoEntryValue, MultilineInputBox, Normal, Resource, Resources, Sash, SashVertical, ScrollBar$1 as ScrollBar, ScrollBarThumb, ScrollBarVertical, Search, SearchField, SearchFieldButton, SearchFieldButtonChecked, SearchFieldButtonDisabled, SearchFieldButtons, SearchFieldContainer, 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 };
|
|
420
469
|
}
|
|
421
470
|
declare namespace KeyCode {
|
|
422
471
|
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 };
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const Alert = 'alert';
|
|
2
|
-
const Button$
|
|
2
|
+
const Button$2 = 'button';
|
|
3
3
|
const CheckBox = 'checkbox';
|
|
4
4
|
const ComboBox = 'combobox';
|
|
5
5
|
const Document = 'document';
|
|
@@ -18,7 +18,7 @@ const TreeItem$1 = 'treeitem';
|
|
|
18
18
|
const AriaRoles = {
|
|
19
19
|
__proto__: null,
|
|
20
20
|
Alert,
|
|
21
|
-
Button: Button$
|
|
21
|
+
Button: Button$2,
|
|
22
22
|
CheckBox,
|
|
23
23
|
ComboBox,
|
|
24
24
|
Document,
|
|
@@ -36,10 +36,19 @@ const AriaRoles = {
|
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
const Actions = 'Actions';
|
|
39
|
+
const AdditionalDetails = 'AdditionalDetails';
|
|
40
|
+
const AdditionalDetailsEntry = 'AdditionalDetailsEntry';
|
|
41
|
+
const AdditionalDetailsTitle = 'AdditionalDetailsTitle';
|
|
42
|
+
const Aside$1 = 'Aside';
|
|
39
43
|
const Badge = 'Badge';
|
|
44
|
+
const Button$1 = 'Button';
|
|
45
|
+
const ButtonPrimary = 'ButtonPrimary';
|
|
40
46
|
const CallStackArrow = 'CallStackArrow';
|
|
41
47
|
const CallStackDescription = 'CallStackDescription';
|
|
42
48
|
const CallStackLabel = 'CallStackLabel';
|
|
49
|
+
const Categories = 'Categories';
|
|
50
|
+
const Category = 'Category';
|
|
51
|
+
const Changelog = 'Changelog';
|
|
43
52
|
const Chevron = 'Chevron';
|
|
44
53
|
const CloseMaskIcon = 'MaskIcon MaskIconClose';
|
|
45
54
|
const CodeGeneratorInput = 'CodeGeneratorInput';
|
|
@@ -77,6 +86,10 @@ const DebugValueScopeName = 'DebugValueScopeName';
|
|
|
77
86
|
const DebugValueString = 'DebugValueString';
|
|
78
87
|
const DebugValueSymbol = 'DebugValueSymbol';
|
|
79
88
|
const DebugValueUndefined = 'DebugValueUndefined';
|
|
89
|
+
const DefaultMarkdown = 'DefaultMarkdown';
|
|
90
|
+
const DefinitionListItem = 'DefinitionListItem';
|
|
91
|
+
const DefinitionListItemHeading = 'DefinitionListItemHeading';
|
|
92
|
+
const DefinitionListItemValue = 'DefinitionListItemValue';
|
|
80
93
|
const DeleteWatchExpression = 'DeleteWatchExpression';
|
|
81
94
|
const Diagnostic = 'Diagnostic';
|
|
82
95
|
const DiagnosticError = 'DiagnosticError';
|
|
@@ -91,6 +104,23 @@ const EditorSelection = 'EditorSelection';
|
|
|
91
104
|
const EditorSourceActions = 'EditorSourceActions';
|
|
92
105
|
const EditorSourceActionsList = 'EditorSourceActionsList';
|
|
93
106
|
const Empty = '';
|
|
107
|
+
const ExtensionDetail = 'ExtensionDetail';
|
|
108
|
+
const ExtensionDetailDescription = 'ExtensionDetailDescription';
|
|
109
|
+
const ExtensionDetailHeader = 'ExtensionDetailHeader';
|
|
110
|
+
const ExtensionDetailHeaderActions = 'ExtensionDetailHeaderActions';
|
|
111
|
+
const ExtensionDetailHeaderDetails = 'ExtensionDetailHeaderDetails';
|
|
112
|
+
const ExtensionDetailIcon = 'ExtensionDetailIcon';
|
|
113
|
+
const ExtensionDetailName = 'ExtensionDetailName';
|
|
114
|
+
const ExtensionDetailNameBadge = 'ExtensionDetailNameBadge';
|
|
115
|
+
const ExtensionDetailPanel = 'ExtensionDetailPanel';
|
|
116
|
+
const ExtensionDetailTab = 'ExtensionDetailTab';
|
|
117
|
+
const ExtensionDetailTabs = 'ExtensionDetailTabs';
|
|
118
|
+
const ExtensionDetailTabSelected = 'ExtensionDetailTabSelected';
|
|
119
|
+
const Feature = 'Feature';
|
|
120
|
+
const FeatureContent = 'FeatureContent';
|
|
121
|
+
const Features = 'Features';
|
|
122
|
+
const FeaturesList = 'FeaturesList';
|
|
123
|
+
const FeatureWebView = 'FeatureWebView';
|
|
94
124
|
const FileIcon = 'FileIcon';
|
|
95
125
|
const FindWidget = 'FindWidget';
|
|
96
126
|
const FindWidgetFind = 'FindWidgetFind';
|
|
@@ -115,7 +145,9 @@ const IconClose = 'IconClose';
|
|
|
115
145
|
const InputBox = 'InputBox';
|
|
116
146
|
const InputLabel = 'InputLabel';
|
|
117
147
|
const Label$1 = 'Label';
|
|
148
|
+
const Large = 'Large';
|
|
118
149
|
const List = 'List';
|
|
150
|
+
const Markdown = 'Markdown';
|
|
119
151
|
const MaskIcon = 'MaskIcon';
|
|
120
152
|
const MaskIconBook = 'MaskIconBook';
|
|
121
153
|
const MaskIconCaseSensitive = 'MaskIconCaseSensitive';
|
|
@@ -128,7 +160,17 @@ const MaskIconRegex = 'MaskIconRegex';
|
|
|
128
160
|
const MaskIconReplaceAll = 'MaskIconReplaceAll';
|
|
129
161
|
const MaskIconSymbolFile = 'MaskIconSymbolFile';
|
|
130
162
|
const MaskIconWholeWord = 'MaskIconWholeWord';
|
|
163
|
+
const MoreInfo = 'MoreInfo';
|
|
164
|
+
const MoreInfoEntry = 'MoreInfoEntry';
|
|
165
|
+
const MoreInfoEntryKey = 'MoreInfoEntryKey';
|
|
166
|
+
const MoreInfoEntryOdd = 'MoreInfoEntryOdd';
|
|
167
|
+
const MoreInfoEntryValue = 'MoreInfoEntryValue';
|
|
131
168
|
const MultilineInputBox = 'MultilineInputBox';
|
|
169
|
+
const Normal = 'Normal';
|
|
170
|
+
const Resource = 'Resource';
|
|
171
|
+
const Resources = 'Resources';
|
|
172
|
+
const Sash = 'Sash';
|
|
173
|
+
const SashVertical = 'SashVertical';
|
|
132
174
|
const ScrollBar = 'ScrollBar';
|
|
133
175
|
const ScrollBarThumb = 'ScrollBarThumb';
|
|
134
176
|
const ScrollBarVertical = 'ScrollBarVertical';
|
|
@@ -151,11 +193,17 @@ const SearchInputError = 'SearchInputError';
|
|
|
151
193
|
const SearchRemove = 'SearchRemove';
|
|
152
194
|
const SearchToggleButton = 'SearchToggleButton';
|
|
153
195
|
const SearchToggleButtonExpanded = 'SearchToggleButtonExpanded';
|
|
196
|
+
const SettingsButton = 'SettingsButton';
|
|
197
|
+
const SettingsIcon = 'SettingsIcon';
|
|
198
|
+
const Small = 'Small';
|
|
154
199
|
const SourceActionHeading = 'SourceActionHeading';
|
|
155
200
|
const SourceActionIcon = 'SourceActionIcon';
|
|
156
201
|
const SourceActionItem = 'SourceActionItem';
|
|
157
202
|
const SourceActionItemFocused = 'SourceActionItemFocused';
|
|
158
203
|
const SourceControlBadge = 'SourceControlBadge';
|
|
204
|
+
const Table$1 = 'Table';
|
|
205
|
+
const TableCell = 'TableCell';
|
|
206
|
+
const TableHeading = 'TableHeading';
|
|
159
207
|
const ToggleDetails = 'ToggleDetails';
|
|
160
208
|
const Tree = 'Tree';
|
|
161
209
|
const TreeItem = 'TreeItem';
|
|
@@ -170,10 +218,19 @@ const ViewletSearchMessageIndented = 'ViewletSearchMessageIndented';
|
|
|
170
218
|
const ClassNames = {
|
|
171
219
|
__proto__: null,
|
|
172
220
|
Actions,
|
|
221
|
+
AdditionalDetails,
|
|
222
|
+
AdditionalDetailsEntry,
|
|
223
|
+
AdditionalDetailsTitle,
|
|
224
|
+
Aside: Aside$1,
|
|
173
225
|
Badge,
|
|
226
|
+
Button: Button$1,
|
|
227
|
+
ButtonPrimary,
|
|
174
228
|
CallStackArrow,
|
|
175
229
|
CallStackDescription,
|
|
176
230
|
CallStackLabel,
|
|
231
|
+
Categories,
|
|
232
|
+
Category,
|
|
233
|
+
Changelog,
|
|
177
234
|
Chevron,
|
|
178
235
|
CloseMaskIcon,
|
|
179
236
|
CodeGeneratorInput,
|
|
@@ -211,6 +268,10 @@ const ClassNames = {
|
|
|
211
268
|
DebugValueString,
|
|
212
269
|
DebugValueSymbol,
|
|
213
270
|
DebugValueUndefined,
|
|
271
|
+
DefaultMarkdown,
|
|
272
|
+
DefinitionListItem,
|
|
273
|
+
DefinitionListItemHeading,
|
|
274
|
+
DefinitionListItemValue,
|
|
214
275
|
DeleteWatchExpression,
|
|
215
276
|
Diagnostic,
|
|
216
277
|
DiagnosticError,
|
|
@@ -225,6 +286,23 @@ const ClassNames = {
|
|
|
225
286
|
EditorSourceActions,
|
|
226
287
|
EditorSourceActionsList,
|
|
227
288
|
Empty,
|
|
289
|
+
ExtensionDetail,
|
|
290
|
+
ExtensionDetailDescription,
|
|
291
|
+
ExtensionDetailHeader,
|
|
292
|
+
ExtensionDetailHeaderActions,
|
|
293
|
+
ExtensionDetailHeaderDetails,
|
|
294
|
+
ExtensionDetailIcon,
|
|
295
|
+
ExtensionDetailName,
|
|
296
|
+
ExtensionDetailNameBadge,
|
|
297
|
+
ExtensionDetailPanel,
|
|
298
|
+
ExtensionDetailTab,
|
|
299
|
+
ExtensionDetailTabSelected,
|
|
300
|
+
ExtensionDetailTabs,
|
|
301
|
+
Feature,
|
|
302
|
+
FeatureContent,
|
|
303
|
+
FeatureWebView,
|
|
304
|
+
Features,
|
|
305
|
+
FeaturesList,
|
|
228
306
|
FileIcon,
|
|
229
307
|
FindWidget,
|
|
230
308
|
FindWidgetFind,
|
|
@@ -249,7 +327,9 @@ const ClassNames = {
|
|
|
249
327
|
InputBox,
|
|
250
328
|
InputLabel,
|
|
251
329
|
Label: Label$1,
|
|
330
|
+
Large,
|
|
252
331
|
List,
|
|
332
|
+
Markdown,
|
|
253
333
|
MaskIcon,
|
|
254
334
|
MaskIconBook,
|
|
255
335
|
MaskIconCaseSensitive,
|
|
@@ -262,7 +342,17 @@ const ClassNames = {
|
|
|
262
342
|
MaskIconReplaceAll,
|
|
263
343
|
MaskIconSymbolFile,
|
|
264
344
|
MaskIconWholeWord,
|
|
345
|
+
MoreInfo,
|
|
346
|
+
MoreInfoEntry,
|
|
347
|
+
MoreInfoEntryKey,
|
|
348
|
+
MoreInfoEntryOdd,
|
|
349
|
+
MoreInfoEntryValue,
|
|
265
350
|
MultilineInputBox,
|
|
351
|
+
Normal,
|
|
352
|
+
Resource,
|
|
353
|
+
Resources,
|
|
354
|
+
Sash,
|
|
355
|
+
SashVertical,
|
|
266
356
|
ScrollBar,
|
|
267
357
|
ScrollBarThumb,
|
|
268
358
|
ScrollBarVertical,
|
|
@@ -285,11 +375,17 @@ const ClassNames = {
|
|
|
285
375
|
SearchRemove,
|
|
286
376
|
SearchToggleButton,
|
|
287
377
|
SearchToggleButtonExpanded,
|
|
378
|
+
SettingsButton,
|
|
379
|
+
SettingsIcon,
|
|
380
|
+
Small,
|
|
288
381
|
SourceActionHeading,
|
|
289
382
|
SourceActionIcon,
|
|
290
383
|
SourceActionItem,
|
|
291
384
|
SourceActionItemFocused,
|
|
292
385
|
SourceControlBadge,
|
|
386
|
+
Table: Table$1,
|
|
387
|
+
TableCell,
|
|
388
|
+
TableHeading,
|
|
293
389
|
ToggleDetails,
|
|
294
390
|
Tree,
|
|
295
391
|
TreeItem,
|
|
@@ -685,6 +781,7 @@ const Select = 63;
|
|
|
685
781
|
const Option = 64;
|
|
686
782
|
const Code = 65;
|
|
687
783
|
const Label = 66;
|
|
784
|
+
const Dt = 67;
|
|
688
785
|
|
|
689
786
|
const VirtualDomElements = {
|
|
690
787
|
__proto__: null,
|
|
@@ -704,6 +801,7 @@ const VirtualDomElements = {
|
|
|
704
801
|
Del,
|
|
705
802
|
Div,
|
|
706
803
|
Dl,
|
|
804
|
+
Dt,
|
|
707
805
|
Figcaption,
|
|
708
806
|
Figure,
|
|
709
807
|
Footer,
|
package/package.json
CHANGED
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
export const Actions = 'Actions'
|
|
2
|
+
export const AdditionalDetails = 'AdditionalDetails'
|
|
3
|
+
export const AdditionalDetailsEntry = 'AdditionalDetailsEntry'
|
|
4
|
+
export const AdditionalDetailsTitle = 'AdditionalDetailsTitle'
|
|
5
|
+
export const Aside = 'Aside'
|
|
2
6
|
export const Badge = 'Badge'
|
|
7
|
+
export const Button = 'Button'
|
|
8
|
+
export const ButtonPrimary = 'ButtonPrimary'
|
|
3
9
|
export const CallStackArrow = 'CallStackArrow'
|
|
4
10
|
export const CallStackDescription = 'CallStackDescription'
|
|
5
11
|
export const CallStackLabel = 'CallStackLabel'
|
|
12
|
+
export const Categories = 'Categories'
|
|
13
|
+
export const Category = 'Category'
|
|
14
|
+
export const Changelog = 'Changelog'
|
|
6
15
|
export const Chevron = 'Chevron'
|
|
7
16
|
export const CloseMaskIcon = 'MaskIcon MaskIconClose'
|
|
8
17
|
export const CodeGeneratorInput = 'CodeGeneratorInput'
|
|
@@ -40,6 +49,10 @@ export const DebugValueScopeName = 'DebugValueScopeName'
|
|
|
40
49
|
export const DebugValueString = 'DebugValueString'
|
|
41
50
|
export const DebugValueSymbol = 'DebugValueSymbol'
|
|
42
51
|
export const DebugValueUndefined = 'DebugValueUndefined'
|
|
52
|
+
export const DefaultMarkdown = 'DefaultMarkdown'
|
|
53
|
+
export const DefinitionListItem = 'DefinitionListItem'
|
|
54
|
+
export const DefinitionListItemHeading = 'DefinitionListItemHeading'
|
|
55
|
+
export const DefinitionListItemValue = 'DefinitionListItemValue'
|
|
43
56
|
export const DeleteWatchExpression = 'DeleteWatchExpression'
|
|
44
57
|
export const Diagnostic = 'Diagnostic'
|
|
45
58
|
export const DiagnosticError = 'DiagnosticError'
|
|
@@ -54,6 +67,23 @@ export const EditorSelection = 'EditorSelection'
|
|
|
54
67
|
export const EditorSourceActions = 'EditorSourceActions'
|
|
55
68
|
export const EditorSourceActionsList = 'EditorSourceActionsList'
|
|
56
69
|
export const Empty = ''
|
|
70
|
+
export const ExtensionDetail = 'ExtensionDetail'
|
|
71
|
+
export const ExtensionDetailDescription = 'ExtensionDetailDescription'
|
|
72
|
+
export const ExtensionDetailHeader = 'ExtensionDetailHeader'
|
|
73
|
+
export const ExtensionDetailHeaderActions = 'ExtensionDetailHeaderActions'
|
|
74
|
+
export const ExtensionDetailHeaderDetails = 'ExtensionDetailHeaderDetails'
|
|
75
|
+
export const ExtensionDetailIcon = 'ExtensionDetailIcon'
|
|
76
|
+
export const ExtensionDetailName = 'ExtensionDetailName'
|
|
77
|
+
export const ExtensionDetailNameBadge = 'ExtensionDetailNameBadge'
|
|
78
|
+
export const ExtensionDetailPanel = 'ExtensionDetailPanel'
|
|
79
|
+
export const ExtensionDetailTab = 'ExtensionDetailTab'
|
|
80
|
+
export const ExtensionDetailTabs = 'ExtensionDetailTabs'
|
|
81
|
+
export const ExtensionDetailTabSelected = 'ExtensionDetailTabSelected'
|
|
82
|
+
export const Feature = 'Feature'
|
|
83
|
+
export const FeatureContent = 'FeatureContent'
|
|
84
|
+
export const Features = 'Features'
|
|
85
|
+
export const FeaturesList = 'FeaturesList'
|
|
86
|
+
export const FeatureWebView = 'FeatureWebView'
|
|
57
87
|
export const FileIcon = 'FileIcon'
|
|
58
88
|
export const FindWidget = 'FindWidget'
|
|
59
89
|
export const FindWidgetFind = 'FindWidgetFind'
|
|
@@ -78,7 +108,9 @@ export const IconClose = 'IconClose'
|
|
|
78
108
|
export const InputBox = 'InputBox'
|
|
79
109
|
export const InputLabel = 'InputLabel'
|
|
80
110
|
export const Label = 'Label'
|
|
111
|
+
export const Large = 'Large'
|
|
81
112
|
export const List = 'List'
|
|
113
|
+
export const Markdown = 'Markdown'
|
|
82
114
|
export const MaskIcon = 'MaskIcon'
|
|
83
115
|
export const MaskIconBook = 'MaskIconBook'
|
|
84
116
|
export const MaskIconCaseSensitive = 'MaskIconCaseSensitive'
|
|
@@ -91,7 +123,17 @@ export const MaskIconRegex = 'MaskIconRegex'
|
|
|
91
123
|
export const MaskIconReplaceAll = 'MaskIconReplaceAll'
|
|
92
124
|
export const MaskIconSymbolFile = 'MaskIconSymbolFile'
|
|
93
125
|
export const MaskIconWholeWord = 'MaskIconWholeWord'
|
|
126
|
+
export const MoreInfo = 'MoreInfo'
|
|
127
|
+
export const MoreInfoEntry = 'MoreInfoEntry'
|
|
128
|
+
export const MoreInfoEntryKey = 'MoreInfoEntryKey'
|
|
129
|
+
export const MoreInfoEntryOdd = 'MoreInfoEntryOdd'
|
|
130
|
+
export const MoreInfoEntryValue = 'MoreInfoEntryValue'
|
|
94
131
|
export const MultilineInputBox = 'MultilineInputBox'
|
|
132
|
+
export const Normal = 'Normal'
|
|
133
|
+
export const Resource = 'Resource'
|
|
134
|
+
export const Resources = 'Resources'
|
|
135
|
+
export const Sash = 'Sash'
|
|
136
|
+
export const SashVertical = 'SashVertical'
|
|
95
137
|
export const ScrollBar = 'ScrollBar'
|
|
96
138
|
export const ScrollBarThumb = 'ScrollBarThumb'
|
|
97
139
|
export const ScrollBarVertical = 'ScrollBarVertical'
|
|
@@ -114,11 +156,17 @@ export const SearchInputError = 'SearchInputError'
|
|
|
114
156
|
export const SearchRemove = 'SearchRemove'
|
|
115
157
|
export const SearchToggleButton = 'SearchToggleButton'
|
|
116
158
|
export const SearchToggleButtonExpanded = 'SearchToggleButtonExpanded'
|
|
159
|
+
export const SettingsButton = 'SettingsButton'
|
|
160
|
+
export const SettingsIcon = 'SettingsIcon'
|
|
161
|
+
export const Small = 'Small'
|
|
117
162
|
export const SourceActionHeading = 'SourceActionHeading'
|
|
118
163
|
export const SourceActionIcon = 'SourceActionIcon'
|
|
119
164
|
export const SourceActionItem = 'SourceActionItem'
|
|
120
165
|
export const SourceActionItemFocused = 'SourceActionItemFocused'
|
|
121
166
|
export const SourceControlBadge = 'SourceControlBadge'
|
|
167
|
+
export const Table = 'Table'
|
|
168
|
+
export const TableCell = 'TableCell'
|
|
169
|
+
export const TableHeading = 'TableHeading'
|
|
122
170
|
export const ToggleDetails = 'ToggleDetails'
|
|
123
171
|
export const Tree = 'Tree'
|
|
124
172
|
export const TreeItem = 'TreeItem'
|