@lvce-editor/virtual-dom-worker 2.6.0 → 2.7.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,11 +4,15 @@ 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";
@@ -151,7 +155,7 @@ export interface DomEventListener {
151
155
  }
152
156
  declare const Unknown = 0;
153
157
  declare const Backspace = 1;
154
- declare const Tab = 2;
158
+ declare const Tab$1 = 2;
155
159
  declare const Enter = 3;
156
160
  declare const Ctrl = 4;
157
161
  declare const Alt = 5;
@@ -409,13 +413,13 @@ declare namespace VirtualDomElements {
409
413
  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 };
410
414
  }
411
415
  declare namespace AriaRoles {
412
- export { Alert, Button, CheckBox, ComboBox, ListBox, None, Option, ScrollBar, Status, ToolBar, Tree, TreeItem };
416
+ export { Alert, Button, CheckBox, ComboBox, Document, ListBox, None, Option, Panel, ScrollBar, Status, Tab, TabList, ToolBar, Tree, TreeItem };
413
417
  }
414
418
  declare namespace ClassNames {
415
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 };
416
420
  }
417
421
  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 };
422
+ 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
423
  }
420
424
  declare namespace KeyModifier {
421
425
  export { Alt$1 as Alt, CtrlCmd, Shift, WinCtrl };
package/dist/index.js CHANGED
@@ -2,11 +2,15 @@ const Alert = 'alert';
2
2
  const Button$1 = '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';
@@ -17,11 +21,15 @@ const AriaRoles = {
17
21
  Button: Button$1,
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
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.7.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'