@lvce-editor/virtual-dom-worker 2.6.0 → 2.8.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
@@ -4,19 +4,32 @@ declare const Alert = "alert";
4
4
  declare const Button = "button";
5
5
  declare const CheckBox = "checkbox";
6
6
  declare const ComboBox = "combobox";
7
+ declare const Document = "document";
7
8
  declare const ListBox = "listbox";
8
9
  declare const None = "none";
9
10
  declare const Option = "option";
11
+ declare const Panel = "panel";
10
12
  declare const ScrollBar = "scrollbar";
11
13
  declare const Status = "status";
14
+ declare const Tab = "tab";
15
+ declare const TabList = "tablist";
12
16
  declare const ToolBar = "toolbar";
13
17
  declare const Tree = "tree";
14
18
  declare const TreeItem = "treeitem";
15
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";
16
24
  declare const Badge = "Badge";
25
+ declare const Button$1 = "Button";
26
+ declare const ButtonPrimary = "ButtonPrimary";
17
27
  declare const CallStackArrow = "CallStackArrow";
18
28
  declare const CallStackDescription = "CallStackDescription";
19
29
  declare const CallStackLabel = "CallStackLabel";
30
+ declare const Categories = "Categories";
31
+ declare const Category = "Category";
32
+ declare const Changelog = "Changelog";
20
33
  declare const Chevron = "Chevron";
21
34
  declare const CloseMaskIcon = "MaskIcon MaskIconClose";
22
35
  declare const CodeGeneratorInput = "CodeGeneratorInput";
@@ -54,6 +67,10 @@ declare const DebugValueScopeName = "DebugValueScopeName";
54
67
  declare const DebugValueString = "DebugValueString";
55
68
  declare const DebugValueSymbol = "DebugValueSymbol";
56
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";
57
74
  declare const DeleteWatchExpression = "DeleteWatchExpression";
58
75
  declare const Diagnostic = "Diagnostic";
59
76
  declare const DiagnosticError = "DiagnosticError";
@@ -68,6 +85,23 @@ declare const EditorSelection = "EditorSelection";
68
85
  declare const EditorSourceActions = "EditorSourceActions";
69
86
  declare const EditorSourceActionsList = "EditorSourceActionsList";
70
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";
71
105
  declare const FileIcon = "FileIcon";
72
106
  declare const FindWidget = "FindWidget";
73
107
  declare const FindWidgetFind = "FindWidgetFind";
@@ -92,7 +126,9 @@ declare const IconClose = "IconClose";
92
126
  declare const InputBox = "InputBox";
93
127
  declare const InputLabel = "InputLabel";
94
128
  declare const Label = "Label";
129
+ declare const Large = "Large";
95
130
  declare const List = "List";
131
+ declare const Markdown = "Markdown";
96
132
  declare const MaskIcon = "MaskIcon";
97
133
  declare const MaskIconBook = "MaskIconBook";
98
134
  declare const MaskIconCaseSensitive = "MaskIconCaseSensitive";
@@ -105,7 +141,17 @@ declare const MaskIconRegex = "MaskIconRegex";
105
141
  declare const MaskIconReplaceAll = "MaskIconReplaceAll";
106
142
  declare const MaskIconSymbolFile = "MaskIconSymbolFile";
107
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";
108
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";
109
155
  declare const ScrollBar$1 = "ScrollBar";
110
156
  declare const ScrollBarThumb = "ScrollBarThumb";
111
157
  declare const ScrollBarVertical = "ScrollBarVertical";
@@ -128,11 +174,17 @@ declare const SearchInputError = "SearchInputError";
128
174
  declare const SearchRemove = "SearchRemove";
129
175
  declare const SearchToggleButton = "SearchToggleButton";
130
176
  declare const SearchToggleButtonExpanded = "SearchToggleButtonExpanded";
177
+ declare const SettingsButton = "SettingsButton";
178
+ declare const SettingsIcon = "SettingsIcon";
179
+ declare const Small = "Small";
131
180
  declare const SourceActionHeading = "SourceActionHeading";
132
181
  declare const SourceActionIcon = "SourceActionIcon";
133
182
  declare const SourceActionItem = "SourceActionItem";
134
183
  declare const SourceActionItemFocused = "SourceActionItemFocused";
135
184
  declare const SourceControlBadge = "SourceControlBadge";
185
+ declare const Table = "Table";
186
+ declare const TableCell = "TableCell";
187
+ declare const TableHeading = "TableHeading";
136
188
  declare const ToggleDetails = "ToggleDetails";
137
189
  declare const Tree$1 = "Tree";
138
190
  declare const TreeItem$1 = "TreeItem";
@@ -151,7 +203,7 @@ export interface DomEventListener {
151
203
  }
152
204
  declare const Unknown = 0;
