@breadstone/mosaik-elements-foundation 0.0.30 → 0.0.32
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/Attributes/Decorators/AttrDecorator.js +2 -2
- package/Attributes/Decorators/AttrDecorator.js.map +1 -1
- package/Controls/Behaviors/Alignable.d.ts.map +1 -1
- package/Controls/Behaviors/Animatable.d.ts.map +1 -1
- package/Controls/Behaviors/Appearanceable.d.ts.map +1 -1
- package/Controls/Behaviors/Attachable.d.ts.map +1 -1
- package/Controls/Behaviors/AutoCompleteable.d.ts.map +1 -1
- package/Controls/Behaviors/Boundable.d.ts.map +1 -1
- package/Controls/Behaviors/Busyable.d.ts.map +1 -1
- package/Controls/Behaviors/Checkable.d.ts.map +1 -1
- package/Controls/Behaviors/Clearable.d.ts.map +1 -1
- package/Controls/Behaviors/Closeable.d.ts.map +1 -1
- package/Controls/Behaviors/ContentAlignable.d.ts.map +1 -1
- package/Controls/Behaviors/Dimensionable.d.ts.map +1 -1
- package/Controls/Behaviors/Disableable.d.ts.map +1 -1
- package/Controls/Behaviors/DropDownable.d.ts.map +1 -1
- package/Controls/Behaviors/Elevatable.d.ts.map +1 -1
- package/Controls/Behaviors/Filterable.d.ts.map +1 -1
- package/Controls/Behaviors/Fitable.d.ts.map +1 -1
- package/Controls/Behaviors/Focusable.d.ts.map +1 -1
- package/Controls/Behaviors/FormAssociatable.d.ts.map +1 -1
- package/Controls/Behaviors/Iconable.d.ts.map +1 -1
- package/Controls/Behaviors/Insetable.d.ts.map +1 -1
- package/Controls/Behaviors/Invalidable.d.ts.map +1 -1
- package/Controls/Behaviors/Labelable.d.ts.map +1 -1
- package/Controls/Behaviors/Localeable.d.ts.map +1 -1
- package/Controls/Behaviors/Openable.d.ts.map +1 -1
- package/Controls/Behaviors/Orientable.d.ts.map +1 -1
- package/Controls/Behaviors/Orientable.js +9 -32
- package/Controls/Behaviors/Orientable.js.map +1 -1
- package/Controls/Behaviors/Rangeable.d.ts.map +1 -1
- package/Controls/Behaviors/Reversible.d.ts.map +1 -1
- package/Controls/Behaviors/Selectable.d.ts.map +1 -1
- package/Controls/Behaviors/Shortcutable.d.ts.map +1 -1
- package/Controls/Behaviors/Sizeable.d.ts.map +1 -1
- package/Controls/Behaviors/Slottable.d.ts.map +1 -1
- package/Controls/Behaviors/Stickable.d.ts.map +1 -1
- package/Controls/Behaviors/TextFormattable.d.ts.map +1 -1
- package/Controls/Behaviors/Themeable.d.ts.map +1 -1
- package/Controls/Behaviors/Valueable.d.ts.map +1 -1
- package/Controls/Behaviors/Variantable.d.ts.map +1 -1
- package/Controls/Components/Abstracts/CustomElement.d.ts.map +1 -1
- package/Controls/Components/Abstracts/CustomElement.js +3 -2
- package/Controls/Components/Abstracts/CustomElement.js.map +1 -1
- package/Controls/Components/Abstracts/{Interfaces/ICustomElement.d.ts → ICustomElement.d.ts} +2 -2
- package/Controls/Components/Abstracts/ICustomElement.d.ts.map +1 -0
- package/Controls/Components/Abstracts/ICustomElement.js.map +1 -0
- package/Controls/Components/Buttons/Button/ButtonElement.d.ts +2 -4
- package/Controls/Components/Buttons/Button/ButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/Button/ButtonElement.js +2 -17
- package/Controls/Components/Buttons/Button/ButtonElement.js.map +1 -1
- package/Controls/Components/Buttons/Button/ButtonGroupElement.d.ts +7 -7
- package/Controls/Components/Buttons/Button/ButtonGroupElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/Button/ButtonGroupElement.js +29 -33
- package/Controls/Components/Buttons/Button/ButtonGroupElement.js.map +1 -1
- package/Controls/Components/Buttons/Button/IButtonGroupElementProps.d.ts +2 -1
- package/Controls/Components/Buttons/Button/IButtonGroupElementProps.d.ts.map +1 -1
- package/Controls/Components/Buttons/Button/Themes/ButtonElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Buttons/Button/Themes/ButtonElement.Cosmopolitan.js +5 -0
- package/Controls/Components/Buttons/Button/Themes/ButtonElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Buttons/Button/Themes/ButtonElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Buttons/Button/Themes/ButtonElement.Joy.js +5 -0
- package/Controls/Components/Buttons/Button/Themes/ButtonElement.Joy.js.map +1 -1
- package/Controls/Components/Buttons/Button/Themes/ButtonElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Buttons/Button/Themes/ButtonElement.Retro.js +5 -0
- package/Controls/Components/Buttons/Button/Themes/ButtonElement.Retro.js.map +1 -1
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonElement.d.ts +1 -33
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonElement.js +2 -89
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonElement.js.map +1 -1
- package/Controls/Components/Buttons/CompoundButton/ICompoundButtonElementProps.d.ts +3 -6
- package/Controls/Components/Buttons/CompoundButton/ICompoundButtonElementProps.d.ts.map +1 -1
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonElement.d.ts +1 -33
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonElement.js +3 -87
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonElement.js.map +1 -1
- package/Controls/Components/Buttons/DropDownButton/IDropDownButtonElementProps.d.ts +3 -6
- package/Controls/Components/Buttons/DropDownButton/IDropDownButtonElementProps.d.ts.map +1 -1
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.d.ts +1 -33
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.js +2 -93
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.js.map +1 -1
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.d.ts +8 -33
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.js +29 -95
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.js.map +1 -1
- package/Controls/Components/Buttons/FloatingActionButton/IFloatingActionButtonElementProps.d.ts +3 -6
- package/Controls/Components/Buttons/FloatingActionButton/IFloatingActionButtonElementProps.d.ts.map +1 -1
- package/Controls/Components/Buttons/FloatingActionButton/IFloatingActionButtonGroupElementProps.d.ts +4 -6
- package/Controls/Components/Buttons/FloatingActionButton/IFloatingActionButtonGroupElementProps.d.ts.map +1 -1
- package/Controls/Components/Buttons/RepeatButton/IRepeatButtonElementProps.d.ts +3 -4
- package/Controls/Components/Buttons/RepeatButton/IRepeatButtonElementProps.d.ts.map +1 -1
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonElement.d.ts +1 -33
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonElement.js +2 -88
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonElement.js.map +1 -1
- package/Controls/Components/Buttons/SplitButton/ISplitButtonElementProps.d.ts +3 -6
- package/Controls/Components/Buttons/SplitButton/ISplitButtonElementProps.d.ts.map +1 -1
- package/Controls/Components/Buttons/SplitButton/SplitButtonElement.d.ts +1 -33
- package/Controls/Components/Buttons/SplitButton/SplitButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/SplitButton/SplitButtonElement.js +3 -88
- package/Controls/Components/Buttons/SplitButton/SplitButtonElement.js.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/IToggleButtonElementProps.d.ts +3 -4
- package/Controls/Components/Buttons/ToggleButton/IToggleButtonElementProps.d.ts.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.d.ts +4 -33
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.js +5 -93
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.js.map +1 -1
- package/Controls/Components/Charts/ChartElement.d.ts +8 -8
- package/Controls/Components/Charts/ChartElement.d.ts.map +1 -1
- package/Controls/Components/Charts/ChartElement.js +26 -25
- package/Controls/Components/Charts/ChartElement.js.map +1 -1
- package/Controls/Components/Charts/IChartElementProps.d.ts +2 -2
- package/Controls/Components/Effects/Ripple/RippleElement.js +1 -1
- package/Controls/Components/Forms/FormController.d.ts.map +1 -1
- package/Controls/Components/Forms/FormController.js.map +1 -1
- package/Controls/Components/Forms/FormElement.d.ts +5 -5
- package/Controls/Components/Forms/FormElement.d.ts.map +1 -1
- package/Controls/Components/Forms/FormElement.js +5 -7
- package/Controls/Components/Forms/FormElement.js.map +1 -1
- package/Controls/Components/Forms/IFormElementProps.d.ts +2 -1
- package/Controls/Components/Forms/IFormElementProps.d.ts.map +1 -1
- package/Controls/Components/Forms/IFormElementProps.js +1 -0
- package/Controls/Components/Forms/IFormElementProps.js.map +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderGroupElement.d.ts +8 -3
- package/Controls/Components/Grouping/Expander/ExpanderGroupElement.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderGroupElement.js +6 -8
- package/Controls/Components/Grouping/Expander/ExpanderGroupElement.js.map +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderGroupElementTemplate.d.ts +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderGroupElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderGroupElementTemplate.js +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderGroupElementTemplate.js.map +1 -1
- package/Controls/Components/Grouping/Expander/IExpanderGroupElementProps.d.ts +2 -1
- package/Controls/Components/Grouping/Expander/IExpanderGroupElementProps.d.ts.map +1 -1
- package/Controls/Components/Inputs/Calendar/Views/CalendarMonthsViewElement.js +1 -1
- package/Controls/Components/Inputs/Calendar/Views/CalendarMonthsViewElement.js.map +1 -1
- package/Controls/Components/Inputs/Calendar/Views/CalendarYearsViewElement.js +1 -1
- package/Controls/Components/Inputs/Calendar/Views/CalendarYearsViewElement.js.map +1 -1
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.d.ts +8 -7
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.js +35 -36
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/CheckBox/ICheckBoxGroupElementProps.d.ts +2 -1
- package/Controls/Components/Inputs/CheckBox/ICheckBoxGroupElementProps.d.ts.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts +8 -7
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js +35 -33
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/Choice/IChoiceGroupElementProps.d.ts +2 -1
- package/Controls/Components/Inputs/Choice/IChoiceGroupElementProps.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateBox/DateBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateBox/DateBoxElement.js +40 -10
- package/Controls/Components/Inputs/DateBox/DateBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.js +40 -10
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Joy.js +0 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Retro.js +0 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Retro.js.map +1 -1
- package/Controls/Components/Inputs/NumberBox/NumberBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/NumberBox/NumberBoxElement.js +28 -7
- package/Controls/Components/Inputs/NumberBox/NumberBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Joy.js +0 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Retro.js +0 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Retro.js.map +1 -1
- package/Controls/Components/Inputs/PinBox/PinBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/PinBox/PinBoxElement.js +16 -4
- package/Controls/Components/Inputs/PinBox/PinBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/Radio/IRadioGroupElementProps.d.ts +2 -1
- package/Controls/Components/Inputs/Radio/IRadioGroupElementProps.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioGroupElement.d.ts +8 -7
- package/Controls/Components/Inputs/Radio/RadioGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioGroupElement.js +37 -35
- package/Controls/Components/Inputs/Radio/RadioGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/Rating/Themes/RatingElement.Joy.js +9 -9
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.js +30 -9
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxToolboxElement.js +1 -1
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxToolboxElement.js.map +1 -1
- package/Controls/Components/Inputs/SearchBox/SearchBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/SearchBox/SearchBoxElement.js +24 -6
- package/Controls/Components/Inputs/SearchBox/SearchBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/Select/ISelectElementProps.d.ts +2 -1
- package/Controls/Components/Inputs/Select/ISelectElementProps.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/SelectElement.d.ts +21 -8
- package/Controls/Components/Inputs/Select/SelectElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/SelectElement.js +45 -24
- package/Controls/Components/Inputs/Select/SelectElement.js.map +1 -1
- package/Controls/Components/Inputs/Select/SelectElementIntl.d.ts +23 -0
- package/Controls/Components/Inputs/Select/SelectElementIntl.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectElementIntl.js +37 -0
- package/Controls/Components/Inputs/Select/SelectElementIntl.js.map +1 -0
- package/Controls/Components/Inputs/Select/SelectElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/SelectElementTemplate.js +26 -35
- package/Controls/Components/Inputs/Select/SelectElementTemplate.js.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemElement.js +5 -2
- package/Controls/Components/Inputs/Select/SelectItemElement.js.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Cosmopolitan.js +7 -12
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Joy.js +7 -12
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Retro.js +7 -12
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Retro.js.map +1 -1
- package/Controls/Components/Inputs/TimeBox/ITimeBoxElementProps.d.ts.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Joy.js +10 -11
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Retro.js +0 -2
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Retro.js.map +1 -1
- package/Controls/Components/Inputs/TimeBox/TimeBoxElement.d.ts +35 -7
- package/Controls/Components/Inputs/TimeBox/TimeBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/TimeBox/TimeBoxElement.js +144 -41
- package/Controls/Components/Inputs/TimeBox/TimeBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/TimeBox/TimeBoxElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Inputs/TimeBox/TimeBoxElementTemplate.js +33 -29
- package/Controls/Components/Inputs/TimeBox/TimeBoxElementTemplate.js.map +1 -1
- package/Controls/Components/Layouts/Split/ISplitElementProps.d.ts +2 -1
- package/Controls/Components/Layouts/Split/ISplitElementProps.d.ts.map +1 -1
- package/Controls/Components/Layouts/Split/SplitElement.d.ts +22 -8
- package/Controls/Components/Layouts/Split/SplitElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/Split/SplitElement.js +83 -72
- package/Controls/Components/Layouts/Split/SplitElement.js.map +1 -1
- package/Controls/Components/Layouts/Split/Themes/SplitElement.Cosmopolitan.js +1 -1
- package/Controls/Components/Layouts/Split/Themes/SplitElement.Joy.js +1 -1
- package/Controls/Components/Layouts/Split/Themes/SplitElement.Retro.js +1 -1
- package/Controls/Components/Layouts/Stack/StackElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/Stack/StackElement.js +2 -2
- package/Controls/Components/Layouts/Stack/StackElement.js.map +1 -1
- package/Controls/Components/Layouts/Stack/StackElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Layouts/Stack/StackElementTemplate.js.map +1 -1
- package/Controls/Components/Layouts/Stack/Themes/StackElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Layouts/Stack/Themes/StackElement.Cosmopolitan.js +1 -0
- package/Controls/Components/Layouts/Stack/Themes/StackElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Layouts/Stack/Themes/StackElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Layouts/Stack/Themes/StackElement.Joy.js +1 -0
- package/Controls/Components/Layouts/Stack/Themes/StackElement.Joy.js.map +1 -1
- package/Controls/Components/Layouts/Stack/Themes/StackElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Layouts/Stack/Themes/StackElement.Retro.js +1 -0
- package/Controls/Components/Layouts/Stack/Themes/StackElement.Retro.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputElement.d.ts +1 -1
- package/Controls/Components/Media/Chat/ChatInputElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputElement.js +6 -3
- package/Controls/Components/Media/Chat/ChatInputElement.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputElementTemplate.js +2 -2
- package/Controls/Components/Media/Chat/ChatInputElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chip/ChipElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chip/ChipElement.js +8 -2
- package/Controls/Components/Media/Chip/ChipElement.js.map +1 -1
- package/Controls/Components/Misc/CookieConsent/CookiesConsentElement.d.ts +2 -2
- package/Controls/Components/Misc/CookieConsent/CookiesConsentElement.d.ts.map +1 -1
- package/Controls/Components/Misc/CookieConsent/CookiesConsentElement.js +14 -5
- package/Controls/Components/Misc/CookieConsent/CookiesConsentElement.js.map +1 -1
- package/Controls/Components/Misc/CookieConsent/Themes/CookiesConsentElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Misc/CookieConsent/Themes/CookiesConsentElement.Cosmopolitan.js +1 -0
- package/Controls/Components/Misc/CookieConsent/Themes/CookiesConsentElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Misc/CookieConsent/Themes/CookiesConsentElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Misc/CookieConsent/Themes/CookiesConsentElement.Joy.js +1 -0
- package/Controls/Components/Misc/CookieConsent/Themes/CookiesConsentElement.Joy.js.map +1 -1
- package/Controls/Components/Misc/CookieConsent/Themes/CookiesConsentElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Misc/CookieConsent/Themes/CookiesConsentElement.Retro.js +1 -0
- package/Controls/Components/Misc/CookieConsent/Themes/CookiesConsentElement.Retro.js.map +1 -1
- package/Controls/Components/Misc/LightChain/LightChainElement.d.ts +1 -0
- package/Controls/Components/Misc/LightChain/LightChainElement.d.ts.map +1 -1
- package/Controls/Components/Misc/LightChain/LightChainElement.js +2 -2
- package/Controls/Components/Misc/LightChain/LightChainElement.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogHeaderElementTemplate.js +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderElementTemplate.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogHostElement.js +1 -1
- package/Controls/Components/Overlays/Dialog/DialogHostElement.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogService.js +0 -1
- package/Controls/Components/Overlays/Dialog/DialogService.js.map +1 -1
- package/Controls/Components/Primitives/Box/BoxElement.d.ts +6 -1
- package/Controls/Components/Primitives/Box/BoxElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Box/BoxElement.js +55 -8
- package/Controls/Components/Primitives/Box/BoxElement.js.map +1 -1
- package/Controls/Components/Primitives/Box/BoxElementTemplate.d.ts +1 -1
- package/Controls/Components/Primitives/Box/BoxElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Primitives/Box/BoxElementTemplate.js +1 -1
- package/Controls/Components/Primitives/Box/BoxElementTemplate.js.map +1 -1
- package/Controls/Components/Primitives/Box/Themes/BoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Primitives/Box/Themes/BoxElement.Cosmopolitan.js +14 -4
- package/Controls/Components/Primitives/Box/Themes/BoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Primitives/Box/Themes/BoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Primitives/Box/Themes/BoxElement.Joy.js +14 -4
- package/Controls/Components/Primitives/Box/Themes/BoxElement.Joy.js.map +1 -1
- package/Controls/Components/Primitives/Box/Themes/BoxElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Primitives/Box/Themes/BoxElement.Retro.js +14 -4
- package/Controls/Components/Primitives/Box/Themes/BoxElement.Retro.js.map +1 -1
- package/Controls/Components/Primitives/Divider/DividerElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Divider/DividerElement.js.map +1 -1
- package/Controls/Components/Primitives/Expandable/ExpandableElement.d.ts +1 -1
- package/Controls/Components/Primitives/Expandable/ExpandableElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Expandable/ExpandableElement.js +10 -4
- package/Controls/Components/Primitives/Expandable/ExpandableElement.js.map +1 -1
- package/Controls/Components/Primitives/Floating/FloatingElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Floating/FloatingElement.js +31 -20
- package/Controls/Components/Primitives/Floating/FloatingElement.js.map +1 -1
- package/Controls/Components/Primitives/Helmet/Helmet.js +6 -6
- package/Controls/Components/Primitives/Helmet/Helmet.js.map +1 -1
- package/Controls/Components/Primitives/Helmet/HelmetElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Helmet/HelmetElement.js +1 -0
- package/Controls/Components/Primitives/Helmet/HelmetElement.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElementIntl.d.ts +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElementIntl.js +1 -1
- package/Controls/Components/Primitives/Portal/IPortalElementProps.d.ts +1 -0
- package/Controls/Components/Primitives/Portal/IPortalElementProps.d.ts.map +1 -1
- package/Controls/Components/Primitives/Portal/IPortalProjectionElementProps.d.ts +2 -1
- package/Controls/Components/Primitives/Portal/IPortalProjectionElementProps.d.ts.map +1 -1
- package/Controls/Components/Primitives/Portal/Portal.d.ts +7 -0
- package/Controls/Components/Primitives/Portal/Portal.d.ts.map +1 -1
- package/Controls/Components/Primitives/Portal/Portal.js +9 -0
- package/Controls/Components/Primitives/Portal/Portal.js.map +1 -1
- package/Controls/Components/Primitives/Portal/PortalElement.d.ts +31 -1
- package/Controls/Components/Primitives/Portal/PortalElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Portal/PortalElement.js +76 -8
- package/Controls/Components/Primitives/Portal/PortalElement.js.map +1 -1
- package/Controls/Components/Primitives/Portal/PortalElementTemplate.d.ts +1 -1
- package/Controls/Components/Primitives/Portal/PortalElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Primitives/Portal/PortalElementTemplate.js +1 -1
- package/Controls/Components/Primitives/Portal/PortalElementTemplate.js.map +1 -1
- package/Controls/Components/Primitives/Portal/PortalProjectionElement.d.ts +8 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Portal/PortalProjectionElement.js +14 -1
- package/Controls/Components/Primitives/Portal/PortalProjectionElement.js.map +1 -1
- package/Controls/Components/Primitives/Portal/ProjectionController.d.ts +46 -0
- package/Controls/Components/Primitives/Portal/ProjectionController.d.ts.map +1 -0
- package/Controls/Components/Primitives/Portal/ProjectionController.js +71 -0
- package/Controls/Components/Primitives/Portal/ProjectionController.js.map +1 -0
- package/Controls/Components/Primitives/Portal/Themes/PortalProjectionElement.Cosmopolitan.js +1 -1
- package/Controls/Components/Primitives/Portal/Themes/PortalProjectionElement.Joy.js +1 -1
- package/Controls/Components/Primitives/Portal/Themes/PortalProjectionElement.Retro.js +1 -1
- package/Controls/Components/Primitives/Spacer/SpacerElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Spacer/SpacerElement.js +4 -1
- package/Controls/Components/Primitives/Spacer/SpacerElement.js.map +1 -1
- package/Controls/Components/Primitives/Tooltip/TooltipElement.d.ts +3 -2
- package/Controls/Components/Primitives/Tooltip/TooltipElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Tooltip/TooltipElement.js +12 -3
- package/Controls/Components/Primitives/Tooltip/TooltipElement.js.map +1 -1
- package/Controls/Components/Primitives/Tooltip/TooltipElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Primitives/Tooltip/TooltipElementTemplate.js +23 -20
- package/Controls/Components/Primitives/Tooltip/TooltipElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/Abstracts/MultiSelector/IMultiSelectorElementProps.d.ts.map +1 -0
- package/Controls/Components/Selectors/Abstracts/{MutiSelector → MultiSelector}/IMultiSelectorElementProps.js.map +1 -1
- package/Controls/Components/Selectors/Abstracts/MultiSelector/MultiSelectorElement.d.ts.map +1 -0
- package/Controls/Components/Selectors/Abstracts/MultiSelector/MultiSelectorElement.js.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboElement.d.ts +34 -12
- package/Controls/Components/Selectors/Combo/ComboElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboElement.js +63 -17
- package/Controls/Components/Selectors/Combo/ComboElement.js.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboElementIntl.d.ts +23 -0
- package/Controls/Components/Selectors/Combo/ComboElementIntl.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboElementIntl.js +37 -0
- package/Controls/Components/Selectors/Combo/ComboElementIntl.js.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboElementTemplate.js +31 -22
- package/Controls/Components/Selectors/Combo/ComboElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboItemElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboItemElement.js +9 -3
- package/Controls/Components/Selectors/Combo/ComboItemElement.js.map +1 -1
- package/Controls/Components/Selectors/Combo/IComboElementProps.d.ts +5 -2
- package/Controls/Components/Selectors/Combo/IComboElementProps.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/IComboItemElementProps.d.ts +1 -1
- package/Controls/Components/Selectors/Combo/IComboItemElementProps.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Cosmopolitan.js +11 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Joy.js +11 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Joy.js.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Retro.js +11 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Retro.js.map +1 -1
- package/Controls/Components/Selectors/Menu/IMenuItemElementProps.d.ts +4 -1
- package/Controls/Components/Selectors/Menu/IMenuItemElementProps.d.ts.map +1 -1
- package/Controls/Components/Selectors/Menu/MenuElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Menu/MenuItemElement.d.ts +11 -6
- package/Controls/Components/Selectors/Menu/MenuItemElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Menu/MenuItemElement.js +41 -14
- package/Controls/Components/Selectors/Menu/MenuItemElement.js.map +1 -1
- package/Controls/Components/Selectors/Menu/MenuItemElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Selectors/Menu/MenuItemElementTemplate.js +32 -16
- package/Controls/Components/Selectors/Menu/MenuItemElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/Menu/MenuItemGroupElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Menu/MenuItemGroupElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Selectors/Menu/MenuItemGroupElementTemplate.js +6 -2
- package/Controls/Components/Selectors/Menu/MenuItemGroupElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Cosmopolitan.js +19 -1
- package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Joy.js +22 -8
- package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Joy.js.map +1 -1
- package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Retro.js +19 -1
- package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Retro.js.map +1 -1
- package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Joy.js +4 -0
- package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Joy.js.map +1 -1
- package/Controls/Components/Selectors/Tab/TabElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tab/TabElementTemplate.js +31 -27
- package/Controls/Components/Selectors/Tab/TabElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/Tab/Themes/TabElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tab/Themes/TabElement.Cosmopolitan.js +28 -14
- package/Controls/Components/Selectors/Tab/Themes/TabElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Selectors/Tab/Themes/TabElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tab/Themes/TabElement.Joy.js +28 -14
- package/Controls/Components/Selectors/Tab/Themes/TabElement.Joy.js.map +1 -1
- package/Controls/Components/Selectors/Tab/Themes/TabElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tab/Themes/TabElement.Retro.js +28 -14
- package/Controls/Components/Selectors/Tab/Themes/TabElement.Retro.js.map +1 -1
- package/Controls/Components/Selectors/TabStrip/TabStripElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/TabStrip/TabStripElement.js +4 -1
- package/Controls/Components/Selectors/TabStrip/TabStripElement.js.map +1 -1
- package/Controls/Components/Selectors/TabStrip/TabStripElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Selectors/TabStrip/TabStripElementTemplate.js +4 -7
- package/Controls/Components/Selectors/TabStrip/TabStripElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/TabStrip/Themes/TabStripItemElement.Joy.js +2 -2
- package/Controls/Components/Selectors/Table/Events/ITableColumnsChangedEventDetail.d.ts +11 -0
- package/Controls/Components/Selectors/Table/Events/ITableColumnsChangedEventDetail.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/Events/ITableColumnsChangedEventDetail.js +3 -0
- package/Controls/Components/Selectors/Table/Events/ITableColumnsChangedEventDetail.js.map +1 -0
- package/Controls/Components/Selectors/Table/ITableElementEvents.d.ts +2 -2
- package/Controls/Components/Selectors/Table/ITableElementEvents.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/ITableFooterElementProps.d.ts +8 -0
- package/Controls/Components/Selectors/Table/ITableFooterElementProps.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/ITableFooterElementProps.js +7 -0
- package/Controls/Components/Selectors/Table/ITableFooterElementProps.js.map +1 -0
- package/Controls/Components/Selectors/Table/TableBodyElement.js +2 -2
- package/Controls/Components/Selectors/Table/TableBodyElementTemplate.d.ts +1 -1
- package/Controls/Components/Selectors/Table/TableBodyElementTemplate.js +1 -1
- package/Controls/Components/Selectors/Table/TableCellElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableCellElement.js +4 -1
- package/Controls/Components/Selectors/Table/TableCellElement.js.map +1 -1
- package/Controls/Components/Selectors/Table/TableElement.d.ts +7 -7
- package/Controls/Components/Selectors/Table/TableElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableElement.js +10 -10
- package/Controls/Components/Selectors/Table/TableElement.js.map +1 -1
- package/Controls/Components/Selectors/Table/TableFooterElement.d.ts +40 -0
- package/Controls/Components/Selectors/Table/TableFooterElement.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableFooterElement.js +63 -0
- package/Controls/Components/Selectors/Table/TableFooterElement.js.map +1 -0
- package/Controls/Components/Selectors/Table/TableFooterElementTemplate.d.ts +9 -0
- package/Controls/Components/Selectors/Table/TableFooterElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableFooterElementTemplate.js +14 -0
- package/Controls/Components/Selectors/Table/TableFooterElementTemplate.js.map +1 -0
- package/Controls/Components/Selectors/Table/TableHeaderElement.js +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderElementTemplate.d.ts +1 -1
- package/Controls/Components/Selectors/Table/TableHeaderElementTemplate.js +1 -1
- package/Controls/Components/Selectors/Table/TableRowElement.d.ts +1 -1
- package/Controls/Components/Selectors/Table/TableRowElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableRowElement.js +4 -4
- package/Controls/Components/Selectors/Table/TableRowElement.js.map +1 -1
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Cosmopolitan.js +88 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Joy.d.ts +6 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Joy.js +88 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Joy.js.map +1 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Retro.d.ts +6 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Retro.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Retro.js +88 -0
- package/Controls/Components/Selectors/Table/Themes/TableFooterElement.Retro.js.map +1 -0
- package/Controls/Components/Selectors/Table/Themes/TableHeaderElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/Themes/TableHeaderElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Selectors/Table/Themes/TableHeaderElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Selectors/Table/Themes/TableHeaderElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/Themes/TableHeaderElement.Joy.js +0 -1
- package/Controls/Components/Selectors/Table/Themes/TableHeaderElement.Joy.js.map +1 -1
- package/Controls/Components/Selectors/Table/Themes/TableHeaderElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/Themes/TableHeaderElement.Retro.js +0 -1
- package/Controls/Components/Selectors/Table/Themes/TableHeaderElement.Retro.js.map +1 -1
- package/Controls/Components/Selectors/Tree/Themes/TreeItemElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tree/Themes/TreeItemElement.Cosmopolitan.js +13 -0
- package/Controls/Components/Selectors/Tree/Themes/TreeItemElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Selectors/Tree/Themes/TreeItemElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tree/Themes/TreeItemElement.Joy.js +13 -0
- package/Controls/Components/Selectors/Tree/Themes/TreeItemElement.Joy.js.map +1 -1
- package/Controls/Components/Selectors/Tree/Themes/TreeItemElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tree/Themes/TreeItemElement.Retro.js +13 -0
- package/Controls/Components/Selectors/Tree/Themes/TreeItemElement.Retro.js.map +1 -1
- package/Controls/Components/Selectors/Tree/TreeItemElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tree/TreeItemElement.js +12 -3
- package/Controls/Components/Selectors/Tree/TreeItemElement.js.map +1 -1
- package/Controls/Components/Selectors/Tree/TreeItemElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tree/TreeItemElementTemplate.js +16 -4
- package/Controls/Components/Selectors/Tree/TreeItemElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/Wizard/WizardController.d.ts.map +1 -1
- package/Controls/Components/Selectors/Wizard/WizardController.js.map +1 -1
- package/Controls/Components/States/Abstracts/StateElement.d.ts +3 -2
- package/Controls/Components/States/Abstracts/StateElement.d.ts.map +1 -1
- package/Controls/Components/States/Abstracts/StateElement.js +3 -2
- package/Controls/Components/States/Abstracts/StateElement.js.map +1 -1
- package/Controls/Components/States/Empty/EmptyStateElement.d.ts +1 -9
- package/Controls/Components/States/Empty/EmptyStateElement.d.ts.map +1 -1
- package/Controls/Components/States/Empty/EmptyStateElement.js +2 -2
- package/Controls/Components/States/Empty/EmptyStateElement.js.map +1 -1
- package/Controls/Components/States/Empty/EmptyStateElementTemplate.d.ts.map +1 -1
- package/Controls/Components/States/Empty/EmptyStateElementTemplate.js +7 -3
- package/Controls/Components/States/Empty/EmptyStateElementTemplate.js.map +1 -1
- package/Controls/Components/States/Empty/IEmptyStateElementProps.d.ts +12 -0
- package/Controls/Components/States/Empty/IEmptyStateElementProps.d.ts.map +1 -0
- package/Controls/Components/States/Empty/IEmptyStateElementProps.js +3 -0
- package/Controls/Components/States/Empty/IEmptyStateElementProps.js.map +1 -0
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Cosmopolitan.js +7 -4
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Joy.d.ts.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Joy.js +12 -8
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Joy.js.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Retro.d.ts.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Retro.js +12 -8
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Retro.js.map +1 -1
- package/Controls/Components/States/Error/ErrorStateElement.d.ts +1 -10
- package/Controls/Components/States/Error/ErrorStateElement.d.ts.map +1 -1
- package/Controls/Components/States/Error/ErrorStateElement.js +1 -0
- package/Controls/Components/States/Error/ErrorStateElement.js.map +1 -1
- package/Controls/Components/States/Error/ErrorStateElementTemplate.d.ts.map +1 -1
- package/Controls/Components/States/Error/ErrorStateElementTemplate.js +3 -1
- package/Controls/Components/States/Error/ErrorStateElementTemplate.js.map +1 -1
- package/Controls/Components/States/Error/IErrorStateElementProps.d.ts +11 -0
- package/Controls/Components/States/Error/IErrorStateElementProps.d.ts.map +1 -0
- package/Controls/Components/States/Error/IErrorStateElementProps.js +2 -0
- package/Controls/Components/States/Error/IErrorStateElementProps.js.map +1 -0
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Cosmopolitan.js +9 -4
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Joy.d.ts.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Joy.js +14 -9
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Joy.js.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Retro.d.ts.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Retro.js +14 -9
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Retro.js.map +1 -1
- package/Controls/Components/States/Success/ISuccessStateElementProps.d.ts +10 -0
- package/Controls/Components/States/Success/ISuccessStateElementProps.d.ts.map +1 -0
- package/Controls/Components/States/Success/ISuccessStateElementProps.js +2 -0
- package/Controls/Components/States/Success/ISuccessStateElementProps.js.map +1 -0
- package/Controls/Components/States/Success/SuccessStateElement.d.ts +1 -9
- package/Controls/Components/States/Success/SuccessStateElement.d.ts.map +1 -1
- package/Controls/Components/States/Success/SuccessStateElement.js +1 -0
- package/Controls/Components/States/Success/SuccessStateElement.js.map +1 -1
- package/Controls/Components/States/Success/SuccessStateElementTemplate.d.ts.map +1 -1
- package/Controls/Components/States/Success/SuccessStateElementTemplate.js +16 -18
- package/Controls/Components/States/Success/SuccessStateElementTemplate.js.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Cosmopolitan.js +9 -4
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Joy.d.ts.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Joy.js +14 -9
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Joy.js.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Retro.d.ts.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Retro.js +14 -9
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Retro.js.map +1 -1
- package/Controls/Components/Templates/TemplateFunc.d.ts.map +1 -1
- package/Controls/Controllers/Abstracts/ElementController.d.ts +1 -1
- package/Controls/Controllers/Abstracts/ElementController.d.ts.map +1 -1
- package/Controls/Controllers/Abstracts/ElementController.js +9 -10
- package/Controls/Controllers/Abstracts/ElementController.js.map +1 -1
- package/Controls/Controllers/AutoCompleteController.d.ts.map +1 -1
- package/Controls/Controllers/AutoCompleteController.js.map +1 -1
- package/Controls/Controllers/ClickOutsideController.d.ts.map +1 -1
- package/Controls/Controllers/ClickOutsideController.js.map +1 -1
- package/Controls/Controllers/FocusTrapController.d.ts.map +1 -1
- package/Controls/Controllers/FocusTrapController.js.map +1 -1
- package/Controls/Controllers/HideOnScrollController.d.ts.map +1 -1
- package/Controls/Controllers/HideOnScrollController.js.map +1 -1
- package/Controls/Controllers/InlineStyleController.d.ts +37 -0
- package/Controls/Controllers/InlineStyleController.d.ts.map +1 -0
- package/Controls/Controllers/InlineStyleController.js +70 -0
- package/Controls/Controllers/InlineStyleController.js.map +1 -0
- package/Controls/Controllers/IntersectionAnchorController.d.ts.map +1 -1
- package/Controls/Controllers/IntersectionAnchorController.js.map +1 -1
- package/Controls/Controllers/IntersectionController.d.ts.map +1 -1
- package/Controls/Controllers/IntersectionController.js.map +1 -1
- package/Controls/Controllers/KeyboardController.d.ts +3 -0
- package/Controls/Controllers/KeyboardController.d.ts.map +1 -1
- package/Controls/Controllers/KeyboardController.js +3 -0
- package/Controls/Controllers/KeyboardController.js.map +1 -1
- package/Controls/Controllers/KeyboardShortcutController.d.ts.map +1 -1
- package/Controls/Controllers/KeyboardShortcutController.js.map +1 -1
- package/Controls/Controllers/MutationController.d.ts.map +1 -1
- package/Controls/Controllers/MutationController.js.map +1 -1
- package/Controls/Controllers/OverflowController.d.ts.map +1 -1
- package/Controls/Controllers/OverflowController.js.map +1 -1
- package/Controls/Controllers/PanController.d.ts.map +1 -1
- package/Controls/Controllers/PanController.js.map +1 -1
- package/Controls/Controllers/PlatformController.d.ts.map +1 -1
- package/Controls/Controllers/PlatformController.js.map +1 -1
- package/Controls/Controllers/ResizeController.d.ts.map +1 -1
- package/Controls/Controllers/ResizeController.js.map +1 -1
- package/Controls/Controllers/SlotController.d.ts +1 -0
- package/Controls/Controllers/SlotController.d.ts.map +1 -1
- package/Controls/Controllers/SlotController.js +4 -3
- package/Controls/Controllers/SlotController.js.map +1 -1
- package/Controls/Decorators/ComponentDecorator.d.ts +2 -2
- package/Controls/Decorators/ComponentDecorator.d.ts.map +1 -1
- package/Controls/Decorators/ComponentDecorator.js +6 -9
- package/Controls/Decorators/ComponentDecorator.js.map +1 -1
- package/Controls/Decorators/UpdateDecorator.js +1 -1
- package/Controls/Decorators/UpdateDecorator.js.map +1 -1
- package/Controls/Directives/Promise/TaskDirective.d.ts +13 -0
- package/Controls/Directives/Promise/TaskDirective.d.ts.map +1 -0
- package/Controls/Directives/Promise/TaskDirective.js +40 -0
- package/Controls/Directives/Promise/TaskDirective.js.map +1 -0
- package/Controls/Directives/Query.d.ts +16 -9
- package/Controls/Directives/Query.d.ts.map +1 -1
- package/Controls/Directives/Query.js +13 -17
- package/Controls/Directives/Query.js.map +1 -1
- package/Controls/Directives/QueryShadow.d.ts +19 -0
- package/Controls/Directives/QueryShadow.d.ts.map +1 -0
- package/Controls/Directives/QueryShadow.js +24 -0
- package/Controls/Directives/QueryShadow.js.map +1 -0
- package/Controls/Directives/SetEmpty.js +1 -1
- package/Controls/Directives/SetEmpty.js.map +1 -1
- package/Controls/Directives/Task/TaskDirective.d.ts +13 -0
- package/Controls/Directives/Task/TaskDirective.d.ts.map +1 -0
- package/Controls/Directives/Task/TaskDirective.js +40 -0
- package/Controls/Directives/Task/TaskDirective.js.map +1 -0
- package/Controls/Types/Key.d.ts +502 -464
- package/Controls/Types/Key.d.ts.map +1 -1
- package/Controls/Types/Key.js +487 -468
- package/Controls/Types/Key.js.map +1 -1
- package/Controls/Types/TextFormatter.d.ts.map +1 -1
- package/Controls/Types/TextOverflowBehavior.d.ts +21 -0
- package/Controls/Types/TextOverflowBehavior.d.ts.map +1 -0
- package/Controls/Types/TextOverflowBehavior.js +18 -0
- package/Controls/Types/TextOverflowBehavior.js.map +1 -0
- package/Controls/Types/TimeSpan.d.ts +7 -0
- package/Controls/Types/TimeSpan.d.ts.map +1 -1
- package/Controls/Types/TimeSpan.js +15 -0
- package/Controls/Types/TimeSpan.js.map +1 -1
- package/DI/Decorators/InjectDecorator.d.ts.map +1 -1
- package/DI/Decorators/InjectDecorator.js +2 -3
- package/DI/Decorators/InjectDecorator.js.map +1 -1
- package/DI/Decorators/InjectableDecorator.d.ts.map +1 -1
- package/DI/Decorators/InjectableDecorator.js +0 -1
- package/DI/Decorators/InjectableDecorator.js.map +1 -1
- package/Dom/Dom.d.ts.map +1 -1
- package/Dom/Dom.js +5 -7
- package/Dom/Dom.js.map +1 -1
- package/Dom/Renderer.d.ts.map +1 -1
- package/Dom/Renderer.js.map +1 -1
- package/Dom/Scroller.d.ts.map +1 -1
- package/Dom/Scroller.js +0 -2
- package/Dom/Scroller.js.map +1 -1
- package/Forms/Behaviors/FormAssociated.d.ts.map +1 -1
- package/Forms/Validators/Behaviors/ReportValidity.d.ts.map +1 -1
- package/Forms/Validators/Behaviors/Validateable.d.ts.map +1 -1
- package/Index.d.ts +16 -3
- package/Index.d.ts.map +1 -1
- package/Index.js +11 -3
- package/Index.js.map +1 -1
- package/Intl/DateFormatter.d.ts +1 -1
- package/Intl/DateFormatter.d.ts.map +1 -1
- package/Intl/DateFormatter.js +3 -0
- package/Intl/DateFormatter.js.map +1 -1
- package/Routing/Controllers/RouterController.d.ts +57 -20
- package/Routing/Controllers/RouterController.d.ts.map +1 -1
- package/Routing/Controllers/RouterController.js +166 -77
- package/Routing/Controllers/RouterController.js.map +1 -1
- package/Routing/IRouterLinkLike.d.ts +14 -5
- package/Routing/IRouterLinkLike.d.ts.map +1 -1
- package/Routing/IRouterLocation.d.ts +32 -0
- package/Routing/IRouterLocation.d.ts.map +1 -0
- package/Routing/IRouterLocation.js +2 -0
- package/Routing/IRouterLocation.js.map +1 -0
- package/Routing/PathToRegexp.d.ts +1 -1
- package/Routing/PathToRegexp.d.ts.map +1 -1
- package/Routing/PathToRegexp.js +0 -18
- package/Routing/PathToRegexp.js.map +1 -1
- package/Routing/Route/Interfaces/IBaseRouteConfig.d.ts +0 -7
- package/Routing/Route/Interfaces/IBaseRouteConfig.d.ts.map +1 -1
- package/Routing/Route/Interfaces/IBaseRouteConfig.js.map +1 -1
- package/Routing/RouterAnchorElement.d.ts +3 -3
- package/Routing/RouterAnchorElement.d.ts.map +1 -1
- package/Routing/RouterAnchorElement.js +4 -9
- package/Routing/RouterAnchorElement.js.map +1 -1
- package/Routing/RouterAnchorElementTemplate.d.ts.map +1 -1
- package/Routing/RouterAnchorElementTemplate.js +1 -0
- package/Routing/RouterAnchorElementTemplate.js.map +1 -1
- package/Routing/RouterElement.d.ts +1 -0
- package/Routing/RouterElement.d.ts.map +1 -1
- package/Routing/RouterElement.js +11 -6
- package/Routing/RouterElement.js.map +1 -1
- package/Routing/RouterLinkDirective.d.ts +16 -0
- package/Routing/RouterLinkDirective.d.ts.map +1 -0
- package/Routing/RouterLinkDirective.js +37 -0
- package/Routing/RouterLinkDirective.js.map +1 -0
- package/Routing/RouterLinkElement.d.ts.map +1 -1
- package/Routing/RouterLinkElement.js +4 -1
- package/Routing/RouterLinkElement.js.map +1 -1
- package/Routing/RouterLocation.d.ts +110 -0
- package/Routing/RouterLocation.d.ts.map +1 -0
- package/Routing/RouterLocation.js +172 -0
- package/Routing/RouterLocation.js.map +1 -0
- package/Routing/Utils.d.ts.map +1 -1
- package/Theming/Theme2Element.js +2 -2
- package/Theming/Theme2Element.js.map +1 -1
- package/Translations/TranslatorService.js +2 -3
- package/Translations/TranslatorService.js.map +1 -1
- package/custom-elements.json +2658 -607
- package/package.json +6 -5
- package/Accesability/Platform.d.ts +0 -35
- package/Accesability/Platform.d.ts.map +0 -1
- package/Accesability/Platform.js +0 -60
- package/Accesability/Platform.js.map +0 -1
- package/Controls/Components/Abstracts/Interfaces/ICustomElement.d.ts.map +0 -1
- package/Controls/Components/Abstracts/Interfaces/ICustomElement.js.map +0 -1
- package/Controls/Components/Media/Chat/Events/IChatSubmitedEventDetail.d.ts +0 -24
- package/Controls/Components/Media/Chat/Events/IChatSubmitedEventDetail.d.ts.map +0 -1
- package/Controls/Components/Media/Chat/Events/IChatSubmitedEventDetail.js +0 -3
- package/Controls/Components/Media/Chat/Events/IChatSubmitedEventDetail.js.map +0 -1
- package/Controls/Components/Selectors/Abstracts/MutiSelector/IMultiSelectorElementProps.d.ts.map +0 -1
- package/Controls/Components/Selectors/Abstracts/MutiSelector/MultiSelectorElement.d.ts.map +0 -1
- package/Controls/Components/Selectors/Abstracts/MutiSelector/MultiSelectorElement.js.map +0 -1
- package/Controls/Components/Selectors/Table/Events/ITableColumsChangedEventDetail.d.ts +0 -11
- package/Controls/Components/Selectors/Table/Events/ITableColumsChangedEventDetail.d.ts.map +0 -1
- package/Controls/Components/Selectors/Table/Events/ITableColumsChangedEventDetail.js +0 -3
- package/Controls/Components/Selectors/Table/Events/ITableColumsChangedEventDetail.js.map +0 -1
- package/Controls/Types/KeyCodes.d.ts +0 -41
- package/Controls/Types/KeyCodes.d.ts.map +0 -1
- package/Controls/Types/KeyCodes.js +0 -41
- package/Controls/Types/KeyCodes.js.map +0 -1
- package/Messaging/TrackableSignla.d.ts +0 -40
- package/Messaging/TrackableSignla.d.ts.map +0 -1
- package/Messaging/TrackableSignla.js +0 -70
- package/Messaging/TrackableSignla.js.map +0 -1
- package/Utilies/EId.d.ts +0 -13
- package/Utilies/EId.d.ts.map +0 -1
- package/Utilies/EId.js +0 -24
- package/Utilies/EId.js.map +0 -1
- package/Utilies/Observable.d.ts +0 -4
- package/Utilies/Observable.d.ts.map +0 -1
- package/Utilies/Observable.js +0 -21
- package/Utilies/Observable.js.map +0 -1
- /package/Controls/Components/Abstracts/{Interfaces/ICustomElement.js → ICustomElement.js} +0 -0
- /package/Controls/Components/Selectors/Abstracts/{MutiSelector → MultiSelector}/IMultiSelectorElementProps.d.ts +0 -0
- /package/Controls/Components/Selectors/Abstracts/{MutiSelector → MultiSelector}/IMultiSelectorElementProps.js +0 -0
- /package/Controls/Components/Selectors/Abstracts/{MutiSelector → MultiSelector}/MultiSelectorElement.d.ts +0 -0
- /package/Controls/Components/Selectors/Abstracts/{MutiSelector → MultiSelector}/MultiSelectorElement.js +0 -0
package/Controls/Types/Key.d.ts
CHANGED
|
@@ -1,804 +1,842 @@
|
|
|
1
|
+
import type { ValuesOf } from '../../Types/ValuesOf';
|
|
1
2
|
/**
|
|
2
3
|
* `Key` - An enumeration of all of the possible key values on a keyboard.
|
|
4
|
+
*
|
|
3
5
|
* @public
|
|
4
6
|
*/
|
|
5
|
-
export declare
|
|
6
|
-
Backspace
|
|
7
|
-
Tab
|
|
8
|
-
Enter
|
|
9
|
-
Shift
|
|
10
|
-
Ctrl
|
|
11
|
-
Alt
|
|
12
|
-
PauseBreak
|
|
13
|
-
CapsLock
|
|
14
|
-
Escape
|
|
15
|
-
Space
|
|
16
|
-
PageUp
|
|
17
|
-
PageDown
|
|
18
|
-
End
|
|
19
|
-
Home
|
|
20
|
-
LeftArrow
|
|
21
|
-
UpArrow
|
|
22
|
-
RightArrow
|
|
23
|
-
DownArrow
|
|
24
|
-
Insert
|
|
25
|
-
Delete
|
|
26
|
-
Zero
|
|
27
|
-
ClosedParen
|
|
28
|
-
One
|
|
29
|
-
ExclamationMark
|
|
30
|
-
Two
|
|
31
|
-
AtSign
|
|
32
|
-
Three
|
|
33
|
-
PoundSign
|
|
34
|
-
Hash
|
|
35
|
-
Four
|
|
36
|
-
DollarSign
|
|
37
|
-
Five
|
|
38
|
-
PercentSign
|
|
39
|
-
Six
|
|
40
|
-
Caret
|
|
41
|
-
Hat
|
|
42
|
-
Seven
|
|
43
|
-
Ampersand
|
|
44
|
-
Eight
|
|
45
|
-
Star
|
|
46
|
-
Asterik
|
|
47
|
-
Nine
|
|
48
|
-
OpenParen
|
|
49
|
-
A
|
|
50
|
-
B
|
|
51
|
-
C
|
|
52
|
-
D
|
|
53
|
-
E
|
|
54
|
-
F
|
|
55
|
-
G
|
|
56
|
-
H
|
|
57
|
-
I
|
|
58
|
-
J
|
|
59
|
-
K
|
|
60
|
-
L
|
|
61
|
-
M
|
|
62
|
-
N
|
|
63
|
-
O
|
|
64
|
-
P
|
|
65
|
-
Q
|
|
66
|
-
R
|
|
67
|
-
S
|
|
68
|
-
T
|
|
69
|
-
U
|
|
70
|
-
V
|
|
71
|
-
W
|
|
72
|
-
X
|
|
73
|
-
Y
|
|
74
|
-
Z
|
|
75
|
-
LeftWindowKey
|
|
76
|
-
RightWindowKey
|
|
77
|
-
SelectKey
|
|
78
|
-
Numpad0
|
|
79
|
-
Numpad1
|
|
80
|
-
Numpad2
|
|
81
|
-
Numpad3
|
|
82
|
-
Numpad4
|
|
83
|
-
Numpad5
|
|
84
|
-
Numpad6
|
|
85
|
-
Numpad7
|
|
86
|
-
Numpad8
|
|
87
|
-
Numpad9
|
|
88
|
-
Multiply
|
|
89
|
-
Add
|
|
90
|
-
Subtract
|
|
91
|
-
DecimalPoint
|
|
92
|
-
Divide
|
|
93
|
-
F1
|
|
94
|
-
F2
|
|
95
|
-
F3
|
|
96
|
-
F4
|
|
97
|
-
F5
|
|
98
|
-
F6
|
|
99
|
-
F7
|
|
100
|
-
F8
|
|
101
|
-
F9
|
|
102
|
-
F10
|
|
103
|
-
F11
|
|
104
|
-
F12
|
|
105
|
-
NumLock
|
|
106
|
-
ScrollLock
|
|
107
|
-
SemiColon
|
|
108
|
-
Equals
|
|
109
|
-
Comma
|
|
110
|
-
Dash
|
|
111
|
-
Period
|
|
112
|
-
UnderScore
|
|
113
|
-
PlusSign
|
|
114
|
-
ForwardSlash
|
|
115
|
-
Tilde
|
|
116
|
-
GraveAccent
|
|
117
|
-
OpenBracket
|
|
118
|
-
ClosedBracket
|
|
119
|
-
Quote
|
|
120
|
-
}
|
|
7
|
+
export declare const Key: {
|
|
8
|
+
readonly Backspace: 8;
|
|
9
|
+
readonly Tab: 9;
|
|
10
|
+
readonly Enter: 13;
|
|
11
|
+
readonly Shift: 16;
|
|
12
|
+
readonly Ctrl: 17;
|
|
13
|
+
readonly Alt: 18;
|
|
14
|
+
readonly PauseBreak: 19;
|
|
15
|
+
readonly CapsLock: 20;
|
|
16
|
+
readonly Escape: 27;
|
|
17
|
+
readonly Space: 32;
|
|
18
|
+
readonly PageUp: 33;
|
|
19
|
+
readonly PageDown: 34;
|
|
20
|
+
readonly End: 35;
|
|
21
|
+
readonly Home: 36;
|
|
22
|
+
readonly LeftArrow: 37;
|
|
23
|
+
readonly UpArrow: 38;
|
|
24
|
+
readonly RightArrow: 39;
|
|
25
|
+
readonly DownArrow: 40;
|
|
26
|
+
readonly Insert: 45;
|
|
27
|
+
readonly Delete: 46;
|
|
28
|
+
readonly Zero: 48;
|
|
29
|
+
readonly ClosedParen: 48;
|
|
30
|
+
readonly One: 49;
|
|
31
|
+
readonly ExclamationMark: 49;
|
|
32
|
+
readonly Two: 50;
|
|
33
|
+
readonly AtSign: 50;
|
|
34
|
+
readonly Three: 51;
|
|
35
|
+
readonly PoundSign: 51;
|
|
36
|
+
readonly Hash: 51;
|
|
37
|
+
readonly Four: 52;
|
|
38
|
+
readonly DollarSign: 52;
|
|
39
|
+
readonly Five: 53;
|
|
40
|
+
readonly PercentSign: 53;
|
|
41
|
+
readonly Six: 54;
|
|
42
|
+
readonly Caret: 54;
|
|
43
|
+
readonly Hat: 54;
|
|
44
|
+
readonly Seven: 55;
|
|
45
|
+
readonly Ampersand: 55;
|
|
46
|
+
readonly Eight: 56;
|
|
47
|
+
readonly Star: 56;
|
|
48
|
+
readonly Asterik: 56;
|
|
49
|
+
readonly Nine: 57;
|
|
50
|
+
readonly OpenParen: 57;
|
|
51
|
+
readonly A: 65;
|
|
52
|
+
readonly B: 66;
|
|
53
|
+
readonly C: 67;
|
|
54
|
+
readonly D: 68;
|
|
55
|
+
readonly E: 69;
|
|
56
|
+
readonly F: 70;
|
|
57
|
+
readonly G: 71;
|
|
58
|
+
readonly H: 72;
|
|
59
|
+
readonly I: 73;
|
|
60
|
+
readonly J: 74;
|
|
61
|
+
readonly K: 75;
|
|
62
|
+
readonly L: 76;
|
|
63
|
+
readonly M: 77;
|
|
64
|
+
readonly N: 78;
|
|
65
|
+
readonly O: 79;
|
|
66
|
+
readonly P: 80;
|
|
67
|
+
readonly Q: 81;
|
|
68
|
+
readonly R: 82;
|
|
69
|
+
readonly S: 83;
|
|
70
|
+
readonly T: 84;
|
|
71
|
+
readonly U: 85;
|
|
72
|
+
readonly V: 86;
|
|
73
|
+
readonly W: 87;
|
|
74
|
+
readonly X: 88;
|
|
75
|
+
readonly Y: 89;
|
|
76
|
+
readonly Z: 90;
|
|
77
|
+
readonly LeftWindowKey: 91;
|
|
78
|
+
readonly RightWindowKey: 92;
|
|
79
|
+
readonly SelectKey: 93;
|
|
80
|
+
readonly Numpad0: 96;
|
|
81
|
+
readonly Numpad1: 97;
|
|
82
|
+
readonly Numpad2: 98;
|
|
83
|
+
readonly Numpad3: 99;
|
|
84
|
+
readonly Numpad4: 100;
|
|
85
|
+
readonly Numpad5: 101;
|
|
86
|
+
readonly Numpad6: 102;
|
|
87
|
+
readonly Numpad7: 103;
|
|
88
|
+
readonly Numpad8: 104;
|
|
89
|
+
readonly Numpad9: 105;
|
|
90
|
+
readonly Multiply: 106;
|
|
91
|
+
readonly Add: 107;
|
|
92
|
+
readonly Subtract: 109;
|
|
93
|
+
readonly DecimalPoint: 110;
|
|
94
|
+
readonly Divide: 111;
|
|
95
|
+
readonly F1: 112;
|
|
96
|
+
readonly F2: 113;
|
|
97
|
+
readonly F3: 114;
|
|
98
|
+
readonly F4: 115;
|
|
99
|
+
readonly F5: 116;
|
|
100
|
+
readonly F6: 117;
|
|
101
|
+
readonly F7: 118;
|
|
102
|
+
readonly F8: 119;
|
|
103
|
+
readonly F9: 120;
|
|
104
|
+
readonly F10: 121;
|
|
105
|
+
readonly F11: 122;
|
|
106
|
+
readonly F12: 123;
|
|
107
|
+
readonly NumLock: 144;
|
|
108
|
+
readonly ScrollLock: 145;
|
|
109
|
+
readonly SemiColon: 186;
|
|
110
|
+
readonly Equals: 187;
|
|
111
|
+
readonly Comma: 188;
|
|
112
|
+
readonly Dash: 189;
|
|
113
|
+
readonly Period: 190;
|
|
114
|
+
readonly UnderScore: 189;
|
|
115
|
+
readonly PlusSign: 187;
|
|
116
|
+
readonly ForwardSlash: 191;
|
|
117
|
+
readonly Tilde: 192;
|
|
118
|
+
readonly GraveAccent: 192;
|
|
119
|
+
readonly OpenBracket: 219;
|
|
120
|
+
readonly ClosedBracket: 221;
|
|
121
|
+
readonly Quote: 222;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export type Key = ValuesOf<typeof Key>;
|
|
121
127
|
/**
|
|
122
128
|
* `ModifierKeys` - The ModifierKeys enumeration describes a set of common keys
|
|
123
129
|
* used to modify other input operations.
|
|
130
|
+
*
|
|
124
131
|
* @public
|
|
125
132
|
*/
|
|
126
|
-
export declare
|
|
133
|
+
export declare const ModifierKeys: {
|
|
127
134
|
/**
|
|
128
135
|
* `0` - No modifiers are pressed.
|
|
129
136
|
*/
|
|
130
|
-
None
|
|
137
|
+
readonly None: 0;
|
|
131
138
|
/**
|
|
132
139
|
* `16` - A shift key.
|
|
133
140
|
*/
|
|
134
|
-
Shift
|
|
141
|
+
readonly Shift: 16;
|
|
135
142
|
/**
|
|
136
143
|
* `17` - A control key.
|
|
137
144
|
*/
|
|
138
|
-
Control
|
|
145
|
+
readonly Control: 17;
|
|
139
146
|
/**
|
|
140
147
|
* `18` - An alt key.
|
|
141
148
|
*/
|
|
142
|
-
Alt
|
|
149
|
+
readonly Alt: 18;
|
|
143
150
|
/**
|
|
144
151
|
* `91` - A meta key.
|
|
145
152
|
*/
|
|
146
|
-
Meta
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
153
|
+
readonly Meta: 91;
|
|
154
|
+
};
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
export type ModifierKeys = ValuesOf<typeof ModifierKeys>;
|
|
159
|
+
/**
|
|
160
|
+
* `ModifierKeyName` - The ModifierKeyName enumeration describes a set of common keys
|
|
161
|
+
* used to modify other input operations.
|
|
162
|
+
*
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
export declare const ModifierKeyName: {
|
|
166
|
+
/**
|
|
167
|
+
* `Shift` - A shift key.
|
|
168
|
+
*/
|
|
169
|
+
readonly Shift: "Shift";
|
|
170
|
+
/**
|
|
171
|
+
* `Control` - A control key.
|
|
172
|
+
*/
|
|
173
|
+
readonly Control: "Control";
|
|
174
|
+
/**
|
|
175
|
+
* `Alt` - An alt key.
|
|
176
|
+
*/
|
|
177
|
+
readonly Alt: "Alt";
|
|
178
|
+
/**
|
|
179
|
+
* `Meta` - A meta key.
|
|
180
|
+
*/
|
|
181
|
+
readonly Meta: "Meta";
|
|
182
|
+
};
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
export type ModifierKeyName = ValuesOf<typeof ModifierKeyName>;
|
|
154
187
|
/**
|
|
155
188
|
* A const enum that includes all non-printable string values one can expect from $event.key.
|
|
156
189
|
* For example, this enum includes values like "CapsLock", "Backspace", and "AudioVolumeMute",
|
|
157
190
|
* but does not include values like "a", "A", "#", "é", or "¿".
|
|
158
191
|
* Auto generated from MDN: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values#Speech_recognition_keys
|
|
192
|
+
*
|
|
159
193
|
* @public
|
|
160
194
|
*/
|
|
161
|
-
export declare
|
|
195
|
+
export declare const KeyName: {
|
|
162
196
|
/** The user agent wasn't able to map the event's virtual keycode to a specific key value. This can happen due to hardware or software constraints, or because of constraints around the platform on which the user agent is running. */
|
|
163
|
-
Unidentified
|
|
197
|
+
readonly Unidentified: "Unidentified";
|
|
164
198
|
/** The Alt (Alternative) key. */
|
|
165
|
-
Alt
|
|
199
|
+
readonly Alt: "Alt";
|
|
166
200
|
/** The AltGr or AltGraph (Alternate Graphics) key. Enables the ISO Level 3 shift modifier (where Shift is the level 2 modifier). */
|
|
167
|
-
AltGraph
|
|
201
|
+
readonly AltGraph: "AltGraph";
|
|
168
202
|
/** The Caps Lock key. Toggles the capital character lock on and off for subsequent input. */
|
|
169
|
-
CapsLock
|
|
203
|
+
readonly CapsLock: "CapsLock";
|
|
170
204
|
/** The Control, Ctrl, or Ctl key. Allows typing control characters. */
|
|
171
|
-
Control
|
|
205
|
+
readonly Control: "Control";
|
|
172
206
|
/** The Fn (Function modifier) key. Used to allow generating function key (F1-F15, for instance) characters on keyboards without a dedicated function key area. Often handled in hardware so that events aren't generated for this key. */
|
|
173
|
-
Fn
|
|
207
|
+
readonly Fn: "Fn";
|
|
174
208
|
/** The FnLock or F-Lock (Function Lock) key.Toggles the function key mode described by "Fn" on and off. Often handled in hardware so that events aren't generated for this key. */
|
|
175
|
-
FnLock
|
|
209
|
+
readonly FnLock: "FnLock";
|
|
176
210
|
/** The Hyper key. */
|
|
177
|
-
Hyper
|
|
211
|
+
readonly Hyper: "Hyper";
|
|
178
212
|
/** The Meta key. Allows issuing special command inputs. This is the Windows logo key, or the Command or ⌘ key on Mac keyboards. */
|
|
179
|
-
Meta
|
|
213
|
+
readonly Meta: "Meta";
|
|
180
214
|
/** The NumLock (Number Lock) key. Toggles the numeric keypad between number entry some other mode (often directional arrows). */
|
|
181
|
-
NumLock
|
|
182
|
-
/** The Scroll Lock key. Toggles
|
|
183
|
-
ScrollLock
|
|
215
|
+
readonly NumLock: "NumLock";
|
|
216
|
+
/** The Scroll Lock key. Toggles between scrolling and cursor movement modes. */
|
|
217
|
+
readonly ScrollLock: "ScrollLock";
|
|
184
218
|
/** The Shift key. Modifies keystrokes to allow typing upper (or other) case letters, and to support typing punctuation and other special characters. */
|
|
185
|
-
Shift
|
|
219
|
+
readonly Shift: "Shift";
|
|
186
220
|
/** The Super key. */
|
|
187
|
-
Super
|
|
221
|
+
readonly Super: "Super";
|
|
188
222
|
/** The Symbol modifier key (found on certain virtual keyboards). */
|
|
189
|
-
Symbol
|
|
223
|
+
readonly Symbol: "Symbol";
|
|
190
224
|
/** The Symbol Lock key. */
|
|
191
|
-
SymbolLock
|
|
225
|
+
readonly SymbolLock: "SymbolLock";
|
|
192
226
|
/** The Enter or ↵ key (sometimes labeled Return). */
|
|
193
|
-
Enter
|
|
227
|
+
readonly Enter: "Enter";
|
|
194
228
|
/** The Horizontal Tab key, Tab. */
|
|
195
|
-
Tab
|
|
229
|
+
readonly Tab: "Tab";
|
|
196
230
|
/** The down arrow key. */
|
|
197
|
-
ArrowDown
|
|
231
|
+
readonly ArrowDown: "ArrowDown";
|
|
198
232
|
/** The left arrow key. */
|
|
199
|
-
ArrowLeft
|
|
233
|
+
readonly ArrowLeft: "ArrowLeft";
|
|
200
234
|
/** The right arrow key. */
|
|
201
|
-
ArrowRight
|
|
235
|
+
readonly ArrowRight: "ArrowRight";
|
|
202
236
|
/** The up arrow key. */
|
|
203
|
-
ArrowUp
|
|
237
|
+
readonly ArrowUp: "ArrowUp";
|
|
204
238
|
/** The End key. Moves to the end of content. */
|
|
205
|
-
End
|
|
239
|
+
readonly End: "End";
|
|
206
240
|
/** The Home key. Moves to the start of content. */
|
|
207
|
-
Home
|
|
241
|
+
readonly Home: "Home";
|
|
208
242
|
/** The Page Down (or PgDn) key. Scrolls down or displays the next page of content. */
|
|
209
|
-
PageDown
|
|
243
|
+
readonly PageDown: "PageDown";
|
|
210
244
|
/** The Page Up (or PgUp) key. Scrolls up or displays the previous page of content. */
|
|
211
|
-
PageUp
|
|
245
|
+
readonly PageUp: "PageUp";
|
|
212
246
|
/** The Backspace key. This key is labeled Delete on Mac keyboards. */
|
|
213
|
-
Backspace
|
|
247
|
+
readonly Backspace: "Backspace";
|
|
214
248
|
/** The Clear key. Removes the currently selected input. */
|
|
215
|
-
Clear
|
|
249
|
+
readonly Clear: "Clear";
|
|
216
250
|
/** The Copy key (on certain extended keyboards). */
|
|
217
|
-
Copy
|
|
251
|
+
readonly Copy: "Copy";
|
|
218
252
|
/** The Cursor Select key, CrSel. */
|
|
219
|
-
CrSel
|
|
253
|
+
readonly CrSel: "CrSel";
|
|
220
254
|
/** The Cut key (on certain extended keyboards). */
|
|
221
|
-
Cut
|
|
255
|
+
readonly Cut: "Cut";
|
|
222
256
|
/** The Delete key, Del. */
|
|
223
|
-
Delete
|
|
257
|
+
readonly Delete: "Delete";
|
|
224
258
|
/** Erase to End of Field. Deletes all characters from the current cursor position to the end of the current field. */
|
|
225
|
-
EraseEof
|
|
259
|
+
readonly EraseEof: "EraseEof";
|
|
226
260
|
/** The ExSel (Extend Selection) key. */
|
|
227
|
-
ExSel
|
|
261
|
+
readonly ExSel: "ExSel";
|
|
228
262
|
/** The Insert key, Ins. Toggles between inserting and overwriting text. */
|
|
229
|
-
Insert
|
|
263
|
+
readonly Insert: "Insert";
|
|
230
264
|
/** Paste from the clipboard. */
|
|
231
|
-
Paste
|
|
265
|
+
readonly Paste: "Paste";
|
|
232
266
|
/** Redo the last action. */
|
|
233
|
-
Redo
|
|
267
|
+
readonly Redo: "Redo";
|
|
234
268
|
/** Undo the last action. */
|
|
235
|
-
Undo
|
|
269
|
+
readonly Undo: "Undo";
|
|
236
270
|
/** The Accept, Commit, or OK key or button. Accepts the currently selected option or input method sequence conversion. */
|
|
237
|
-
Accept
|
|
271
|
+
readonly Accept: "Accept";
|
|
238
272
|
/** The Again key. Redoes or repeats a previous action. */
|
|
239
|
-
Again
|
|
273
|
+
readonly Again: "Again";
|
|
240
274
|
/** The Attn (Attention) key. */
|
|
241
|
-
Attn
|
|
275
|
+
readonly Attn: "Attn";
|
|
242
276
|
/** The Cancel key. */
|
|
243
|
-
Cancel
|
|
277
|
+
readonly Cancel: "Cancel";
|
|
244
278
|
/** Shows the context menu. Typically found between the Windows (or OS) key and the Control key on the right side of the keyboard. */
|
|
245
|
-
ContextMenu
|
|
279
|
+
readonly ContextMenu: "ContextMenu";
|
|
246
280
|
/** The Esc (Escape) key. Typically used as an exit, cancel, or "escape this operation" button. Historically, the Escape character was used to signal the start of a special control sequence of characters called an "escape sequence." */
|
|
247
|
-
Escape
|
|
281
|
+
readonly Escape: "Escape";
|
|
248
282
|
/** The Execute key. */
|
|
249
|
-
Execute
|
|
283
|
+
readonly Execute: "Execute";
|
|
250
284
|
/** The Find key. Opens an interface (typically a dialog box) for performing a find/search operation. */
|
|
251
|
-
Find
|
|
285
|
+
readonly Find: "Find";
|
|
252
286
|
/** The Finish key. */
|
|
253
|
-
Finish
|
|
287
|
+
readonly Finish: "Finish";
|
|
254
288
|
/** The Help key. Opens or toggles the display of help information. */
|
|
255
|
-
Help
|
|
289
|
+
readonly Help: "Help";
|
|
256
290
|
/**
|
|
257
291
|
* The Pause key. Pauses the current application or state, if applicable.
|
|
258
292
|
* This shouldn't be confused with the "MediaPause" key value, which is used for media controllers, rather than to control applications and processes.
|
|
259
293
|
*/
|
|
260
|
-
Pause
|
|
294
|
+
readonly Pause: "Pause";
|
|
261
295
|
/**
|
|
262
296
|
* The Play key. Resumes a previously paused application, if applicable.
|
|
263
297
|
* This shouldn't be confused with the "MediaPlay" key value, which is used for media controllers, rather than to control applications and processes.
|
|
264
298
|
*/
|
|
265
|
-
Play
|
|
299
|
+
readonly Play: "Play";
|
|
266
300
|
/** The Props (Properties) key. */
|
|
267
|
-
Props
|
|
301
|
+
readonly Props: "Props";
|
|
268
302
|
/** The Select key. */
|
|
269
|
-
Select
|
|
303
|
+
readonly Select: "Select";
|
|
270
304
|
/** The ZoomIn key. */
|
|
271
|
-
ZoomIn
|
|
305
|
+
readonly ZoomIn: "ZoomIn";
|
|
272
306
|
/** The ZoomOut key. */
|
|
273
|
-
ZoomOut
|
|
307
|
+
readonly ZoomOut: "ZoomOut";
|
|
274
308
|
/** The Brightness Down key. Typically used to reduce the brightness of the display. */
|
|
275
|
-
BrightnessDown
|
|
309
|
+
readonly BrightnessDown: "BrightnessDown";
|
|
276
310
|
/** The Brightness Up key. Typically increases the brightness of the display. */
|
|
277
|
-
BrightnessUp
|
|
311
|
+
readonly BrightnessUp: "BrightnessUp";
|
|
278
312
|
/** The Eject key. Ejects removable media (or toggles an optical storage device tray open and closed). */
|
|
279
|
-
Eject
|
|
313
|
+
readonly Eject: "Eject";
|
|
280
314
|
/** The LogOff key. */
|
|
281
|
-
LogOff
|
|
315
|
+
readonly LogOff: "LogOff";
|
|
282
316
|
/**
|
|
283
317
|
* The Power button or key, to toggle power on and off.
|
|
284
318
|
* Not all systems pass this key through to to the user agent.
|
|
285
319
|
*/
|
|
286
|
-
Power
|
|
320
|
+
readonly Power: "Power";
|
|
287
321
|
/** The PowerOff or PowerDown key. Shuts off the system. */
|
|
288
|
-
PowerOff
|
|
322
|
+
readonly PowerOff: "PowerOff";
|
|
289
323
|
/** The PrintScreen or PrtScr key. Sometimes SnapShot. Captures the screen and prints it or saves it to disk. */
|
|
290
|
-
PrintScreen
|
|
324
|
+
readonly PrintScreen: "PrintScreen";
|
|
291
325
|
/** The Hibernate key. This saves the state of the computer to disk and then shuts down; the computer can be returned to its previous state by restoring the saved state information. */
|
|
292
|
-
Hibernate
|
|
326
|
+
readonly Hibernate: "Hibernate";
|
|
293
327
|
/** The Standby key; also known as Suspend or Sleep. This turns off the display and puts the computer in a low power consumption mode, without completely powering off. */
|
|
294
|
-
Standby
|
|
328
|
+
readonly Standby: "Standby";
|
|
295
329
|
/** The WakeUp key; used to wake the computer from the hibernation or standby modes. */
|
|
296
|
-
WakeUp
|
|
330
|
+
readonly WakeUp: "WakeUp";
|
|
297
331
|
/** The All Candidates key, which starts multi-candidate mode, in which multiple candidates are displayed for the ongoing input. */
|
|
298
|
-
AllCandidates
|
|
332
|
+
readonly AllCandidates: "AllCandidates";
|
|
299
333
|
/** The Alphanumeric key. */
|
|
300
|
-
Alphanumeric
|
|
334
|
+
readonly Alphanumeric: "Alphanumeric";
|
|
301
335
|
/** The Code Input key, which enables code input mode, which lets the user enter characters by typing their code points (their Unicode character numbers, typically). */
|
|
302
|
-
CodeInput
|
|
336
|
+
readonly CodeInput: "CodeInput";
|
|
303
337
|
/** The Compose key. */
|
|
304
|
-
Compose
|
|
338
|
+
readonly Compose: "Compose";
|
|
305
339
|
/** The Convert key, which instructs the IME to convert the current input method sequence into the resulting character. */
|
|
306
|
-
Convert
|
|
340
|
+
readonly Convert: "Convert";
|
|
307
341
|
/** A dead "combining" key; that is, a key which is used in tandem with other keys to generate accented and other modified characters. If pressed by itself, it doesn't generate a character. If you wish to identify which specific dead key was pressed (in cases where more than one exists), you can do so by examining the KeyboardEvent's associated compositionupdate event's data property. */
|
|
308
|
-
Dead
|
|
342
|
+
readonly Dead: "Dead";
|
|
309
343
|
/** The Final (Final Mode) key is used on some Asian keyboards to enter final mode when using IMEs. */
|
|
310
|
-
FinalMode
|
|
344
|
+
readonly FinalMode: "FinalMode";
|
|
311
345
|
/** Switches to the first character group on an ISO/IEC 9995 keyboard. Each key may have multiple groups of characters, each in its own column. Pressing this key instructs the device to interpret keypresses as coming from the first column on subsequent keystrokes. */
|
|
312
|
-
GroupFirst
|
|
346
|
+
readonly GroupFirst: "GroupFirst";
|
|
313
347
|
/** Switches to the last character group on an ISO/IEC 9995 keyboard. */
|
|
314
|
-
GroupLast
|
|
348
|
+
readonly GroupLast: "GroupLast";
|
|
315
349
|
/** Switches to the next character group on an ISO/IEC 9995 keyboard. */
|
|
316
|
-
GroupNext
|
|
350
|
+
readonly GroupNext: "GroupNext";
|
|
317
351
|
/** Switches to the previous character group on an ISO/IEC 9995 keyboard. */
|
|
318
|
-
GroupPrevious
|
|
352
|
+
readonly GroupPrevious: "GroupPrevious";
|
|
319
353
|
/** The Mode Change key. Toggles or cycles among input modes of IMEs. */
|
|
320
|
-
ModeChange
|
|
354
|
+
readonly ModeChange: "ModeChange";
|
|
321
355
|
/** The Next Candidate function key. Selects the next possible match for the ongoing input. */
|
|
322
|
-
NextCandidate
|
|
356
|
+
readonly NextCandidate: "NextCandidate";
|
|
323
357
|
/** The NonConvert ("Don't convert") key. This accepts the current input method sequence without running conversion when using an IME. */
|
|
324
|
-
NonConvert
|
|
358
|
+
readonly NonConvert: "NonConvert";
|
|
325
359
|
/** The Previous Candidate key. Selects the previous possible match for the ongoing input. */
|
|
326
|
-
PreviousCandidate
|
|
360
|
+
readonly PreviousCandidate: "PreviousCandidate";
|
|
327
361
|
/** The Process key. Instructs the IME to process the conversion. */
|
|
328
|
-
Process
|
|
362
|
+
readonly Process: "Process";
|
|
329
363
|
/** The Single Candidate key. Enables single candidate mode (as opposed to multi-candidate mode); in this mode, only one candidate is displayed at a time. */
|
|
330
|
-
SingleCandidate
|
|
364
|
+
readonly SingleCandidate: "SingleCandidate";
|
|
331
365
|
/** The Hangul (Korean character set) mode key, which toggles between Hangul and English entry modes. */
|
|
332
|
-
HangulMode
|
|
366
|
+
readonly HangulMode: "HangulMode";
|
|
333
367
|
/** Selects the Hanja mode, for converting Hangul characters to the more specific Hanja characters. */
|
|
334
|
-
HanjaMode
|
|
368
|
+
readonly HanjaMode: "HanjaMode";
|
|
335
369
|
/** Selects the Junja mode, in which Korean is represented using single-byte Latin characters. */
|
|
336
|
-
JunjaMode
|
|
370
|
+
readonly JunjaMode: "JunjaMode";
|
|
337
371
|
/** The Eisu key. This key's purpose is defined by the IME, but may be used to close the IME. */
|
|
338
|
-
Eisu
|
|
372
|
+
readonly Eisu: "Eisu";
|
|
339
373
|
/** The Hankaku (half-width characters) key. */
|
|
340
|
-
Hankaku
|
|
374
|
+
readonly Hankaku: "Hankaku";
|
|
341
375
|
/** The Hiragana key; selects Kana characters mode. */
|
|
342
|
-
Hiragana
|
|
376
|
+
readonly Hiragana: "Hiragana";
|
|
343
377
|
/** Toggles between the Hiragana and Katakana writing systems. */
|
|
344
|
-
HiraganaKatakana
|
|
378
|
+
readonly HiraganaKatakana: "HiraganaKatakana";
|
|
345
379
|
/** The Kana Mode (Kana Lock) key. */
|
|
346
|
-
KanaMode
|
|
380
|
+
readonly KanaMode: "KanaMode";
|
|
347
381
|
/** The Kanji Mode key. Enables entering Japanese text using the ideographic characters of Chinese origin. */
|
|
348
|
-
KanjiMode
|
|
382
|
+
readonly KanjiMode: "KanjiMode";
|
|
349
383
|
/** The Katakana key. */
|
|
350
|
-
Katakana
|
|
384
|
+
readonly Katakana: "Katakana";
|
|
351
385
|
/** The Romaji key; selects the Roman character set. */
|
|
352
|
-
Romaji
|
|
386
|
+
readonly Romaji: "Romaji";
|
|
353
387
|
/** The Zenkaku (full width) characters key. */
|
|
354
|
-
Zenkaku
|
|
388
|
+
readonly Zenkaku: "Zenkaku";
|
|
355
389
|
/** The Zenkaku/Hankaku (full width/half width) toggle key. */
|
|
356
|
-
ZenkakuHanaku
|
|
390
|
+
readonly ZenkakuHanaku: "ZenkakuHanaku";
|
|
357
391
|
/** The first general-purpose function key, F1. */
|
|
358
|
-
F1
|
|
392
|
+
readonly F1: "F1";
|
|
359
393
|
/** The F2 key. */
|
|
360
|
-
F2
|
|
394
|
+
readonly F2: "F2";
|
|
361
395
|
/** The F3 key. */
|
|
362
|
-
F3
|
|
396
|
+
readonly F3: "F3";
|
|
363
397
|
/** The F4 key. */
|
|
364
|
-
F4
|
|
398
|
+
readonly F4: "F4";
|
|
365
399
|
/** The F5 key. */
|
|
366
|
-
F5
|
|
400
|
+
readonly F5: "F5";
|
|
367
401
|
/** The F6 key. */
|
|
368
|
-
F6
|
|
402
|
+
readonly F6: "F6";
|
|
369
403
|
/** The F7 key. */
|
|
370
|
-
F7
|
|
404
|
+
readonly F7: "F7";
|
|
371
405
|
/** The F8 key. */
|
|
372
|
-
F8
|
|
406
|
+
readonly F8: "F8";
|
|
373
407
|
/** The F9 key. */
|
|
374
|
-
F9
|
|
408
|
+
readonly F9: "F9";
|
|
375
409
|
/** The F10 key. */
|
|
376
|
-
F10
|
|
410
|
+
readonly F10: "F10";
|
|
377
411
|
/** The F11 key. */
|
|
378
|
-
F11
|
|
412
|
+
readonly F11: "F11";
|
|
379
413
|
/** The F12 key. */
|
|
380
|
-
F12
|
|
414
|
+
readonly F12: "F12";
|
|
381
415
|
/** The F13 key. */
|
|
382
|
-
F13
|
|
416
|
+
readonly F13: "F13";
|
|
383
417
|
/** The F14 key. */
|
|
384
|
-
F14
|
|
418
|
+
readonly F14: "F14";
|
|
385
419
|
/** The F15 key. */
|
|
386
|
-
F15
|
|
420
|
+
readonly F15: "F15";
|
|
387
421
|
/** The F16 key. */
|
|
388
|
-
F16
|
|
422
|
+
readonly F16: "F16";
|
|
389
423
|
/** The F17 key. */
|
|
390
|
-
F17
|
|
424
|
+
readonly F17: "F17";
|
|
391
425
|
/** The F18 key. */
|
|
392
|
-
F18
|
|
426
|
+
readonly F18: "F18";
|
|
393
427
|
/** The F19 key. */
|
|
394
|
-
F19
|
|
428
|
+
readonly F19: "F19";
|
|
395
429
|
/** The F20 key. */
|
|
396
|
-
F20
|
|
430
|
+
readonly F20: "F20";
|
|
397
431
|
/** The first general-purpose virtual function key. */
|
|
398
|
-
Soft1
|
|
432
|
+
readonly Soft1: "Soft1";
|
|
399
433
|
/** The second general-purpose virtual function key. */
|
|
400
|
-
Soft2
|
|
434
|
+
readonly Soft2: "Soft2";
|
|
401
435
|
/** The third general-purpose virtual function key. */
|
|
402
|
-
Soft3
|
|
436
|
+
readonly Soft3: "Soft3";
|
|
403
437
|
/** The fourth general-purpose virtual function key. */
|
|
404
|
-
Soft4
|
|
438
|
+
readonly Soft4: "Soft4";
|
|
405
439
|
/** Presents a list of recently-used applications which lets the user change apps quickly. */
|
|
406
|
-
AppSwitch
|
|
440
|
+
readonly AppSwitch: "AppSwitch";
|
|
407
441
|
/** The Call key; dials the number which has been entered. */
|
|
408
|
-
Call
|
|
442
|
+
readonly Call: "Call";
|
|
409
443
|
/** The Camera key; activates the camera. */
|
|
410
|
-
Camera
|
|
444
|
+
readonly Camera: "Camera";
|
|
411
445
|
/** The Focus key; focuses the camera. */
|
|
412
|
-
CameraFocus
|
|
446
|
+
readonly CameraFocus: "CameraFocus";
|
|
413
447
|
/** The End Call or Hang Up button. */
|
|
414
|
-
EndCall
|
|
448
|
+
readonly EndCall: "EndCall";
|
|
415
449
|
/** The Back button. */
|
|
416
|
-
GoBack
|
|
450
|
+
readonly GoBack: "GoBack";
|
|
417
451
|
/** The Home button, which takes the user to the phone's main screen (usually an application launcher). */
|
|
418
|
-
GoHome
|
|
452
|
+
readonly GoHome: "GoHome";
|
|
419
453
|
/** The Headset Hook key. This is typically actually a button on the headset which is used to hang up calls and play or pause media. */
|
|
420
|
-
HeadsetHook
|
|
454
|
+
readonly HeadsetHook: "HeadsetHook";
|
|
421
455
|
/** The Redial button, which redials the last-called number. */
|
|
422
|
-
LastNumberRedial
|
|
456
|
+
readonly LastNumberRedial: "LastNumberRedial";
|
|
423
457
|
/** The Notification key. */
|
|
424
|
-
Notification
|
|
458
|
+
readonly Notification: "Notification";
|
|
425
459
|
/** A button which cycles among the notification modes: silent, vibrate, ring, and so forth. */
|
|
426
|
-
MannerMode
|
|
460
|
+
readonly MannerMode: "MannerMode";
|
|
427
461
|
/** The Voice Dial key. Initiates voice dialing. */
|
|
428
|
-
VoiceDial
|
|
462
|
+
readonly VoiceDial: "VoiceDial";
|
|
429
463
|
/** Switches to the previous channel. */
|
|
430
|
-
ChannelDown
|
|
464
|
+
readonly ChannelDown: "ChannelDown";
|
|
431
465
|
/** Switches to the next channel. */
|
|
432
|
-
ChannelUp
|
|
466
|
+
readonly ChannelUp: "ChannelUp";
|
|
433
467
|
/** Starts, continues, or increases the speed of fast forwarding the media. */
|
|
434
|
-
MediaFastForward
|
|
468
|
+
readonly MediaFastForward: "MediaFastForward";
|
|
435
469
|
/** Pauses the currently playing media. Some older applications use simply "Pause" but this is not correct. */
|
|
436
|
-
MediaPause
|
|
470
|
+
readonly MediaPause: "MediaPause";
|
|
437
471
|
/** Starts or continues playing media at normal speed, if not already doing so. Has no effect otherwise. */
|
|
438
|
-
MediaPlay
|
|
472
|
+
readonly MediaPlay: "MediaPlay";
|
|
439
473
|
/** Toggles between playing and pausing the current media. */
|
|
440
|
-
MediaPlayPause
|
|
474
|
+
readonly MediaPlayPause: "MediaPlayPause";
|
|
441
475
|
/** Starts or resumes recording media. */
|
|
442
|
-
MediaRecord
|
|
476
|
+
readonly MediaRecord: "MediaRecord";
|
|
443
477
|
/** Starts, continues, or increases the speed of rewinding the media. */
|
|
444
|
-
MediaRewind
|
|
478
|
+
readonly MediaRewind: "MediaRewind";
|
|
445
479
|
/** Stops the current media activity (such as playing, recording, pausing, forwarding, or rewinding). Has no effect if the media is currently stopped already. */
|
|
446
|
-
MediaStop
|
|
480
|
+
readonly MediaStop: "MediaStop";
|
|
447
481
|
/** Seeks to the next media or program track. */
|
|
448
|
-
MediaTrackNext
|
|
482
|
+
readonly MediaTrackNext: "MediaTrackNext";
|
|
449
483
|
/** Seeks to the previous media or program track. */
|
|
450
|
-
MediaTrackPrevious
|
|
484
|
+
readonly MediaTrackPrevious: "MediaTrackPrevious";
|
|
451
485
|
/** Adjusts audio balance toward the left. */
|
|
452
|
-
AudioBalanceLeft
|
|
453
|
-
/** Adjusts audio balance
|
|
454
|
-
AudioBalanceRight
|
|
486
|
+
readonly AudioBalanceLeft: "AudioBalanceLeft";
|
|
487
|
+
/** Adjusts audio balance toward the right. */
|
|
488
|
+
readonly AudioBalanceRight: "AudioBalanceRight";
|
|
455
489
|
/** Decreases the amount of bass. */
|
|
456
|
-
AudioBassDown
|
|
490
|
+
readonly AudioBassDown: "AudioBassDown";
|
|
457
491
|
/** Reduces bass boosting or cycles downward through bass boost modes or states. */
|
|
458
|
-
AudioBassBoostDown
|
|
492
|
+
readonly AudioBassBoostDown: "AudioBassBoostDown";
|
|
459
493
|
/** Toggles bass boosting on and off. */
|
|
460
|
-
AudioBassBoostToggle
|
|
461
|
-
/** Increases the
|
|
462
|
-
AudioBassBoostUp
|
|
494
|
+
readonly AudioBassBoostToggle: "AudioBassBoostToggle";
|
|
495
|
+
/** Increases the among of bass boosting, or cycles upward through a set of bass boost modes or states. */
|
|
496
|
+
readonly AudioBassBoostUp: "AudioBassBoostUp";
|
|
463
497
|
/** Increases the amount of bass. */
|
|
464
|
-
AudioBassUp
|
|
498
|
+
readonly AudioBassUp: "AudioBassUp";
|
|
465
499
|
/** Adjusts the audio fader toward the front. */
|
|
466
|
-
AudioFaderFront
|
|
467
|
-
/**
|
|
468
|
-
AudioFaderRear
|
|
500
|
+
readonly AudioFaderFront: "AudioFaderFront";
|
|
501
|
+
/** Adjusts the audio fader toward the rear. */
|
|
502
|
+
readonly AudioFaderRear: "AudioFaderRear";
|
|
469
503
|
/** Selects the next available surround sound mode. */
|
|
470
|
-
AudioSurroundModeNext
|
|
504
|
+
readonly AudioSurroundModeNext: "AudioSurroundModeNext";
|
|
471
505
|
/** Decreases the amount of treble. */
|
|
472
|
-
AudioTrebleDown
|
|
506
|
+
readonly AudioTrebleDown: "AudioTrebleDown";
|
|
473
507
|
/** Increases the amount of treble. */
|
|
474
|
-
AudioTrebleUp
|
|
508
|
+
readonly AudioTrebleUp: "AudioTrebleUp";
|
|
475
509
|
/** Decreases the audio volume. */
|
|
476
|
-
AudioVolumeDown
|
|
510
|
+
readonly AudioVolumeDown: "AudioVolumeDown";
|
|
477
511
|
/** Mutes the audio. */
|
|
478
|
-
AudioVolumeMute
|
|
512
|
+
readonly AudioVolumeMute: "AudioVolumeMute";
|
|
479
513
|
/** Increases the audio volume. */
|
|
480
|
-
AudioVolumeUp
|
|
514
|
+
readonly AudioVolumeUp: "AudioVolumeUp";
|
|
481
515
|
/** Toggles the microphone on and off. */
|
|
482
|
-
MicrophoneToggle
|
|
516
|
+
readonly MicrophoneToggle: "MicrophoneToggle";
|
|
483
517
|
/** Decreases the microphone's input volume. */
|
|
484
|
-
MicrophoneVolumeDown
|
|
518
|
+
readonly MicrophoneVolumeDown: "MicrophoneVolumeDown";
|
|
485
519
|
/** Mutes the microphone input. */
|
|
486
|
-
MicrophoneVolumeMute
|
|
520
|
+
readonly MicrophoneVolumeMute: "MicrophoneVolumeMute";
|
|
487
521
|
/** Increases the microphone's input volume. */
|
|
488
|
-
MicrophoneVolumeUp
|
|
522
|
+
readonly MicrophoneVolumeUp: "MicrophoneVolumeUp";
|
|
489
523
|
/** Switches into TV viewing mode. */
|
|
490
|
-
TV
|
|
524
|
+
readonly TV: "TV";
|
|
491
525
|
/** Toggles 3D TV mode on and off. */
|
|
492
|
-
TV3DMode
|
|
526
|
+
readonly TV3DMode: "TV3DMode";
|
|
493
527
|
/** Toggles between antenna and cable inputs. */
|
|
494
|
-
TVAntennaCable
|
|
528
|
+
readonly TVAntennaCable: "TVAntennaCable";
|
|
495
529
|
/** Toggles audio description mode on and off. */
|
|
496
|
-
TVAudioDescription
|
|
497
|
-
/** Decreases
|
|
498
|
-
TVAudioDescriptionMixDown
|
|
530
|
+
readonly TVAudioDescription: "TVAudioDescription";
|
|
531
|
+
/** Decreases the audio description's mixing volume; reduces the volume of the audio descriptions relative to the program sound. */
|
|
532
|
+
readonly TVAudioDescriptionMixDown: "TVAudioDescriptionMixDown";
|
|
499
533
|
/** Increases the audio description's mixing volume; increases the volume of the audio descriptions relative to the program sound. */
|
|
500
|
-
TVAudioDescriptionMixUp
|
|
534
|
+
readonly TVAudioDescriptionMixUp: "TVAudioDescriptionMixUp";
|
|
501
535
|
/** Displays or hides the media contents available for playback (this may be a channel guide showing the currently airing programs, or a list of media files to play). */
|
|
502
|
-
TVContentsMenu
|
|
536
|
+
readonly TVContentsMenu: "TVContentsMenu";
|
|
503
537
|
/** Displays or hides the TV's data service menu. */
|
|
504
|
-
TVDataService
|
|
538
|
+
readonly TVDataService: "TVDataService";
|
|
505
539
|
/** Cycles the input mode on an external TV. */
|
|
506
|
-
TVInput
|
|
540
|
+
readonly TVInput: "TVInput";
|
|
507
541
|
/** Switches to the input "Component 1." */
|
|
508
|
-
TVInputComponent1
|
|
542
|
+
readonly TVInputComponent1: "TVInputComponent1";
|
|
509
543
|
/** Switches to the input "Component 2." */
|
|
510
|
-
TVInputComponent2
|
|
544
|
+
readonly TVInputComponent2: "TVInputComponent2";
|
|
511
545
|
/** Switches to the input "Composite 1." */
|
|
512
|
-
TVInputComposite1
|
|
546
|
+
readonly TVInputComposite1: "TVInputComposite1";
|
|
513
547
|
/** Switches to the input "Composite 2." */
|
|
514
|
-
TVInputComposite2
|
|
548
|
+
readonly TVInputComposite2: "TVInputComposite2";
|
|
515
549
|
/** Switches to the input "HDMI 1." */
|
|
516
|
-
TVInputHDMI1
|
|
550
|
+
readonly TVInputHDMI1: "TVInputHDMI1";
|
|
517
551
|
/** Switches to the input "HDMI 2." */
|
|
518
|
-
TVInputHDMI2
|
|
552
|
+
readonly TVInputHDMI2: "TVInputHDMI2";
|
|
519
553
|
/** Switches to the input "HDMI 3." */
|
|
520
|
-
TVInputHDMI3
|
|
554
|
+
readonly TVInputHDMI3: "TVInputHDMI3";
|
|
521
555
|
/** Switches to the input "HDMI 4." */
|
|
522
|
-
TVInputHDMI4
|
|
556
|
+
readonly TVInputHDMI4: "TVInputHDMI4";
|
|
523
557
|
/** Switches to the input "VGA 1." */
|
|
524
|
-
TVInputVGA1
|
|
558
|
+
readonly TVInputVGA1: "TVInputVGA1";
|
|
525
559
|
/** The Media Context menu key. */
|
|
526
|
-
TVMediaContext
|
|
560
|
+
readonly TVMediaContext: "TVMediaContext";
|
|
527
561
|
/** Toggle the TV's network connection on and off. */
|
|
528
|
-
TVNetwork
|
|
562
|
+
readonly TVNetwork: "TVNetwork";
|
|
529
563
|
/** Put the TV into number entry mode. */
|
|
530
|
-
TVNumberEntry
|
|
564
|
+
readonly TVNumberEntry: "TVNumberEntry";
|
|
531
565
|
/** The device's power button. */
|
|
532
|
-
TVPower
|
|
566
|
+
readonly TVPower: "TVPower";
|
|
533
567
|
/** Radio button. */
|
|
534
|
-
TVRadioService
|
|
568
|
+
readonly TVRadioService: "TVRadioService";
|
|
535
569
|
/** Satellite button. */
|
|
536
|
-
TVSatellite
|
|
570
|
+
readonly TVSatellite: "TVSatellite";
|
|
537
571
|
/** Broadcast Satellite button. */
|
|
538
|
-
TVSatelliteBS
|
|
572
|
+
readonly TVSatelliteBS: "TVSatelliteBS";
|
|
539
573
|
/** Communication Satellite button. */
|
|
540
|
-
TVSatelliteCS
|
|
574
|
+
readonly TVSatelliteCS: "TVSatelliteCS";
|
|
541
575
|
/** Toggles among available satellites. */
|
|
542
|
-
TVSatelliteToggle
|
|
576
|
+
readonly TVSatelliteToggle: "TVSatelliteToggle";
|
|
543
577
|
/** Selects analog terrestrial television service (analog cable or antenna reception). */
|
|
544
|
-
TVTerrestrialAnalog
|
|
545
|
-
/** Selects digital terrestrial television service (digital cable or antenna
|
|
546
|
-
TVTerrestrialDigital
|
|
578
|
+
readonly TVTerrestrialAnalog: "TVTerrestrialAnalog";
|
|
579
|
+
/** Selects digital terrestrial television service (digital cable or antenna reception). */
|
|
580
|
+
readonly TVTerrestrialDigital: "TVTerrestrialDigital";
|
|
547
581
|
/** Timer programming button. */
|
|
548
|
-
TVTimer
|
|
582
|
+
readonly TVTimer: "TVTimer";
|
|
549
583
|
/** Changes the input mode on an external audio/video receiver (AVR) unit. */
|
|
550
|
-
AVRInput
|
|
584
|
+
readonly AVRInput: "AVRInput";
|
|
551
585
|
/** Toggles the power on an external AVR unit. */
|
|
552
|
-
AVRPower
|
|
586
|
+
readonly AVRPower: "AVRPower";
|
|
553
587
|
/** General-purpose media function key, color-coded red; this has index 0 among the colored keys. */
|
|
554
|
-
ColorF0Red
|
|
555
|
-
/** General-purpose media
|
|
556
|
-
ColorF1Green
|
|
557
|
-
/** General-purpose media
|
|
558
|
-
ColorF2Yellow
|
|
559
|
-
/** General-purpose media
|
|
560
|
-
ColorF3Blue
|
|
561
|
-
/** General-purpose media
|
|
562
|
-
ColorF4Grey
|
|
563
|
-
/** General-purpose media
|
|
564
|
-
ColorF5Brown
|
|
588
|
+
readonly ColorF0Red: "ColorF0Red";
|
|
589
|
+
/** General-purpose media function key, color-coded green; this has index 1 among the colored keys. */
|
|
590
|
+
readonly ColorF1Green: "ColorF1Green";
|
|
591
|
+
/** General-purpose media function key, color-coded yellow; this has index 2 among the colored keys. */
|
|
592
|
+
readonly ColorF2Yellow: "ColorF2Yellow";
|
|
593
|
+
/** General-purpose media function key, color-coded blue; this has index 3 among the colored keys. */
|
|
594
|
+
readonly ColorF3Blue: "ColorF3Blue";
|
|
595
|
+
/** General-purpose media function key, color-coded grey; this has index 4 among the colored keys. */
|
|
596
|
+
readonly ColorF4Grey: "ColorF4Grey";
|
|
597
|
+
/** General-purpose media function key, color-coded brown; this has index 5 among the colored keys. */
|
|
598
|
+
readonly ColorF5Brown: "ColorF5Brown";
|
|
565
599
|
/** Toggles closed captioning on and off. */
|
|
566
|
-
ClosedCaptionToggle
|
|
600
|
+
readonly ClosedCaptionToggle: "ClosedCaptionToggle";
|
|
567
601
|
/** Adjusts the brightness of the device by toggling between two brightness levels or by cycling among multiple brightness levels. */
|
|
568
|
-
Dimmer
|
|
602
|
+
readonly Dimmer: "Dimmer";
|
|
569
603
|
/** Cycles among video sources. */
|
|
570
|
-
DisplaySwap
|
|
604
|
+
readonly DisplaySwap: "DisplaySwap";
|
|
571
605
|
/** Switches the input source to the Digital Video Recorder (DVR). */
|
|
572
|
-
DVR
|
|
573
|
-
/** The Exit button, which exits the
|
|
574
|
-
Exit
|
|
606
|
+
readonly DVR: "DVR";
|
|
607
|
+
/** The Exit button, which exits the current application or menu. */
|
|
608
|
+
readonly Exit: "Exit";
|
|
575
609
|
/** Clears the program or content stored in the first favorites list slot. */
|
|
576
|
-
FavoriteClear0
|
|
610
|
+
readonly FavoriteClear0: "FavoriteClear0";
|
|
577
611
|
/** Clears the program or content stored in the second favorites list slot. */
|
|
578
|
-
FavoriteClear1
|
|
612
|
+
readonly FavoriteClear1: "FavoriteClear1";
|
|
579
613
|
/** Clears the program or content stored in the third favorites list slot. */
|
|
580
|
-
FavoriteClear2
|
|
614
|
+
readonly FavoriteClear2: "FavoriteClear2";
|
|
581
615
|
/** Clears the program or content stored in the fourth favorites list slot. */
|
|
582
|
-
FavoriteClear3
|
|
616
|
+
readonly FavoriteClear3: "FavoriteClear3";
|
|
583
617
|
/** Selects (recalls) the program or content stored in the first favorites list slot. */
|
|
584
|
-
FavoriteRecall0
|
|
618
|
+
readonly FavoriteRecall0: "FavoriteRecall0";
|
|
585
619
|
/** Selects (recalls) the program or content stored in the second favorites list slot. */
|
|
586
|
-
FavoriteRecall1
|
|
620
|
+
readonly FavoriteRecall1: "FavoriteRecall1";
|
|
587
621
|
/** Selects (recalls) the program or content stored in the third favorites list slot. */
|
|
588
|
-
FavoriteRecall2
|
|
622
|
+
readonly FavoriteRecall2: "FavoriteRecall2";
|
|
589
623
|
/** Selects (recalls) the program or content stored in the fourth favorites list slot. */
|
|
590
|
-
FavoriteRecall3
|
|
624
|
+
readonly FavoriteRecall3: "FavoriteRecall3";
|
|
591
625
|
/** Stores the current program or content into the first favorites list slot. */
|
|
592
|
-
FavoriteStore0
|
|
626
|
+
readonly FavoriteStore0: "FavoriteStore0";
|
|
593
627
|
/** Stores the current program or content into the second favorites list slot. */
|
|
594
|
-
FavoriteStore1
|
|
628
|
+
readonly FavoriteStore1: "FavoriteStore1";
|
|
595
629
|
/** Stores the current program or content into the third favorites list slot. */
|
|
596
|
-
FavoriteStore2
|
|
630
|
+
readonly FavoriteStore2: "FavoriteStore2";
|
|
597
631
|
/** Stores the current program or content into the fourth favorites list slot. */
|
|
598
|
-
FavoriteStore3
|
|
632
|
+
readonly FavoriteStore3: "FavoriteStore3";
|
|
599
633
|
/** Toggles the display of the program or content guide. */
|
|
600
|
-
Guide
|
|
634
|
+
readonly Guide: "Guide";
|
|
601
635
|
/** If the guide is currently displayed, this button tells the guide to display the next day's content. */
|
|
602
|
-
GuideNextDay
|
|
636
|
+
readonly GuideNextDay: "GuideNextDay";
|
|
603
637
|
/** If the guide is currently displayed, this button tells the guide to display the previous day's content. */
|
|
604
|
-
GuidePreviousDay
|
|
638
|
+
readonly GuidePreviousDay: "GuidePreviousDay";
|
|
605
639
|
/** Toggles the display of information about the currently selected content, program, or media. */
|
|
606
|
-
Info
|
|
607
|
-
/**
|
|
608
|
-
InstantReplay
|
|
609
|
-
/** Opens content
|
|
610
|
-
Link
|
|
640
|
+
readonly Info: "Info";
|
|
641
|
+
/** Tells the device to perform an instant replay (typically some form of jumping back a short amount of time then playing it again, possibly but not usually in slow motion). */
|
|
642
|
+
readonly InstantReplay: "InstantReplay";
|
|
643
|
+
/** Opens content linked to the current program, if available and possible. */
|
|
644
|
+
readonly Link: "Link";
|
|
611
645
|
/** Lists the current program. */
|
|
612
|
-
ListProgram
|
|
646
|
+
readonly ListProgram: "ListProgram";
|
|
613
647
|
/** Toggles a display listing currently available live content or programs. */
|
|
614
|
-
LiveContent
|
|
615
|
-
/** Locks or unlocks the currently selected content or
|
|
616
|
-
Lock
|
|
648
|
+
readonly LiveContent: "LiveContent";
|
|
649
|
+
/** Locks or unlocks the currently selected content or program. */
|
|
650
|
+
readonly Lock: "Lock";
|
|
617
651
|
/** Presents a list of media applications, such as photo viewers, audio and video players, and games. [1] */
|
|
618
|
-
MediaApps
|
|
652
|
+
readonly MediaApps: "MediaApps";
|
|
619
653
|
/** The Audio Track key. */
|
|
620
|
-
MediaAudioTrack
|
|
654
|
+
readonly MediaAudioTrack: "MediaAudioTrack";
|
|
621
655
|
/** Jumps back to the last-viewed content, program, or other media. */
|
|
622
|
-
MediaLast
|
|
656
|
+
readonly MediaLast: "MediaLast";
|
|
623
657
|
/** Skips backward to the previous content or program. */
|
|
624
|
-
MediaSkipBackward
|
|
658
|
+
readonly MediaSkipBackward: "MediaSkipBackward";
|
|
625
659
|
/** Skips forward to the next content or program. */
|
|
626
|
-
MediaSkipForward
|
|
660
|
+
readonly MediaSkipForward: "MediaSkipForward";
|
|
627
661
|
/** Steps backward to the previous content or program. */
|
|
628
|
-
MediaStepBackward
|
|
662
|
+
readonly MediaStepBackward: "MediaStepBackward";
|
|
629
663
|
/** Steps forward to the next content or program. */
|
|
630
|
-
MediaStepForward
|
|
664
|
+
readonly MediaStepForward: "MediaStepForward";
|
|
631
665
|
/** Top Menu button; opens the media's main menu, such as on a DVD or Blu-Ray disc. */
|
|
632
|
-
MediaTopMenu
|
|
666
|
+
readonly MediaTopMenu: "MediaTopMenu";
|
|
633
667
|
/** Navigates into a submenu or option. */
|
|
634
|
-
NavigateIn
|
|
668
|
+
readonly NavigateIn: "NavigateIn";
|
|
635
669
|
/** Navigates to the next item. */
|
|
636
|
-
NavigateNext
|
|
670
|
+
readonly NavigateNext: "NavigateNext";
|
|
637
671
|
/** Navigates out of the current screen or menu. */
|
|
638
|
-
NavigateOut
|
|
672
|
+
readonly NavigateOut: "NavigateOut";
|
|
639
673
|
/** Navigates to the previous item. */
|
|
640
|
-
NavigatePrevious
|
|
674
|
+
readonly NavigatePrevious: "NavigatePrevious";
|
|
641
675
|
/** Cycles to the next channel in the favorites list. */
|
|
642
|
-
NextFavoriteChannel
|
|
676
|
+
readonly NextFavoriteChannel: "NextFavoriteChannel";
|
|
643
677
|
/** Cycles to the next saved user profile, if this feature is supported and multiple profiles exist. */
|
|
644
|
-
NextUserProfile
|
|
678
|
+
readonly NextUserProfile: "NextUserProfile";
|
|
645
679
|
/** Opens the user interface for selecting on demand content or programs to watch. */
|
|
646
|
-
OnDemand
|
|
680
|
+
readonly OnDemand: "OnDemand";
|
|
647
681
|
/** Starts the process of pairing the remote with a device to be controlled. */
|
|
648
|
-
Pairing
|
|
682
|
+
readonly Pairing: "Pairing";
|
|
649
683
|
/** A button to move the picture-in-picture view downward. */
|
|
650
|
-
PinPDown
|
|
684
|
+
readonly PinPDown: "PinPDown";
|
|
651
685
|
/** A button to control moving the picture-in-picture view. */
|
|
652
|
-
PinPMove
|
|
653
|
-
/** Toggles display of
|
|
654
|
-
PinPToggle
|
|
686
|
+
readonly PinPMove: "PinPMove";
|
|
687
|
+
/** Toggles display of the picture-in-picture view on and off. */
|
|
688
|
+
readonly PinPToggle: "PinPToggle";
|
|
655
689
|
/** A button to move the picture-in-picture view upward. */
|
|
656
|
-
PinPUp
|
|
690
|
+
readonly PinPUp: "PinPUp";
|
|
657
691
|
/** Decreases the media playback rate. */
|
|
658
|
-
PlaySpeedDown
|
|
692
|
+
readonly PlaySpeedDown: "PlaySpeedDown";
|
|
659
693
|
/** Returns the media playback rate to normal. */
|
|
660
|
-
PlaySpeedReset
|
|
694
|
+
readonly PlaySpeedReset: "PlaySpeedReset";
|
|
661
695
|
/** Increases the media playback rate. */
|
|
662
|
-
PlaySpeedUp
|
|
696
|
+
readonly PlaySpeedUp: "PlaySpeedUp";
|
|
663
697
|
/** Toggles random media (also known as "shuffle mode") on and off. */
|
|
664
|
-
RandomToggle
|
|
698
|
+
readonly RandomToggle: "RandomToggle";
|
|
665
699
|
/** A code sent when the remote control's battery is low. This doesn't actually correspond to a physical key at all. */
|
|
666
|
-
RcLowBattery
|
|
700
|
+
readonly RcLowBattery: "RcLowBattery";
|
|
667
701
|
/** Cycles among the available media recording speeds. */
|
|
668
|
-
RecordSpeedNext
|
|
702
|
+
readonly RecordSpeedNext: "RecordSpeedNext";
|
|
669
703
|
/** Toggles radio frequency (RF) input bypass mode on and off. RF bypass mode passes RF input directly to the RF output without any processing or filtering. */
|
|
670
|
-
RfBypass
|
|
704
|
+
readonly RfBypass: "RfBypass";
|
|
671
705
|
/** Toggles the channel scan mode on and off; this is a mode which flips through channels automatically until the user stops the scan. */
|
|
672
|
-
ScanChannelsToggle
|
|
706
|
+
readonly ScanChannelsToggle: "ScanChannelsToggle";
|
|
673
707
|
/** Cycles through the available screen display modes. */
|
|
674
|
-
ScreenModeNext
|
|
708
|
+
readonly ScreenModeNext: "ScreenModeNext";
|
|
675
709
|
/** Toggles display of the device's settings screen on and off. */
|
|
676
|
-
Settings
|
|
710
|
+
readonly Settings: "Settings";
|
|
677
711
|
/** Toggles split screen display mode on and off. */
|
|
678
|
-
SplitScreenToggle
|
|
712
|
+
readonly SplitScreenToggle: "SplitScreenToggle";
|
|
679
713
|
/** Cycles among input modes on an external set-top box (STB). */
|
|
680
|
-
STBInput
|
|
714
|
+
readonly STBInput: "STBInput";
|
|
681
715
|
/** Toggles on and off an external STB. */
|
|
682
|
-
STBPower
|
|
716
|
+
readonly STBPower: "STBPower";
|
|
683
717
|
/** Toggles the display of subtitles on and off if they're available. */
|
|
684
|
-
Subtitle
|
|
718
|
+
readonly Subtitle: "Subtitle";
|
|
685
719
|
/** Toggles display of teletext, if available. */
|
|
686
|
-
Teletext
|
|
720
|
+
readonly Teletext: "Teletext";
|
|
687
721
|
/** Cycles through the available video modes. */
|
|
688
|
-
VideoModeNext
|
|
722
|
+
readonly VideoModeNext: "VideoModeNext";
|
|
689
723
|
/** Causes the device to identify itself in some fashion, such as by flashing a light, briefly changing the brightness of indicator lights, or emitting a tone. */
|
|
690
|
-
Wink
|
|
724
|
+
readonly Wink: "Wink";
|
|
691
725
|
/** Toggles between full-screen and scaled content display, or otherwise change the magnification level. */
|
|
692
|
-
ZoomToggle
|
|
726
|
+
readonly ZoomToggle: "ZoomToggle";
|
|
693
727
|
/** Presents a list of possible corrections for a word which was incorrectly identified. */
|
|
694
|
-
SpeechCorrectionList
|
|
728
|
+
readonly SpeechCorrectionList: "SpeechCorrectionList";
|
|
695
729
|
/** Toggles between dictation mode and command/control mode. This lets the speech engine know whether to interpret spoken words as input text or as commands. */
|
|
696
|
-
SpeechInputToggle
|
|
730
|
+
readonly SpeechInputToggle: "SpeechInputToggle";
|
|
697
731
|
/** Closes the current document or message. Must not exit the application. */
|
|
698
|
-
Close
|
|
732
|
+
readonly Close: "Close";
|
|
699
733
|
/** Creates a new document or message. */
|
|
700
|
-
New
|
|
734
|
+
readonly New: "New";
|
|
701
735
|
/** Opens an existing document or message. */
|
|
702
|
-
Open
|
|
736
|
+
readonly Open: "Open";
|
|
703
737
|
/** Prints the current document or message. */
|
|
704
|
-
Print
|
|
738
|
+
readonly Print: "Print";
|
|
705
739
|
/** Saves the current document or message. */
|
|
706
|
-
Save
|
|
740
|
+
readonly Save: "Save";
|
|
707
741
|
/** Starts spell checking the current document. */
|
|
708
|
-
SpellCheck
|
|
742
|
+
readonly SpellCheck: "SpellCheck";
|
|
709
743
|
/** Opens the user interface to forward a message. */
|
|
710
|
-
MailForward
|
|
744
|
+
readonly MailForward: "MailForward";
|
|
711
745
|
/** Opens the user interface to reply to a message. */
|
|
712
|
-
MailReply
|
|
746
|
+
readonly MailReply: "MailReply";
|
|
713
747
|
/** Sends the current message. */
|
|
714
|
-
MailSend
|
|
748
|
+
readonly MailSend: "MailSend";
|
|
715
749
|
/** The Calculator key, often labeled with an icon. This is often used as a generic application launcher key (APPCOMMAND_LAUNCH_APP2). */
|
|
716
|
-
LaunchCalculator
|
|
750
|
+
readonly LaunchCalculator: "LaunchCalculator";
|
|
717
751
|
/** The Calendar key, often labeled with an icon. */
|
|
718
|
-
LaunchCalendar
|
|
752
|
+
readonly LaunchCalendar: "LaunchCalendar";
|
|
719
753
|
/** The Contacts key. */
|
|
720
|
-
LaunchContacts
|
|
754
|
+
readonly LaunchContacts: "LaunchContacts";
|
|
721
755
|
/** The Mail key. This is often displayed with an icon. */
|
|
722
|
-
LaunchMail
|
|
756
|
+
readonly LaunchMail: "LaunchMail";
|
|
723
757
|
/** The Media Player key. */
|
|
724
|
-
LaunchMediaPlayer
|
|
758
|
+
readonly LaunchMediaPlayer: "LaunchMediaPlayer";
|
|
725
759
|
/** The Music Player key, often labeled with an icon. */
|
|
726
|
-
LaunchMusicPlayer
|
|
760
|
+
readonly LaunchMusicPlayer: "LaunchMusicPlayer";
|
|
727
761
|
/** The My Computer key on Windows keyboards. This is often used as a generic application launcher key (APPCOMMAND_LAUNCH_APP1). */
|
|
728
|
-
LaunchMyComputer
|
|
762
|
+
readonly LaunchMyComputer: "LaunchMyComputer";
|
|
729
763
|
/** The Phone key, to open the phone dialer application if one is present. */
|
|
730
|
-
LaunchPhone
|
|
764
|
+
readonly LaunchPhone: "LaunchPhone";
|
|
731
765
|
/** The Screen Saver key. */
|
|
732
|
-
LaunchScreenSaver
|
|
766
|
+
readonly LaunchScreenSaver: "LaunchScreenSaver";
|
|
733
767
|
/** The Spreadsheet key. This key may be labeled with an icon. */
|
|
734
|
-
LaunchSpreadsheet
|
|
768
|
+
readonly LaunchSpreadsheet: "LaunchSpreadsheet";
|
|
735
769
|
/** The Web Browser key. This key is frequently labeled with an icon. */
|
|
736
|
-
LaunchWebBrowser
|
|
770
|
+
readonly LaunchWebBrowser: "LaunchWebBrowser";
|
|
737
771
|
/** The WebCam key. Opens the webcam application. */
|
|
738
|
-
LaunchWebCam
|
|
772
|
+
readonly LaunchWebCam: "LaunchWebCam";
|
|
739
773
|
/** The Word Processor key. This may be an icon of a specific word processor application, or a generic document icon. */
|
|
740
|
-
LaunchWordProcessor
|
|
774
|
+
readonly LaunchWordProcessor: "LaunchWordProcessor";
|
|
741
775
|
/** The first generic application launcher button. */
|
|
742
|
-
LaunchApplication1
|
|
776
|
+
readonly LaunchApplication1: "LaunchApplication1";
|
|
743
777
|
/** The second generic application launcher button. */
|
|
744
|
-
LaunchApplication2
|
|
778
|
+
readonly LaunchApplication2: "LaunchApplication2";
|
|
745
779
|
/** The third generic application launcher button. */
|
|
746
|
-
LaunchApplication3
|
|
780
|
+
readonly LaunchApplication3: "LaunchApplication3";
|
|
747
781
|
/** The fourth generic application launcher button. */
|
|
748
|
-
LaunchApplication4
|
|
782
|
+
readonly LaunchApplication4: "LaunchApplication4";
|
|
749
783
|
/** The fifth generic application launcher button. */
|
|
750
|
-
LaunchApplication5
|
|
784
|
+
readonly LaunchApplication5: "LaunchApplication5";
|
|
751
785
|
/** The sixth generic application launcher button. */
|
|
752
|
-
LaunchApplication6
|
|
786
|
+
readonly LaunchApplication6: "LaunchApplication6";
|
|
753
787
|
/** The seventh generic application launcher button. */
|
|
754
|
-
LaunchApplication7
|
|
788
|
+
readonly LaunchApplication7: "LaunchApplication7";
|
|
755
789
|
/** The eighth generic application launcher button. */
|
|
756
|
-
LaunchApplication8
|
|
790
|
+
readonly LaunchApplication8: "LaunchApplication8";
|
|
757
791
|
/** The ninth generic application launcher button. */
|
|
758
|
-
LaunchApplication9
|
|
792
|
+
readonly LaunchApplication9: "LaunchApplication9";
|
|
759
793
|
/** The 10th generic application launcher button. */
|
|
760
|
-
LaunchApplication10
|
|
794
|
+
readonly LaunchApplication10: "LaunchApplication10";
|
|
761
795
|
/** The 11th generic application launcher button. */
|
|
762
|
-
LaunchApplication11
|
|
796
|
+
readonly LaunchApplication11: "LaunchApplication11";
|
|
763
797
|
/** The 12th generic application launcher button. */
|
|
764
|
-
LaunchApplication12
|
|
798
|
+
readonly LaunchApplication12: "LaunchApplication12";
|
|
765
799
|
/** The 13th generic application launcher button. */
|
|
766
|
-
LaunchApplication13
|
|
800
|
+
readonly LaunchApplication13: "LaunchApplication13";
|
|
767
801
|
/** The 14th generic application launcher button. */
|
|
768
|
-
LaunchApplication14
|
|
802
|
+
readonly LaunchApplication14: "LaunchApplication14";
|
|
769
803
|
/** The 15th generic application launcher button. */
|
|
770
|
-
LaunchApplication15
|
|
804
|
+
readonly LaunchApplication15: "LaunchApplication15";
|
|
771
805
|
/** The 16th generic application launcher button. */
|
|
772
|
-
LaunchApplication16
|
|
806
|
+
readonly LaunchApplication16: "LaunchApplication16";
|
|
773
807
|
/** Navigates to the previous content or page in the current Web view's history. */
|
|
774
|
-
BrowserBack
|
|
808
|
+
readonly BrowserBack: "BrowserBack";
|
|
775
809
|
/** Opens the user's list of bookmarks/favorites. */
|
|
776
|
-
BrowserFavorites
|
|
810
|
+
readonly BrowserFavorites: "BrowserFavorites";
|
|
777
811
|
/** Navigates to the next content or page in the current Web view's history. */
|
|
778
|
-
BrowserForward
|
|
812
|
+
readonly BrowserForward: "BrowserForward";
|
|
779
813
|
/** Navigates to the user's preferred home page. */
|
|
780
|
-
BrowserHome
|
|
781
|
-
/** Refreshes the current page or
|
|
782
|
-
BrowserRefresh
|
|
814
|
+
readonly BrowserHome: "BrowserHome";
|
|
815
|
+
/** Refreshes the current page or content. */
|
|
816
|
+
readonly BrowserRefresh: "BrowserRefresh";
|
|
783
817
|
/** Activates the user's preferred search engine or the search interface within their browser. */
|
|
784
|
-
BrowserSearch
|
|
818
|
+
readonly BrowserSearch: "BrowserSearch";
|
|
785
819
|
/** Stops loading the currently displayed Web view or content. */
|
|
786
|
-
BrowserStop
|
|
820
|
+
readonly BrowserStop: "BrowserStop";
|
|
787
821
|
/** The decimal point key (typically . or , depending on the region. In newer browsers, this value to simply be the character generated by the decimal key (one of those two characters). [1] */
|
|
788
|
-
Decimal
|
|
822
|
+
readonly Decimal: "Decimal";
|
|
789
823
|
/** The 11 key found on certain media numeric keypads. */
|
|
790
|
-
Key11
|
|
824
|
+
readonly Key11: "Key11";
|
|
791
825
|
/** The 12 key found on certain media numeric keypads. */
|
|
792
|
-
Key12
|
|
826
|
+
readonly Key12: "Key12";
|
|
793
827
|
/** The numeric keypad's multiplication key, *. */
|
|
794
|
-
Multiply
|
|
828
|
+
readonly Multiply: "Multiply";
|
|
795
829
|
/** The numeric keypad's addition key, +. */
|
|
796
|
-
Add
|
|
830
|
+
readonly Add: "Add";
|
|
797
831
|
/** The numeric keypad's division key, /. */
|
|
798
|
-
Divide
|
|
832
|
+
readonly Divide: "Divide";
|
|
799
833
|
/** The numeric keypad's subtraction key, -. */
|
|
800
|
-
Subtract
|
|
834
|
+
readonly Subtract: "Subtract";
|
|
801
835
|
/** The numeric keypad's places separator character (in the United States, this is a comma, but elsewhere it is frequently a period). */
|
|
802
|
-
Separator
|
|
803
|
-
}
|
|
836
|
+
readonly Separator: "Separator";
|
|
837
|
+
};
|
|
838
|
+
/**
|
|
839
|
+
* @public
|
|
840
|
+
*/
|
|
841
|
+
export type KeyName = ValuesOf<typeof KeyName>;
|
|
804
842
|
//# sourceMappingURL=Key.d.ts.map
|