153
205
  declare const Backspace = 1;
154
- declare const Tab = 2;
206
+ declare const Tab$1 = 2;
155
207
  declare const Enter = 3;
156
208
  declare const Ctrl = 4;
157
209
  declare const Alt = 5;
@@ -349,7 +401,7 @@ export interface TextPatch {
349
401
  export type Patch = TextPatch | AttributePatch | ReplacePatch | RemoveAttributePatch | RemovePatch | AddPatch | NavigateChildPatch | NavigateParentPatch | RemoveChildPatch | NavigateSiblingPatch;
350
402
  export declare const diff: (oldNodes: readonly VirtualDomNode[], newNodes: readonly VirtualDomNode[]) => readonly Patch[];
351
403
  declare const Audio = 0;
352
- declare const Button$1 = 1;
404
+ declare const Button$2 = 1;
353
405
  declare const Col = 2;
354
406
  declare const ColGroup = 3;
355
407
  declare const Div = 4;
@@ -357,7 +409,7 @@ declare const H1 = 5;
357
409
  declare const Input = 6;
358
410
  declare const Kbd = 7;
359
411
  declare const Span = 8;
360
- declare const Table = 9;
412
+ declare const Table$1 = 9;
361
413
  declare const TBody = 10;
362
414
  declare const Td = 11;
363
415
  declare const Text = 12;
@@ -375,7 +427,7 @@ declare const H4 = 24;
375
427
  declare const H5 = 25;
376
428
  declare const H6 = 26;
377
429
  declare const Article = 27;
378
- declare const Aside = 28;
430
+ declare const Aside$1 = 28;
379
431
  declare const Footer = 29;
380
432
  declare const Header = 30;
381
433
  declare const Nav = 40;
@@ -404,18 +456,19 @@ declare const Select = 63;
404
456
  declare const Option$1 = 64;
405
457
  declare const Code = 65;
406
458
  declare const Label$1 = 66;
459
+ declare const Dt = 67;
407
460
 
408
461
  declare namespace VirtualDomElements {
409
- export { A, Abbr, Article, Aside, Audio, Br, Button$1 as Button, Cite, Code, Col, ColGroup, Data, Dd, Del, Div, Dl, 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, Td, Text, TextArea, Tfoot, Th, Time, Tr, Ul, Video };
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 };
410
463
  }
411
464
  declare namespace AriaRoles {
412
- export { Alert, Button, CheckBox, ComboBox, ListBox, None, Option, ScrollBar, Status, ToolBar, Tree, TreeItem };
465
+ export { Alert, Button, CheckBox, ComboBox, Document, ListBox, None, Option, Panel, ScrollBar, Status, Tab, TabList, ToolBar, Tree, TreeItem };
413
466
  }
414
467
  declare namespace ClassNames {
415
- 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 };
416
469
  }
417
470
  declare namespace KeyCode {
418
- 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, Unknown, UpArrow };
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 };
419
472
  }
420
473
  declare namespace KeyModifier {
421
474
  export { Alt$1 as Alt, CtrlCmd, Shift, WinCtrl };
package/dist/index.js CHANGED
@@ -1,12 +1,16 @@
1
1
  const Alert = 'alert';
2
- const Button$1 = 'button';
2
+ const Button$2 = 'button';
3
3
  const CheckBox = 'checkbox';
4
4
  const ComboBox = 'combobox';
5
+ const Document = 'document';
5
6
  const ListBox = 'listbox';
6
7
  const None = 'none';
7
8
  const Option$1 = 'option';
9
+ const Panel = 'panel';
8
10
  const ScrollBar$1 = 'scrollbar';
9
11
  const Status = 'status';
12
+ const Tab$1 = 'tab';
13
+ const TabList = 'tablist';
10
14
  const ToolBar = 'toolbar';
11
15
  const Tree$1 = 'tree';
12
16
  const TreeItem$1 = 'treeitem';
@@ -14,24 +18,37 @@ const TreeItem$1 = 'treeitem';
14
18
  const AriaRoles = {
15
19
  __proto__: null,
16
20
  Alert,
17
- Button: Button$1,
21
+ Button: Button$2,
18
22
  CheckBox,
19
23
  ComboBox,
24
+ Document,
20
25
  ListBox,
21
26
  None,
22
27
  Option: Option$1,
28
+ Panel,
23
29
  ScrollBar: ScrollBar$1,
24
30
  Status,
31
+ Tab: Tab$1,
32
+ TabList,
25
33
  ToolBar,
26
34
  Tree: Tree$1,
27
35
  TreeItem: TreeItem$1
28
36
  };
29
37
 
30
38
  const Actions = 'Actions';
39
+ const AdditionalDetails = 'AdditionalDetails';
40
+ const AdditionalDetailsEntry = 'AdditionalDetailsEntry';
41
+ const AdditionalDetailsTitle = 'AdditionalDetailsTitle';
42
+ const Aside$1 = 'Aside';
31
43
  const Badge = 'Badge';
44
+ const Button$1 = 'Button';
45
+ const ButtonPrimary = 'ButtonPrimary';
32
46
  const CallStackArrow = 'CallStackArrow';
33
47
  const CallStackDescription = 'CallStackDescription';
34
48
  const CallStackLabel = 'CallStackLabel';
49
+ const Categories = 'Categories';
50
+ const Category = 'Category';
51
+ const Changelog = 'Changelog';
35
52
  const Chevron = 'Chevron';
36
53
  const CloseMaskIcon = 'MaskIcon MaskIconClose';
37
54
  const CodeGeneratorInput = 'CodeGeneratorInput';
@@ -69,6 +86,10 @@ const DebugValueScopeName = 'DebugValueScopeName';
69
86
  const DebugValueString = 'DebugValueString';
70
87
  const DebugValueSymbol = 'DebugValueSymbol';
71
88
  const DebugValueUndefined = 'DebugValueUndefined';
89
+ const DefaultMarkdown = 'DefaultMarkdown';
90
+ const DefinitionListItem = 'DefinitionListItem';
91
+ const DefinitionListItemHeading = 'DefinitionListItemHeading';
92
+ const DefinitionListItemValue = 'DefinitionListItemValue';
72
93
  const DeleteWatchExpression = 'DeleteWatchExpression';
73
94
  const Diagnostic = 'Diagnostic';
74
95
  const DiagnosticError = 'DiagnosticError';
@@ -83,6 +104,23 @@ const EditorSelection = 'EditorSelection';
83
104
  const EditorSourceActions = 'EditorSourceActions';
84
105
  const EditorSourceActionsList = 'EditorSourceActionsList';
85
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';
86
124
  const FileIcon = 'FileIcon';
87
125
  const FindWidget = 'FindWidget';
88
126
  const FindWidgetFind = 'FindWidgetFind';
@@ -107,7 +145,9 @@ const IconClose = 'IconClose';
107
145
  const InputBox = 'InputBox';
108
146
  const InputLabel = 'InputLabel';
109
147
  const Label$1 = 'Label';
148
+ const Large = 'Large';
110
149
  const List = 'List';
150
+ const Markdown = 'Markdown';
111
151
  const MaskIcon = 'MaskIcon';
112
152
  const MaskIconBook = 'MaskIconBook';
113
153
  const MaskIconCaseSensitive = 'MaskIconCaseSensitive';
@@ -120,7 +160,17 @@ const MaskIconRegex = 'MaskIconRegex';
120
160
  const MaskIconReplaceAll = 'MaskIconReplaceAll';
121
161
  const MaskIconSymbolFile = 'MaskIconSymbolFile';
122
162
  const MaskIconWholeWord = 'MaskIconWholeWord';
163
+ const MoreInfo = 'MoreInfo';
164
+ const MoreInfoEntry = 'MoreInfoEntry';
165
+ const MoreInfoEntryKey = 'MoreInfoEntryKey';
166
+ const MoreInfoEntryOdd = 'MoreInfoEntryOdd';
167
+ const MoreInfoEntryValue = 'MoreInfoEntryValue';
123
168
  const MultilineInputBox = 'MultilineInputBox';
169
+ const Normal = 'Normal';
170
+ const Resource = 'Resource';
171
+ const Resources = 'Resources';
172
+ const Sash = 'Sash';
173
+ const SashVertical = 'SashVertical';
124
174
  const ScrollBar = 'ScrollBar';
125
175
  const ScrollBarThumb = 'ScrollBarThumb';
126
176
  const ScrollBarVertical = 'ScrollBarVertical';
@@ -143,11 +193,17 @@ const SearchInputError = 'SearchInputError';
143
193
  const SearchRemove = 'SearchRemove';
144
194
  const SearchToggleButton = 'SearchToggleButton';
145
195
  const SearchToggleButtonExpanded = 'SearchToggleButtonExpanded';
196
+ const SettingsButton = 'SettingsButton';
197
+ const SettingsIcon = 'SettingsIcon';
198
+ const Small = 'Small';
146
199
  const SourceActionHeading = 'SourceActionHeading';
147
200
  const SourceActionIcon = 'SourceActionIcon';
148
201
  const SourceActionItem = 'SourceActionItem';
149
202
  const SourceActionItemFocused = 'SourceActionItemFocused';
150
203
  const SourceControlBadge = 'SourceControlBadge';
204
+ const Table$1 = 'Table';
205
+ const TableCell = 'TableCell';
206
+ const TableHeading = 'TableHeading';
151
207
  const ToggleDetails = 'ToggleDetails';
152
208
  const Tree = 'Tree';
153
209
  const TreeItem = 'TreeItem';
@@ -162,10 +218,19 @@ const ViewletSearchMessageIndented = 'ViewletSearchMessageIndented';
162
218
  const ClassNames = {
163
219
  __proto__: null,
164
220
  Actions,
221
+ AdditionalDetails,
222
+ AdditionalDetailsEntry,
223
+ AdditionalDetailsTitle,
224
+ Aside: Aside$1,
165
225
  Badge,
226
+ Button: Button$1,
227
+ ButtonPrimary,
166
228
  CallStackArrow,
167
229
  CallStackDescription,
168
230
  CallStackLabel,
231
+ Categories,
232
+ Category,
233
+ Changelog,
169
234
  Chevron,
170
235
  CloseMaskIcon,
171
236
  CodeGeneratorInput,
@@ -203,6 +268,10 @@ const ClassNames = {
203
268
  DebugValueString,
204
269
  DebugValueSymbol,
205
270
  DebugValueUndefined,
271
+ DefaultMarkdown,
272
+ DefinitionListItem,
273
+ DefinitionListItemHeading,
274
+ DefinitionListItemValue,
206
275
  DeleteWatchExpression,
207
276
  Diagnostic,
208
277
  DiagnosticError,
@@ -217,6 +286,23 @@ const ClassNames = {
217
286
  EditorSourceActions,
218
287
  EditorSourceActionsList,
219
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,
220
306
  FileIcon,
221
307
  FindWidget,
222
308
  FindWidgetFind,
@@ -241,7 +327,9 @@ const ClassNames = {
241
327
  InputBox,
242
328
  InputLabel,
243
329
  Label: Label$1,
330
+ Large,
244
331
  List,
332
+ Markdown,
245
333
  MaskIcon,
246
334
  MaskIconBook,
247
335
  MaskIconCaseSensitive,
@@ -254,7 +342,17 @@ const ClassNames = {
254
342
  MaskIconReplaceAll,
255
343
  MaskIconSymbolFile,
256
344
  MaskIconWholeWord,
345
+ MoreInfo,
346
+ MoreInfoEntry,
347
+ MoreInfoEntryKey,
348
+ MoreInfoEntryOdd,
349
+ MoreInfoEntryValue,
257
350
  MultilineInputBox,
351
+ Normal,
352
+ Resource,
353
+ Resources,
354
+ Sash,
355
+ SashVertical,
258
356
  ScrollBar,
259
357
  ScrollBarThumb,
260
358
  ScrollBarVertical,
@@ -277,11 +375,17 @@ const ClassNames = {
277
375
  SearchRemove,
278
376
  SearchToggleButton,
279
377
  SearchToggleButtonExpanded,
378
+ SettingsButton,
379
+ SettingsIcon,
380
+ Small,
280
381
  SourceActionHeading,
281
382
  SourceActionIcon,
282
383
  SourceActionItem,
283
384
  SourceActionItemFocused,
284
385
  SourceControlBadge,
386
+ Table: Table$1,
387
+ TableCell,
388
+ TableHeading,
285
389
  ToggleDetails,
286
390
  Tree,
287
391
  TreeItem,
@@ -677,6 +781,7 @@ const Select = 63;
677
781
  const Option = 64;
678
782
  const Code = 65;
679
783
  const Label = 66;
784
+ const Dt = 67;
680
785
 
681
786
  const VirtualDomElements = {
682
787
  __proto__: null,
@@ -696,6 +801,7 @@ const VirtualDomElements = {
696
801
  Del,
697
802
  Div,
698
803
  Dl,
804
+ Dt,
699
805
  Figcaption,
700
806
  Figure,
701
807
  Footer,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/virtual-dom-worker",
3
- "version": "2.6.0",
3
+ "version": "2.8.0",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -2,11 +2,15 @@ export const Alert = 'alert'
2
2
  export const Button = 'button'
3
3
  export const CheckBox = 'checkbox'
4
4
  export const ComboBox = 'combobox'
5
+ export const Document = 'document'
5
6
  export const ListBox = 'listbox'
6
7
  export const None = 'none'
7
8
  export const Option = 'option'
9
+ export const Panel = 'panel'
8
10
  export const ScrollBar = 'scrollbar'
9
11
  export const Status = 'status'
12
+ export const Tab = 'tab'
13
+ export const TabList = 'tablist'
10
14
  export const ToolBar = 'toolbar'
11
15
  export const Tree = 'tree'
12
16
  export const TreeItem = 'treeitem'
@@ -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'
@@ -54,3 +54,4 @@ export const Select = 63
54
54
  export const Option = 64
55
55
  export const Code = 65
56
56
  export const Label = 66
57
+ export const Dt = 67