@breadstone/mosaik-elements-foundation 0.0.119 → 0.0.121
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/Controls/Components/Buttons/Button/Accessors/ButtonGroupElementValueAccessor.d.ts +1 -0
- package/Controls/Components/Buttons/Button/Accessors/ButtonGroupElementValueAccessor.d.ts.map +1 -0
- package/Controls/Components/Buttons/Button/Accessors/ButtonGroupElementValueAccessor.js +68 -0
- package/Controls/Components/Buttons/Button/Accessors/ButtonGroupElementValueAccessor.js.map +1 -0
- package/Controls/Components/Buttons/Button/ButtonGroupElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/Button/ButtonGroupElement.js.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonElementValueAccessor.d.ts +27 -0
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonElementValueAccessor.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonElementValueAccessor.js +41 -0
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonElementValueAccessor.js.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonGroupElementValueAccessor.d.ts +32 -0
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonGroupElementValueAccessor.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonGroupElementValueAccessor.js +39 -0
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonGroupElementValueAccessor.js.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Events/ToggleButtonGroupChangedEventDetail.d.ts +16 -0
- package/Controls/Components/Buttons/ToggleButton/Events/ToggleButtonGroupChangedEventDetail.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Events/ToggleButtonGroupChangedEventDetail.js +4 -0
- package/Controls/Components/Buttons/ToggleButton/Events/ToggleButtonGroupChangedEventDetail.js.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/IToggleButtonGroupElementEvents.d.ts +11 -0
- package/Controls/Components/Buttons/ToggleButton/IToggleButtonGroupElementEvents.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/IToggleButtonGroupElementEvents.js +3 -0
- package/Controls/Components/Buttons/ToggleButton/IToggleButtonGroupElementEvents.js.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/IToggleButtonGroupElementProps.d.ts +15 -0
- package/Controls/Components/Buttons/ToggleButton/IToggleButtonGroupElementProps.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/IToggleButtonGroupElementProps.js +3 -0
- package/Controls/Components/Buttons/ToggleButton/IToggleButtonGroupElementProps.js.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Cosmopolitan.js +183 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Joy.d.ts +6 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Joy.js +372 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Joy.js.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Retro.d.ts +6 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Retro.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Retro.js +189 -0
- package/Controls/Components/Buttons/ToggleButton/Themes/ToggleButtonGroupElement.Retro.js.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.d.ts +6 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.js +10 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.js.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.d.ts +129 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.js +277 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.js.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElementTemplate.d.ts +8 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElementTemplate.js +15 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElementTemplate.js.map +1 -0
- 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 +12 -12
- package/Controls/Components/Forms/FormElement.js.map +1 -1
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.js +5 -3
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js +5 -3
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioElement.js +4 -0
- package/Controls/Components/Inputs/Radio/RadioElement.js.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioGroupElement.js +5 -3
- package/Controls/Components/Inputs/Radio/RadioGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Cosmopolitan.js +1 -8
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Joy.js +5 -12
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Retro.js +1 -8
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Retro.js.map +1 -1
- package/Controls/Components/Layouts/Dock/DockPanelElement.d.ts +124 -0
- package/Controls/Components/Layouts/Dock/DockPanelElement.d.ts.map +1 -0
- package/Controls/Components/Layouts/Dock/DockPanelElement.js +317 -0
- package/Controls/Components/Layouts/Dock/DockPanelElement.js.map +1 -0
- package/Controls/Components/Layouts/Dock/DockPanelElementTemplate.d.ts +9 -0
- package/Controls/Components/Layouts/Dock/DockPanelElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Layouts/Dock/DockPanelElementTemplate.js +22 -0
- package/Controls/Components/Layouts/Dock/DockPanelElementTemplate.js.map +1 -0
- package/Controls/Components/Layouts/Dock/IDockPanelElementProps.d.ts +15 -0
- package/Controls/Components/Layouts/Dock/IDockPanelElementProps.d.ts.map +1 -0
- package/Controls/Components/Layouts/Dock/IDockPanelElementProps.js +2 -0
- package/Controls/Components/Layouts/Dock/IDockPanelElementProps.js.map +1 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Cosmopolitan.js +79 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Joy.d.ts +6 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Joy.js +79 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Joy.js.map +1 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Retro.d.ts +6 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Retro.d.ts.map +1 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Retro.js +79 -0
- package/Controls/Components/Layouts/Dock/Themes/DockPanelElement.Retro.js.map +1 -0
- package/Controls/Components/Layouts/TileList/Themes/TileListItemElement.Joy.js +7 -7
- package/Controls/Components/Media/Chat/ChatHeaderElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatHeaderElementTemplate.js +1 -2
- package/Controls/Components/Media/Chat/ChatHeaderElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputElementTemplate.js +0 -1
- package/Controls/Components/Media/Chat/ChatInputElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMarkerElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMarkerElementTemplate.js +2 -1
- package/Controls/Components/Media/Chat/ChatMarkerElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMarkerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMarkerElement.Cosmopolitan.js +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatMarkerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMarkerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMarkerElement.Joy.js +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatMarkerElement.Joy.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMarkerElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMarkerElement.Retro.js +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatMarkerElement.Retro.js.map +1 -1
- package/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.d.ts +1 -1
- package/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.js +10 -4
- package/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.js.map +1 -1
- package/Controls/Components/Primitives/Checkmark/CheckmarkElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Checkmark/CheckmarkElement.js +5 -1
- package/Controls/Components/Primitives/Checkmark/CheckmarkElement.js.map +1 -1
- package/Controls/Components/Primitives/Checkmark/Themes/CheckmarkElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Primitives/Checkmark/Themes/CheckmarkElement.Joy.js +110 -3
- package/Controls/Components/Primitives/Checkmark/Themes/CheckmarkElement.Joy.js.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.d.ts +26 -0
- package/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.d.ts.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.js +2 -1
- package/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.js.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.d.ts +13 -4
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.d.ts.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.js +10 -1
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.js.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElementTemplate.js +5 -5
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElementTemplate.js.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Cosmopolitan.js +6 -0
- package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Joy.js +6 -0
- package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Joy.js.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Retro.js +6 -0
- package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Retro.js.map +1 -1
- package/Controls/Components/Selectors/Wizard/Themes/WizardElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Selectors/Wizard/Themes/WizardElement.Cosmopolitan.js +5 -0
- package/Controls/Components/Selectors/Wizard/Themes/WizardElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Selectors/Wizard/Themes/WizardElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Selectors/Wizard/Themes/WizardElement.Joy.js +5 -0
- package/Controls/Components/Selectors/Wizard/Themes/WizardElement.Joy.js.map +1 -1
- package/Controls/Components/Selectors/Wizard/Themes/WizardElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Selectors/Wizard/Themes/WizardElement.Retro.js +5 -0
- package/Controls/Components/Selectors/Wizard/Themes/WizardElement.Retro.js.map +1 -1
- package/Controls/Components/Selectors/Wizard/WizardElement.d.ts +2 -1
- package/Controls/Components/Selectors/Wizard/WizardElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Wizard/WizardElement.js +9 -2
- package/Controls/Components/Selectors/Wizard/WizardElement.js.map +1 -1
- package/Controls/Components/Selectors/Wizard/WizardElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Selectors/Wizard/WizardElementTemplate.js +16 -9
- package/Controls/Components/Selectors/Wizard/WizardElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/Wizard/WizardStepElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Wizard/WizardStepElement.js +4 -0
- package/Controls/Components/Selectors/Wizard/WizardStepElement.js.map +1 -1
- package/Index.d.ts +6 -0
- package/Index.d.ts.map +1 -1
- package/Index.js +4 -0
- package/Index.js.map +1 -1
- package/custom-elements.json +2076 -833
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -7943,6 +7943,280 @@
|
|
|
7943
7943
|
}
|
|
7944
7944
|
]
|
|
7945
7945
|
},
|
|
7946
|
+
{
|
|
7947
|
+
"path": "./../src/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonElementValueAccessor.ts",
|
|
7948
|
+
"exports": [
|
|
7949
|
+
{
|
|
7950
|
+
"kind": "class",
|
|
7951
|
+
"superclass": {
|
|
7952
|
+
"name": "ElementValueAccessorBase",
|
|
7953
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
7954
|
+
},
|
|
7955
|
+
"name": "ToggleButtonElementValueAccessor",
|
|
7956
|
+
"members": [
|
|
7957
|
+
{
|
|
7958
|
+
"kind": "method",
|
|
7959
|
+
"name": "hostConnected",
|
|
7960
|
+
"privacy": "public",
|
|
7961
|
+
"type": "(): void",
|
|
7962
|
+
"parameters": [],
|
|
7963
|
+
"return": {
|
|
7964
|
+
"type": "void"
|
|
7965
|
+
}
|
|
7966
|
+
},
|
|
7967
|
+
{
|
|
7968
|
+
"kind": "method",
|
|
7969
|
+
"name": "writeValue",
|
|
7970
|
+
"privacy": "public",
|
|
7971
|
+
"type": "(value: unknown): void",
|
|
7972
|
+
"description": "Writes a new value to the element.",
|
|
7973
|
+
"parameters": [
|
|
7974
|
+
{
|
|
7975
|
+
"name": "value",
|
|
7976
|
+
"type": "unknown"
|
|
7977
|
+
}
|
|
7978
|
+
],
|
|
7979
|
+
"return": {
|
|
7980
|
+
"type": "void"
|
|
7981
|
+
}
|
|
7982
|
+
},
|
|
7983
|
+
{
|
|
7984
|
+
"kind": "method",
|
|
7985
|
+
"name": "resetValue",
|
|
7986
|
+
"privacy": "public",
|
|
7987
|
+
"type": "(): void",
|
|
7988
|
+
"description": "Resets the value of the element.",
|
|
7989
|
+
"parameters": [],
|
|
7990
|
+
"return": {
|
|
7991
|
+
"type": "void"
|
|
7992
|
+
}
|
|
7993
|
+
},
|
|
7994
|
+
{
|
|
7995
|
+
"kind": "method",
|
|
7996
|
+
"name": "registerOnChange",
|
|
7997
|
+
"privacy": "public",
|
|
7998
|
+
"type": "(fn: (_: any): void) => void",
|
|
7999
|
+
"description": "Registers a function called when the element value changes.",
|
|
8000
|
+
"parameters": [
|
|
8001
|
+
{
|
|
8002
|
+
"name": "fn",
|
|
8003
|
+
"type": "(_: any) => void"
|
|
8004
|
+
}
|
|
8005
|
+
],
|
|
8006
|
+
"return": {
|
|
8007
|
+
"type": "void"
|
|
8008
|
+
},
|
|
8009
|
+
"inheritedFrom": {
|
|
8010
|
+
"name": "ElementValueAccessorBase",
|
|
8011
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
8012
|
+
}
|
|
8013
|
+
},
|
|
8014
|
+
{
|
|
8015
|
+
"kind": "method",
|
|
8016
|
+
"name": "registerOnTouched",
|
|
8017
|
+
"privacy": "public",
|
|
8018
|
+
"type": "(fn: (): void) => void",
|
|
8019
|
+
"description": "Registers a function called when the element is touched.",
|
|
8020
|
+
"parameters": [
|
|
8021
|
+
{
|
|
8022
|
+
"name": "fn",
|
|
8023
|
+
"type": "() => void"
|
|
8024
|
+
}
|
|
8025
|
+
],
|
|
8026
|
+
"return": {
|
|
8027
|
+
"type": "void"
|
|
8028
|
+
},
|
|
8029
|
+
"inheritedFrom": {
|
|
8030
|
+
"name": "ElementValueAccessorBase",
|
|
8031
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
8032
|
+
}
|
|
8033
|
+
},
|
|
8034
|
+
{
|
|
8035
|
+
"kind": "method",
|
|
8036
|
+
"name": "registerOnReset",
|
|
8037
|
+
"privacy": "public",
|
|
8038
|
+
"type": "(fn: (): void) => void",
|
|
8039
|
+
"description": "Registers a function called when the element is reset.",
|
|
8040
|
+
"parameters": [
|
|
8041
|
+
{
|
|
8042
|
+
"name": "fn",
|
|
8043
|
+
"type": "() => void"
|
|
8044
|
+
}
|
|
8045
|
+
],
|
|
8046
|
+
"return": {
|
|
8047
|
+
"type": "void"
|
|
8048
|
+
},
|
|
8049
|
+
"inheritedFrom": {
|
|
8050
|
+
"name": "ElementValueAccessorBase",
|
|
8051
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
8052
|
+
}
|
|
8053
|
+
},
|
|
8054
|
+
{
|
|
8055
|
+
"kind": "method",
|
|
8056
|
+
"name": "setDisabled",
|
|
8057
|
+
"privacy": "public",
|
|
8058
|
+
"type": "(isDisabled: boolean): void",
|
|
8059
|
+
"description": "Sets the \"disabled\" property on the range input element.",
|
|
8060
|
+
"parameters": [
|
|
8061
|
+
{
|
|
8062
|
+
"name": "isDisabled",
|
|
8063
|
+
"type": "boolean"
|
|
8064
|
+
}
|
|
8065
|
+
],
|
|
8066
|
+
"return": {
|
|
8067
|
+
"type": "void"
|
|
8068
|
+
},
|
|
8069
|
+
"inheritedFrom": {
|
|
8070
|
+
"name": "ElementValueAccessorBase",
|
|
8071
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
8072
|
+
}
|
|
8073
|
+
}
|
|
8074
|
+
]
|
|
8075
|
+
},
|
|
8076
|
+
{
|
|
8077
|
+
"kind": "variable",
|
|
8078
|
+
"name": "toggleButtonElementValueAccessor",
|
|
8079
|
+
"type": "ElementValueAccessorFn<ToggleButtonElement>"
|
|
8080
|
+
}
|
|
8081
|
+
]
|
|
8082
|
+
},
|
|
8083
|
+
{
|
|
8084
|
+
"path": "./../src/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonGroupElementValueAccessor.ts",
|
|
8085
|
+
"exports": [
|
|
8086
|
+
{
|
|
8087
|
+
"kind": "class",
|
|
8088
|
+
"superclass": {
|
|
8089
|
+
"name": "ElementValueAccessorBase",
|
|
8090
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
8091
|
+
},
|
|
8092
|
+
"name": "ToggleButtonGroupElementValueAccessor",
|
|
8093
|
+
"members": [
|
|
8094
|
+
{
|
|
8095
|
+
"kind": "method",
|
|
8096
|
+
"name": "hostConnected",
|
|
8097
|
+
"privacy": "public",
|
|
8098
|
+
"type": "(): void",
|
|
8099
|
+
"parameters": [],
|
|
8100
|
+
"return": {
|
|
8101
|
+
"type": "void"
|
|
8102
|
+
}
|
|
8103
|
+
},
|
|
8104
|
+
{
|
|
8105
|
+
"kind": "method",
|
|
8106
|
+
"name": "writeValue",
|
|
8107
|
+
"privacy": "public",
|
|
8108
|
+
"type": "(value: unknown): void",
|
|
8109
|
+
"description": "Writes a new value to the element.",
|
|
8110
|
+
"parameters": [
|
|
8111
|
+
{
|
|
8112
|
+
"name": "value",
|
|
8113
|
+
"type": "unknown"
|
|
8114
|
+
}
|
|
8115
|
+
],
|
|
8116
|
+
"return": {
|
|
8117
|
+
"type": "void"
|
|
8118
|
+
}
|
|
8119
|
+
},
|
|
8120
|
+
{
|
|
8121
|
+
"kind": "method",
|
|
8122
|
+
"name": "resetValue",
|
|
8123
|
+
"privacy": "public",
|
|
8124
|
+
"type": "(): void",
|
|
8125
|
+
"description": "Resets the value of the element.",
|
|
8126
|
+
"parameters": [],
|
|
8127
|
+
"return": {
|
|
8128
|
+
"type": "void"
|
|
8129
|
+
}
|
|
8130
|
+
},
|
|
8131
|
+
{
|
|
8132
|
+
"kind": "method",
|
|
8133
|
+
"name": "registerOnChange",
|
|
8134
|
+
"privacy": "public",
|
|
8135
|
+
"type": "(fn: (_: any): void) => void",
|
|
8136
|
+
"description": "Registers a function called when the element value changes.",
|
|
8137
|
+
"parameters": [
|
|
8138
|
+
{
|
|
8139
|
+
"name": "fn",
|
|
8140
|
+
"type": "(_: any) => void"
|
|
8141
|
+
}
|
|
8142
|
+
],
|
|
8143
|
+
"return": {
|
|
8144
|
+
"type": "void"
|
|
8145
|
+
},
|
|
8146
|
+
"inheritedFrom": {
|
|
8147
|
+
"name": "ElementValueAccessorBase",
|
|
8148
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
8149
|
+
}
|
|
8150
|
+
},
|
|
8151
|
+
{
|
|
8152
|
+
"kind": "method",
|
|
8153
|
+
"name": "registerOnTouched",
|
|
8154
|
+
"privacy": "public",
|
|
8155
|
+
"type": "(fn: (): void) => void",
|
|
8156
|
+
"description": "Registers a function called when the element is touched.",
|
|
8157
|
+
"parameters": [
|
|
8158
|
+
{
|
|
8159
|
+
"name": "fn",
|
|
8160
|
+
"type": "() => void"
|
|
8161
|
+
}
|
|
8162
|
+
],
|
|
8163
|
+
"return": {
|
|
8164
|
+
"type": "void"
|
|
8165
|
+
},
|
|
8166
|
+
"inheritedFrom": {
|
|
8167
|
+
"name": "ElementValueAccessorBase",
|
|
8168
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
8169
|
+
}
|
|
8170
|
+
},
|
|
8171
|
+
{
|
|
8172
|
+
"kind": "method",
|
|
8173
|
+
"name": "registerOnReset",
|
|
8174
|
+
"privacy": "public",
|
|
8175
|
+
"type": "(fn: (): void) => void",
|
|
8176
|
+
"description": "Registers a function called when the element is reset.",
|
|
8177
|
+
"parameters": [
|
|
8178
|
+
{
|
|
8179
|
+
"name": "fn",
|
|
8180
|
+
"type": "() => void"
|
|
8181
|
+
}
|
|
8182
|
+
],
|
|
8183
|
+
"return": {
|
|
8184
|
+
"type": "void"
|
|
8185
|
+
},
|
|
8186
|
+
"inheritedFrom": {
|
|
8187
|
+
"name": "ElementValueAccessorBase",
|
|
8188
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
8189
|
+
}
|
|
8190
|
+
},
|
|
8191
|
+
{
|
|
8192
|
+
"kind": "method",
|
|
8193
|
+
"name": "setDisabled",
|
|
8194
|
+
"privacy": "public",
|
|
8195
|
+
"type": "(isDisabled: boolean): void",
|
|
8196
|
+
"description": "Sets the \"disabled\" property on the range input element.",
|
|
8197
|
+
"parameters": [
|
|
8198
|
+
{
|
|
8199
|
+
"name": "isDisabled",
|
|
8200
|
+
"type": "boolean"
|
|
8201
|
+
}
|
|
8202
|
+
],
|
|
8203
|
+
"return": {
|
|
8204
|
+
"type": "void"
|
|
8205
|
+
},
|
|
8206
|
+
"inheritedFrom": {
|
|
8207
|
+
"name": "ElementValueAccessorBase",
|
|
8208
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
8209
|
+
}
|
|
8210
|
+
}
|
|
8211
|
+
]
|
|
8212
|
+
},
|
|
8213
|
+
{
|
|
8214
|
+
"kind": "variable",
|
|
8215
|
+
"name": "toggleButtonGroupElementValueAccessor",
|
|
8216
|
+
"type": "ElementValueAccessorFn<IToggleButtonGroupHost>"
|
|
8217
|
+
}
|
|
8218
|
+
]
|
|
8219
|
+
},
|
|
7946
8220
|
{
|
|
7947
8221
|
"path": "./../src/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.ts",
|
|
7948
8222
|
"exports": [
|
|
@@ -8287,6 +8561,17 @@
|
|
|
8287
8561
|
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
8288
8562
|
}
|
|
8289
8563
|
},
|
|
8564
|
+
{
|
|
8565
|
+
"kind": "method",
|
|
8566
|
+
"name": "reset",
|
|
8567
|
+
"privacy": "public",
|
|
8568
|
+
"type": "(): void",
|
|
8569
|
+
"description": "Resets the element to its initial state.",
|
|
8570
|
+
"parameters": [],
|
|
8571
|
+
"return": {
|
|
8572
|
+
"type": "void"
|
|
8573
|
+
}
|
|
8574
|
+
},
|
|
8290
8575
|
{
|
|
8291
8576
|
"kind": "method",
|
|
8292
8577
|
"name": "check",
|
|
@@ -8847,14 +9132,14 @@
|
|
|
8847
9132
|
]
|
|
8848
9133
|
},
|
|
8849
9134
|
{
|
|
8850
|
-
"path": "./../src/Controls/Components/
|
|
9135
|
+
"path": "./../src/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.ts",
|
|
8851
9136
|
"exports": [
|
|
8852
9137
|
{
|
|
8853
9138
|
"kind": "definition",
|
|
8854
|
-
"name": "mosaik-
|
|
9139
|
+
"name": "mosaik-toggle-button-group",
|
|
8855
9140
|
"declaration": {
|
|
8856
|
-
"name": "
|
|
8857
|
-
"module": "./../src/Controls/Components/
|
|
9141
|
+
"name": "ToggleButtonGroupElement",
|
|
9142
|
+
"module": "./../src/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.ts"
|
|
8858
9143
|
}
|
|
8859
9144
|
},
|
|
8860
9145
|
{
|
|
@@ -8869,38 +9154,43 @@
|
|
|
8869
9154
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
8870
9155
|
},
|
|
8871
9156
|
{
|
|
8872
|
-
"name": "
|
|
8873
|
-
"module": "./../src/Controls/Behaviors/
|
|
9157
|
+
"name": "Invalidable",
|
|
9158
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
8874
9159
|
},
|
|
8875
9160
|
{
|
|
8876
9161
|
"name": "Disableable",
|
|
8877
9162
|
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
9163
|
+
},
|
|
9164
|
+
{
|
|
9165
|
+
"name": "Orientable",
|
|
9166
|
+
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
9167
|
+
},
|
|
9168
|
+
{
|
|
9169
|
+
"name": "Valueable",
|
|
9170
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
9171
|
+
},
|
|
9172
|
+
{
|
|
9173
|
+
"name": "Appearanceable",
|
|
9174
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
9175
|
+
},
|
|
9176
|
+
{
|
|
9177
|
+
"name": "Variantable",
|
|
9178
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
9179
|
+
},
|
|
9180
|
+
{
|
|
9181
|
+
"name": "Slottable",
|
|
9182
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
8878
9183
|
}
|
|
8879
9184
|
],
|
|
8880
|
-
"description": "
|
|
8881
|
-
"name": "
|
|
9185
|
+
"description": "Toggle Button Group - A container for grouping multiple toggle buttons with single-selection behavior.",
|
|
9186
|
+
"name": "ToggleButtonGroupElement",
|
|
8882
9187
|
"members": [
|
|
8883
9188
|
{
|
|
8884
9189
|
"kind": "field",
|
|
8885
|
-
"name": "
|
|
8886
|
-
"privacy": "public",
|
|
8887
|
-
"description": "Gets or sets the `isNavigation` property.",
|
|
8888
|
-
"type": "boolean",
|
|
8889
|
-
"inheritedFrom": {
|
|
8890
|
-
"name": "ICellElementProps",
|
|
8891
|
-
"module": "./../src/Controls/Components/Cells/ICellElementProps.ts"
|
|
8892
|
-
}
|
|
8893
|
-
},
|
|
8894
|
-
{
|
|
8895
|
-
"kind": "field",
|
|
8896
|
-
"name": "subLabel",
|
|
9190
|
+
"name": "toggleChanged",
|
|
8897
9191
|
"privacy": "public",
|
|
8898
|
-
"description": "
|
|
8899
|
-
"type": "
|
|
8900
|
-
"inheritedFrom": {
|
|
8901
|
-
"name": "ICellElementProps",
|
|
8902
|
-
"module": "./../src/Controls/Components/Cells/ICellElementProps.ts"
|
|
8903
|
-
}
|
|
9192
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
9193
|
+
"type": "IEventEmitter<IToggleButtonGroupChangedEventDetail>"
|
|
8904
9194
|
},
|
|
8905
9195
|
{
|
|
8906
9196
|
"kind": "field",
|
|
@@ -8915,13 +9205,13 @@
|
|
|
8915
9205
|
},
|
|
8916
9206
|
{
|
|
8917
9207
|
"kind": "field",
|
|
8918
|
-
"name": "
|
|
9208
|
+
"name": "invalid",
|
|
8919
9209
|
"privacy": "public",
|
|
8920
|
-
"description": "
|
|
8921
|
-
"type": "
|
|
9210
|
+
"description": "Determines whether the element is invalid or not.\nIf `true`, the element will be invalid.\nThe default value is `false`, which means the element is valid.",
|
|
9211
|
+
"type": "boolean",
|
|
8922
9212
|
"inheritedFrom": {
|
|
8923
|
-
"name": "
|
|
8924
|
-
"module": "./../src/Controls/Behaviors/
|
|
9213
|
+
"name": "Invalidable",
|
|
9214
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
8925
9215
|
}
|
|
8926
9216
|
},
|
|
8927
9217
|
{
|
|
@@ -8935,6 +9225,50 @@
|
|
|
8935
9225
|
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
8936
9226
|
}
|
|
8937
9227
|
},
|
|
9228
|
+
{
|
|
9229
|
+
"kind": "field",
|
|
9230
|
+
"name": "orientation",
|
|
9231
|
+
"privacy": "public",
|
|
9232
|
+
"description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
|
|
9233
|
+
"type": "Orientation",
|
|
9234
|
+
"inheritedFrom": {
|
|
9235
|
+
"name": "Orientable",
|
|
9236
|
+
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
9237
|
+
}
|
|
9238
|
+
},
|
|
9239
|
+
{
|
|
9240
|
+
"kind": "field",
|
|
9241
|
+
"name": "value",
|
|
9242
|
+
"privacy": "public",
|
|
9243
|
+
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
9244
|
+
"type": "TType",
|
|
9245
|
+
"inheritedFrom": {
|
|
9246
|
+
"name": "Valueable",
|
|
9247
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
9248
|
+
}
|
|
9249
|
+
},
|
|
9250
|
+
{
|
|
9251
|
+
"kind": "field",
|
|
9252
|
+
"name": "appearance",
|
|
9253
|
+
"privacy": "public",
|
|
9254
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
9255
|
+
"type": "Appearance",
|
|
9256
|
+
"inheritedFrom": {
|
|
9257
|
+
"name": "Appearanceable",
|
|
9258
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
9259
|
+
}
|
|
9260
|
+
},
|
|
9261
|
+
{
|
|
9262
|
+
"kind": "field",
|
|
9263
|
+
"name": "variant",
|
|
9264
|
+
"privacy": "public",
|
|
9265
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
9266
|
+
"type": "Variant",
|
|
9267
|
+
"inheritedFrom": {
|
|
9268
|
+
"name": "Variantable",
|
|
9269
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
9270
|
+
}
|
|
9271
|
+
},
|
|
8938
9272
|
{
|
|
8939
9273
|
"kind": "field",
|
|
8940
9274
|
"name": "dir",
|
|
@@ -8990,6 +9324,112 @@
|
|
|
8990
9324
|
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
8991
9325
|
}
|
|
8992
9326
|
},
|
|
9327
|
+
{
|
|
9328
|
+
"kind": "method",
|
|
9329
|
+
"name": "onSlotChanges",
|
|
9330
|
+
"privacy": "public",
|
|
9331
|
+
"type": "(): void",
|
|
9332
|
+
"description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
|
|
9333
|
+
"parameters": [],
|
|
9334
|
+
"return": {
|
|
9335
|
+
"type": "void"
|
|
9336
|
+
}
|
|
9337
|
+
},
|
|
9338
|
+
{
|
|
9339
|
+
"kind": "method",
|
|
9340
|
+
"name": "checkValidity",
|
|
9341
|
+
"privacy": "public",
|
|
9342
|
+
"type": "(): boolean",
|
|
9343
|
+
"description": "Returns whether a form will validate when it is submitted, without having to submit it.",
|
|
9344
|
+
"parameters": [],
|
|
9345
|
+
"return": {
|
|
9346
|
+
"type": "boolean"
|
|
9347
|
+
}
|
|
9348
|
+
},
|
|
9349
|
+
{
|
|
9350
|
+
"kind": "method",
|
|
9351
|
+
"name": "reset",
|
|
9352
|
+
"privacy": "public",
|
|
9353
|
+
"type": "(): void",
|
|
9354
|
+
"description": "Resets the element to its initial state.",
|
|
9355
|
+
"parameters": [],
|
|
9356
|
+
"return": {
|
|
9357
|
+
"type": "void"
|
|
9358
|
+
}
|
|
9359
|
+
},
|
|
9360
|
+
{
|
|
9361
|
+
"kind": "method",
|
|
9362
|
+
"name": "assignToSlot",
|
|
9363
|
+
"privacy": "public",
|
|
9364
|
+
"type": "(slotName: string, node: Element | Text): void",
|
|
9365
|
+
"description": "Assigns nodes to a dedicated slot.",
|
|
9366
|
+
"parameters": [],
|
|
9367
|
+
"return": {},
|
|
9368
|
+
"inheritedFrom": {
|
|
9369
|
+
"name": "ISlottable",
|
|
9370
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
9371
|
+
}
|
|
9372
|
+
},
|
|
9373
|
+
{
|
|
9374
|
+
"kind": "method",
|
|
9375
|
+
"name": "getSlotAssignments",
|
|
9376
|
+
"privacy": "public",
|
|
9377
|
+
"type": "<T extends Element = Element>(slotName: string, filter?: ((e: T): boolean) | undefined) => T[]",
|
|
9378
|
+
"description": "Returns the assigned elements of a slot.",
|
|
9379
|
+
"parameters": [],
|
|
9380
|
+
"return": {
|
|
9381
|
+
"description": "The assigned elements of a slot."
|
|
9382
|
+
},
|
|
9383
|
+
"inheritedFrom": {
|
|
9384
|
+
"name": "ISlottable",
|
|
9385
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
9386
|
+
}
|
|
9387
|
+
},
|
|
9388
|
+
{
|
|
9389
|
+
"kind": "method",
|
|
9390
|
+
"name": "getSlotAssignmentsOf",
|
|
9391
|
+
"privacy": "public",
|
|
9392
|
+
"type": "<T extends Element = Element>(slotName: string, element: Constructor<T>): T[]",
|
|
9393
|
+
"description": "Returns the assigned elements of a slot with a specific element type.",
|
|
9394
|
+
"parameters": [],
|
|
9395
|
+
"return": {
|
|
9396
|
+
"description": "The assigned elements of a slot."
|
|
9397
|
+
},
|
|
9398
|
+
"inheritedFrom": {
|
|
9399
|
+
"name": "ISlottable",
|
|
9400
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
9401
|
+
}
|
|
9402
|
+
},
|
|
9403
|
+
{
|
|
9404
|
+
"kind": "method",
|
|
9405
|
+
"name": "hasSlotContent",
|
|
9406
|
+
"privacy": "public",
|
|
9407
|
+
"type": "(slotName: string): boolean",
|
|
9408
|
+
"description": "Returns a boolean that indicates if a slot has content.",
|
|
9409
|
+
"parameters": [],
|
|
9410
|
+
"return": {
|
|
9411
|
+
"description": "A boolean that indicates if a slot has content."
|
|
9412
|
+
},
|
|
9413
|
+
"inheritedFrom": {
|
|
9414
|
+
"name": "ISlottable",
|
|
9415
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
9416
|
+
}
|
|
9417
|
+
},
|
|
9418
|
+
{
|
|
9419
|
+
"kind": "method",
|
|
9420
|
+
"name": "hasSlot",
|
|
9421
|
+
"privacy": "public",
|
|
9422
|
+
"type": "(slotName: string): boolean",
|
|
9423
|
+
"description": "Returns a boolean that indicates if a slot exists.",
|
|
9424
|
+
"parameters": [],
|
|
9425
|
+
"return": {
|
|
9426
|
+
"description": "A boolean that indicates if a slot exists."
|
|
9427
|
+
},
|
|
9428
|
+
"inheritedFrom": {
|
|
9429
|
+
"name": "ISlottable",
|
|
9430
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
9431
|
+
}
|
|
9432
|
+
},
|
|
8993
9433
|
{
|
|
8994
9434
|
"kind": "method",
|
|
8995
9435
|
"name": "adoptStyle",
|
|
@@ -9111,8 +9551,13 @@
|
|
|
9111
9551
|
}
|
|
9112
9552
|
}
|
|
9113
9553
|
],
|
|
9114
|
-
"tagName": "mosaik-
|
|
9554
|
+
"tagName": "mosaik-toggle-button-group",
|
|
9115
9555
|
"events": [
|
|
9556
|
+
{
|
|
9557
|
+
"description": "Called when the selection in the group changes.",
|
|
9558
|
+
"name": "toggleChanged",
|
|
9559
|
+
"type": "Event"
|
|
9560
|
+
},
|
|
9116
9561
|
{
|
|
9117
9562
|
"description": "Called when the element is connected to the DOM.",
|
|
9118
9563
|
"name": "connected",
|
|
@@ -9141,33 +9586,15 @@
|
|
|
9141
9586
|
"type": "Event"
|
|
9142
9587
|
}
|
|
9143
9588
|
],
|
|
9144
|
-
"slots": [
|
|
9145
|
-
{
|
|
9146
|
-
"description": "Slot for content to be displayed at the start of the cell.",
|
|
9147
|
-
"name": "start"
|
|
9148
|
-
},
|
|
9149
|
-
{
|
|
9150
|
-
"description": "Slot for the primary label content of the cell.",
|
|
9151
|
-
"name": "label"
|
|
9152
|
-
},
|
|
9153
|
-
{
|
|
9154
|
-
"description": "Slot for additional label content or description.",
|
|
9155
|
-
"name": "subLabel"
|
|
9156
|
-
},
|
|
9157
|
-
{
|
|
9158
|
-
"description": "Slot for content to be displayed at the end of the cell.",
|
|
9159
|
-
"name": "end"
|
|
9160
|
-
}
|
|
9161
|
-
],
|
|
9162
9589
|
"attributes": [
|
|
9163
9590
|
{
|
|
9164
|
-
"name": "
|
|
9165
|
-
"fieldName": "
|
|
9166
|
-
"description": "
|
|
9591
|
+
"name": "invalid",
|
|
9592
|
+
"fieldName": "invalid",
|
|
9593
|
+
"description": "Determines whether the element is invalid or not.\nIf `true`, the element will be invalid.\nThe default value is `false`, which means the element is valid.",
|
|
9167
9594
|
"type": "boolean",
|
|
9168
9595
|
"inheritedFrom": {
|
|
9169
|
-
"name": "
|
|
9170
|
-
"module": "./../src/Controls/
|
|
9596
|
+
"name": "Invalidable",
|
|
9597
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
9171
9598
|
}
|
|
9172
9599
|
},
|
|
9173
9600
|
{
|
|
@@ -9180,6 +9607,46 @@
|
|
|
9180
9607
|
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
9181
9608
|
}
|
|
9182
9609
|
},
|
|
9610
|
+
{
|
|
9611
|
+
"name": "orientation",
|
|
9612
|
+
"fieldName": "orientation",
|
|
9613
|
+
"description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
|
|
9614
|
+
"type": "Orientation",
|
|
9615
|
+
"inheritedFrom": {
|
|
9616
|
+
"name": "Orientable",
|
|
9617
|
+
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
9618
|
+
}
|
|
9619
|
+
},
|
|
9620
|
+
{
|
|
9621
|
+
"name": "value",
|
|
9622
|
+
"fieldName": "value",
|
|
9623
|
+
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
9624
|
+
"type": "TType",
|
|
9625
|
+
"inheritedFrom": {
|
|
9626
|
+
"name": "Valueable",
|
|
9627
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
9628
|
+
}
|
|
9629
|
+
},
|
|
9630
|
+
{
|
|
9631
|
+
"name": "appearance",
|
|
9632
|
+
"fieldName": "appearance",
|
|
9633
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
9634
|
+
"type": "Appearance",
|
|
9635
|
+
"inheritedFrom": {
|
|
9636
|
+
"name": "Appearanceable",
|
|
9637
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
9638
|
+
}
|
|
9639
|
+
},
|
|
9640
|
+
{
|
|
9641
|
+
"name": "variant",
|
|
9642
|
+
"fieldName": "variant",
|
|
9643
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
9644
|
+
"type": "Variant",
|
|
9645
|
+
"inheritedFrom": {
|
|
9646
|
+
"name": "Variantable",
|
|
9647
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
9648
|
+
}
|
|
9649
|
+
},
|
|
9183
9650
|
{
|
|
9184
9651
|
"name": "dir",
|
|
9185
9652
|
"fieldName": "dir",
|
|
@@ -9200,120 +9667,19 @@
|
|
|
9200
9667
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9201
9668
|
}
|
|
9202
9669
|
}
|
|
9203
|
-
],
|
|
9204
|
-
"cssProperties": [
|
|
9205
|
-
{
|
|
9206
|
-
"name": "--cell-padding-top",
|
|
9207
|
-
"description": "The padding at the top of the cell.",
|
|
9208
|
-
"type": "unknown"
|
|
9209
|
-
},
|
|
9210
|
-
{
|
|
9211
|
-
"name": "--cell-padding-right",
|
|
9212
|
-
"description": "The padding on the right side of the cell.",
|
|
9213
|
-
"type": "unknown"
|
|
9214
|
-
},
|
|
9215
|
-
{
|
|
9216
|
-
"name": "--cell-padding-bottom",
|
|
9217
|
-
"description": "The padding at the bottom of the cell.",
|
|
9218
|
-
"type": "unknown"
|
|
9219
|
-
},
|
|
9220
|
-
{
|
|
9221
|
-
"name": "--cell-padding-left",
|
|
9222
|
-
"description": "The padding on the left side of the cell.",
|
|
9223
|
-
"type": "unknown"
|
|
9224
|
-
},
|
|
9225
|
-
{
|
|
9226
|
-
"name": "--cell-gap",
|
|
9227
|
-
"description": "The gap between cells.",
|
|
9228
|
-
"type": "unknown"
|
|
9229
|
-
},
|
|
9230
|
-
{
|
|
9231
|
-
"name": "--cell-font-family",
|
|
9232
|
-
"type": "unknown"
|
|
9233
|
-
},
|
|
9234
|
-
{
|
|
9235
|
-
"name": "--cell-font-size",
|
|
9236
|
-
"type": "unknown"
|
|
9237
|
-
},
|
|
9238
|
-
{
|
|
9239
|
-
"name": "--cell-font-line-height",
|
|
9240
|
-
"type": "unknown"
|
|
9241
|
-
},
|
|
9242
|
-
{
|
|
9243
|
-
"name": "--cell-font-weight",
|
|
9244
|
-
"type": "unknown"
|
|
9245
|
-
},
|
|
9246
|
-
{
|
|
9247
|
-
"name": "--cell-font-letter-spacing",
|
|
9248
|
-
"type": "unknown"
|
|
9249
|
-
},
|
|
9250
|
-
{
|
|
9251
|
-
"name": "--cell-font-text-decoration",
|
|
9252
|
-
"type": "unknown"
|
|
9253
|
-
},
|
|
9254
|
-
{
|
|
9255
|
-
"name": "--cell-font-text-transform",
|
|
9256
|
-
"type": "unknown"
|
|
9257
|
-
},
|
|
9258
|
-
{
|
|
9259
|
-
"name": "--cell-sub-font-family",
|
|
9260
|
-
"type": "unknown"
|
|
9261
|
-
},
|
|
9262
|
-
{
|
|
9263
|
-
"name": "--cell-sub-font-size",
|
|
9264
|
-
"type": "unknown"
|
|
9265
|
-
},
|
|
9266
|
-
{
|
|
9267
|
-
"name": "--cell-sub-font-line-height",
|
|
9268
|
-
"type": "unknown"
|
|
9269
|
-
},
|
|
9270
|
-
{
|
|
9271
|
-
"name": "--cell-sub-font-weight",
|
|
9272
|
-
"type": "unknown"
|
|
9273
|
-
},
|
|
9274
|
-
{
|
|
9275
|
-
"name": "--cell-sub-font-letter-spacing",
|
|
9276
|
-
"type": "unknown"
|
|
9277
|
-
},
|
|
9278
|
-
{
|
|
9279
|
-
"name": "--cell-sub-font-text-decoration",
|
|
9280
|
-
"type": "unknown"
|
|
9281
|
-
},
|
|
9282
|
-
{
|
|
9283
|
-
"name": "--cell-sub-font-text-transform",
|
|
9284
|
-
"type": "unknown"
|
|
9285
|
-
}
|
|
9286
|
-
],
|
|
9287
|
-
"cssParts": [
|
|
9288
|
-
{
|
|
9289
|
-
"name": "root",
|
|
9290
|
-
"description": "The root part of the Cell that wraps the entire cell content."
|
|
9291
|
-
},
|
|
9292
|
-
{
|
|
9293
|
-
"name": "text",
|
|
9294
|
-
"description": "The part of the Cell that contains the text content."
|
|
9295
|
-
},
|
|
9296
|
-
{
|
|
9297
|
-
"name": "label",
|
|
9298
|
-
"description": "The part of the Cell that contains the primary label content."
|
|
9299
|
-
},
|
|
9300
|
-
{
|
|
9301
|
-
"name": "subLabel",
|
|
9302
|
-
"description": "The part of the Cell that contains the sub label content."
|
|
9303
|
-
}
|
|
9304
9670
|
]
|
|
9305
9671
|
}
|
|
9306
9672
|
]
|
|
9307
9673
|
},
|
|
9308
9674
|
{
|
|
9309
|
-
"path": "./../src/Controls/Components/Cells/
|
|
9675
|
+
"path": "./../src/Controls/Components/Cells/CellElement.ts",
|
|
9310
9676
|
"exports": [
|
|
9311
9677
|
{
|
|
9312
9678
|
"kind": "definition",
|
|
9313
|
-
"name": "mosaik-cell
|
|
9679
|
+
"name": "mosaik-cell",
|
|
9314
9680
|
"declaration": {
|
|
9315
|
-
"name": "
|
|
9316
|
-
"module": "./../src/Controls/Components/Cells/
|
|
9681
|
+
"name": "CellElement",
|
|
9682
|
+
"module": "./../src/Controls/Components/Cells/CellElement.ts"
|
|
9317
9683
|
}
|
|
9318
9684
|
},
|
|
9319
9685
|
{
|
|
@@ -9326,20 +9692,39 @@
|
|
|
9326
9692
|
{
|
|
9327
9693
|
"name": "Themeable",
|
|
9328
9694
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
9695
|
+
},
|
|
9696
|
+
{
|
|
9697
|
+
"name": "Labelable",
|
|
9698
|
+
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
9699
|
+
},
|
|
9700
|
+
{
|
|
9701
|
+
"name": "Disableable",
|
|
9702
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
9329
9703
|
}
|
|
9330
9704
|
],
|
|
9331
|
-
"description": "Cell
|
|
9332
|
-
"name": "
|
|
9705
|
+
"description": "Cell - A component representing a single cell in a grid or table layout.",
|
|
9706
|
+
"name": "CellElement",
|
|
9333
9707
|
"members": [
|
|
9334
9708
|
{
|
|
9335
9709
|
"kind": "field",
|
|
9336
|
-
"name": "
|
|
9710
|
+
"name": "isNavigation",
|
|
9337
9711
|
"privacy": "public",
|
|
9338
|
-
"description": "Gets or sets the `
|
|
9712
|
+
"description": "Gets or sets the `isNavigation` property.",
|
|
9713
|
+
"type": "boolean",
|
|
9714
|
+
"inheritedFrom": {
|
|
9715
|
+
"name": "ICellElementProps",
|
|
9716
|
+
"module": "./../src/Controls/Components/Cells/ICellElementProps.ts"
|
|
9717
|
+
}
|
|
9718
|
+
},
|
|
9719
|
+
{
|
|
9720
|
+
"kind": "field",
|
|
9721
|
+
"name": "subLabel",
|
|
9722
|
+
"privacy": "public",
|
|
9723
|
+
"description": "Gets or sets the `subLabel` property.",
|
|
9339
9724
|
"type": "string",
|
|
9340
9725
|
"inheritedFrom": {
|
|
9341
|
-
"name": "
|
|
9342
|
-
"module": "./../src/Controls/Components/Cells/
|
|
9726
|
+
"name": "ICellElementProps",
|
|
9727
|
+
"module": "./../src/Controls/Components/Cells/ICellElementProps.ts"
|
|
9343
9728
|
}
|
|
9344
9729
|
},
|
|
9345
9730
|
{
|
|
@@ -9353,6 +9738,28 @@
|
|
|
9353
9738
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
9354
9739
|
}
|
|
9355
9740
|
},
|
|
9741
|
+
{
|
|
9742
|
+
"kind": "field",
|
|
9743
|
+
"name": "label",
|
|
9744
|
+
"privacy": "public",
|
|
9745
|
+
"description": "Gets or sets the `label` property.\nThe default value is an empty string, which means no label is displayed.",
|
|
9746
|
+
"type": "string",
|
|
9747
|
+
"inheritedFrom": {
|
|
9748
|
+
"name": "Labelable",
|
|
9749
|
+
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
9750
|
+
}
|
|
9751
|
+
},
|
|
9752
|
+
{
|
|
9753
|
+
"kind": "field",
|
|
9754
|
+
"name": "disabled",
|
|
9755
|
+
"privacy": "public",
|
|
9756
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
9757
|
+
"type": "boolean",
|
|
9758
|
+
"inheritedFrom": {
|
|
9759
|
+
"name": "Disableable",
|
|
9760
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
9761
|
+
}
|
|
9762
|
+
},
|
|
9356
9763
|
{
|
|
9357
9764
|
"kind": "field",
|
|
9358
9765
|
"name": "dir",
|
|
@@ -9529,7 +9936,7 @@
|
|
|
9529
9936
|
}
|
|
9530
9937
|
}
|
|
9531
9938
|
],
|
|
9532
|
-
"tagName": "mosaik-cell
|
|
9939
|
+
"tagName": "mosaik-cell",
|
|
9533
9940
|
"events": [
|
|
9534
9941
|
{
|
|
9535
9942
|
"description": "Called when the element is connected to the DOM.",
|
|
@@ -9561,15 +9968,43 @@
|
|
|
9561
9968
|
],
|
|
9562
9969
|
"slots": [
|
|
9563
9970
|
{
|
|
9564
|
-
"description": "Slot for the
|
|
9565
|
-
"name": "
|
|
9971
|
+
"description": "Slot for content to be displayed at the start of the cell.",
|
|
9972
|
+
"name": "start"
|
|
9566
9973
|
},
|
|
9567
9974
|
{
|
|
9568
|
-
"description": "Slot for the
|
|
9569
|
-
"name": ""
|
|
9975
|
+
"description": "Slot for the primary label content of the cell.",
|
|
9976
|
+
"name": "label"
|
|
9977
|
+
},
|
|
9978
|
+
{
|
|
9979
|
+
"description": "Slot for additional label content or description.",
|
|
9980
|
+
"name": "subLabel"
|
|
9981
|
+
},
|
|
9982
|
+
{
|
|
9983
|
+
"description": "Slot for content to be displayed at the end of the cell.",
|
|
9984
|
+
"name": "end"
|
|
9570
9985
|
}
|
|
9571
9986
|
],
|
|
9572
9987
|
"attributes": [
|
|
9988
|
+
{
|
|
9989
|
+
"name": "isNavigation",
|
|
9990
|
+
"fieldName": "isNavigation",
|
|
9991
|
+
"description": "Gets or sets the `isNavigation` property.",
|
|
9992
|
+
"type": "boolean",
|
|
9993
|
+
"inheritedFrom": {
|
|
9994
|
+
"name": "ICellElementProps",
|
|
9995
|
+
"module": "./../src/Controls/Components/Cells/ICellElementProps.ts"
|
|
9996
|
+
}
|
|
9997
|
+
},
|
|
9998
|
+
{
|
|
9999
|
+
"name": "disabled",
|
|
10000
|
+
"fieldName": "disabled",
|
|
10001
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
10002
|
+
"type": "boolean",
|
|
10003
|
+
"inheritedFrom": {
|
|
10004
|
+
"name": "Disableable",
|
|
10005
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
10006
|
+
}
|
|
10007
|
+
},
|
|
9573
10008
|
{
|
|
9574
10009
|
"name": "dir",
|
|
9575
10010
|
"fieldName": "dir",
|
|
@@ -9593,36 +10028,426 @@
|
|
|
9593
10028
|
],
|
|
9594
10029
|
"cssProperties": [
|
|
9595
10030
|
{
|
|
9596
|
-
"name": "--cell-
|
|
10031
|
+
"name": "--cell-padding-top",
|
|
10032
|
+
"description": "The padding at the top of the cell.",
|
|
9597
10033
|
"type": "unknown"
|
|
9598
10034
|
},
|
|
9599
10035
|
{
|
|
9600
|
-
"name": "--cell-
|
|
10036
|
+
"name": "--cell-padding-right",
|
|
10037
|
+
"description": "The padding on the right side of the cell.",
|
|
9601
10038
|
"type": "unknown"
|
|
9602
10039
|
},
|
|
9603
10040
|
{
|
|
9604
|
-
"name": "--cell-
|
|
10041
|
+
"name": "--cell-padding-bottom",
|
|
10042
|
+
"description": "The padding at the bottom of the cell.",
|
|
9605
10043
|
"type": "unknown"
|
|
9606
|
-
}
|
|
9607
|
-
],
|
|
9608
|
-
"cssParts": [
|
|
10044
|
+
},
|
|
9609
10045
|
{
|
|
9610
|
-
"name": "
|
|
9611
|
-
"description": "The
|
|
10046
|
+
"name": "--cell-padding-left",
|
|
10047
|
+
"description": "The padding on the left side of the cell.",
|
|
10048
|
+
"type": "unknown"
|
|
9612
10049
|
},
|
|
9613
10050
|
{
|
|
9614
|
-
"name": "
|
|
9615
|
-
"description": "The
|
|
9616
|
-
|
|
9617
|
-
|
|
9618
|
-
|
|
9619
|
-
|
|
9620
|
-
|
|
9621
|
-
|
|
9622
|
-
|
|
9623
|
-
|
|
9624
|
-
|
|
9625
|
-
|
|
10051
|
+
"name": "--cell-gap",
|
|
10052
|
+
"description": "The gap between cells.",
|
|
10053
|
+
"type": "unknown"
|
|
10054
|
+
},
|
|
10055
|
+
{
|
|
10056
|
+
"name": "--cell-font-family",
|
|
10057
|
+
"type": "unknown"
|
|
10058
|
+
},
|
|
10059
|
+
{
|
|
10060
|
+
"name": "--cell-font-size",
|
|
10061
|
+
"type": "unknown"
|
|
10062
|
+
},
|
|
10063
|
+
{
|
|
10064
|
+
"name": "--cell-font-line-height",
|
|
10065
|
+
"type": "unknown"
|
|
10066
|
+
},
|
|
10067
|
+
{
|
|
10068
|
+
"name": "--cell-font-weight",
|
|
10069
|
+
"type": "unknown"
|
|
10070
|
+
},
|
|
10071
|
+
{
|
|
10072
|
+
"name": "--cell-font-letter-spacing",
|
|
10073
|
+
"type": "unknown"
|
|
10074
|
+
},
|
|
10075
|
+
{
|
|
10076
|
+
"name": "--cell-font-text-decoration",
|
|
10077
|
+
"type": "unknown"
|
|
10078
|
+
},
|
|
10079
|
+
{
|
|
10080
|
+
"name": "--cell-font-text-transform",
|
|
10081
|
+
"type": "unknown"
|
|
10082
|
+
},
|
|
10083
|
+
{
|
|
10084
|
+
"name": "--cell-sub-font-family",
|
|
10085
|
+
"type": "unknown"
|
|
10086
|
+
},
|
|
10087
|
+
{
|
|
10088
|
+
"name": "--cell-sub-font-size",
|
|
10089
|
+
"type": "unknown"
|
|
10090
|
+
},
|
|
10091
|
+
{
|
|
10092
|
+
"name": "--cell-sub-font-line-height",
|
|
10093
|
+
"type": "unknown"
|
|
10094
|
+
},
|
|
10095
|
+
{
|
|
10096
|
+
"name": "--cell-sub-font-weight",
|
|
10097
|
+
"type": "unknown"
|
|
10098
|
+
},
|
|
10099
|
+
{
|
|
10100
|
+
"name": "--cell-sub-font-letter-spacing",
|
|
10101
|
+
"type": "unknown"
|
|
10102
|
+
},
|
|
10103
|
+
{
|
|
10104
|
+
"name": "--cell-sub-font-text-decoration",
|
|
10105
|
+
"type": "unknown"
|
|
10106
|
+
},
|
|
10107
|
+
{
|
|
10108
|
+
"name": "--cell-sub-font-text-transform",
|
|
10109
|
+
"type": "unknown"
|
|
10110
|
+
}
|
|
10111
|
+
],
|
|
10112
|
+
"cssParts": [
|
|
10113
|
+
{
|
|
10114
|
+
"name": "root",
|
|
10115
|
+
"description": "The root part of the Cell that wraps the entire cell content."
|
|
10116
|
+
},
|
|
10117
|
+
{
|
|
10118
|
+
"name": "text",
|
|
10119
|
+
"description": "The part of the Cell that contains the text content."
|
|
10120
|
+
},
|
|
10121
|
+
{
|
|
10122
|
+
"name": "label",
|
|
10123
|
+
"description": "The part of the Cell that contains the primary label content."
|
|
10124
|
+
},
|
|
10125
|
+
{
|
|
10126
|
+
"name": "subLabel",
|
|
10127
|
+
"description": "The part of the Cell that contains the sub label content."
|
|
10128
|
+
}
|
|
10129
|
+
]
|
|
10130
|
+
}
|
|
10131
|
+
]
|
|
10132
|
+
},
|
|
10133
|
+
{
|
|
10134
|
+
"path": "./../src/Controls/Components/Cells/CellGroupElement.ts",
|
|
10135
|
+
"exports": [
|
|
10136
|
+
{
|
|
10137
|
+
"kind": "definition",
|
|
10138
|
+
"name": "mosaik-cell-group",
|
|
10139
|
+
"declaration": {
|
|
10140
|
+
"name": "CellGroupElement",
|
|
10141
|
+
"module": "./../src/Controls/Components/Cells/CellGroupElement.ts"
|
|
10142
|
+
}
|
|
10143
|
+
},
|
|
10144
|
+
{
|
|
10145
|
+
"kind": "class",
|
|
10146
|
+
"superclass": {
|
|
10147
|
+
"name": "CustomElement",
|
|
10148
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10149
|
+
},
|
|
10150
|
+
"mixins": [
|
|
10151
|
+
{
|
|
10152
|
+
"name": "Themeable",
|
|
10153
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
10154
|
+
}
|
|
10155
|
+
],
|
|
10156
|
+
"description": "Cell Group - A container element for grouping related cells.",
|
|
10157
|
+
"name": "CellGroupElement",
|
|
10158
|
+
"members": [
|
|
10159
|
+
{
|
|
10160
|
+
"kind": "field",
|
|
10161
|
+
"name": "header",
|
|
10162
|
+
"privacy": "public",
|
|
10163
|
+
"description": "Gets or sets the `header` property.",
|
|
10164
|
+
"type": "string",
|
|
10165
|
+
"inheritedFrom": {
|
|
10166
|
+
"name": "ICellGroupElementProps",
|
|
10167
|
+
"module": "./../src/Controls/Components/Cells/ICellGroupElementProps.ts"
|
|
10168
|
+
}
|
|
10169
|
+
},
|
|
10170
|
+
{
|
|
10171
|
+
"kind": "field",
|
|
10172
|
+
"name": "themeName",
|
|
10173
|
+
"privacy": "public",
|
|
10174
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
10175
|
+
"type": "string",
|
|
10176
|
+
"inheritedFrom": {
|
|
10177
|
+
"name": "IThemeableProps",
|
|
10178
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
10179
|
+
}
|
|
10180
|
+
},
|
|
10181
|
+
{
|
|
10182
|
+
"kind": "field",
|
|
10183
|
+
"name": "dir",
|
|
10184
|
+
"privacy": "public",
|
|
10185
|
+
"description": "Gets or sets the `dir` property.",
|
|
10186
|
+
"type": "FlowDirection",
|
|
10187
|
+
"inheritedFrom": {
|
|
10188
|
+
"name": "CustomElement",
|
|
10189
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10190
|
+
}
|
|
10191
|
+
},
|
|
10192
|
+
{
|
|
10193
|
+
"kind": "field",
|
|
10194
|
+
"name": "lang",
|
|
10195
|
+
"privacy": "public",
|
|
10196
|
+
"description": "Gets or sets the `lang` property.",
|
|
10197
|
+
"type": "string",
|
|
10198
|
+
"inheritedFrom": {
|
|
10199
|
+
"name": "CustomElement",
|
|
10200
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10201
|
+
}
|
|
10202
|
+
},
|
|
10203
|
+
{
|
|
10204
|
+
"kind": "field",
|
|
10205
|
+
"name": "changed",
|
|
10206
|
+
"privacy": "public",
|
|
10207
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
10208
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
10209
|
+
"inheritedFrom": {
|
|
10210
|
+
"name": "ICustomElementEvents",
|
|
10211
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
10212
|
+
}
|
|
10213
|
+
},
|
|
10214
|
+
{
|
|
10215
|
+
"kind": "field",
|
|
10216
|
+
"name": "connected",
|
|
10217
|
+
"privacy": "public",
|
|
10218
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
10219
|
+
"type": "IEventEmitter<void>",
|
|
10220
|
+
"inheritedFrom": {
|
|
10221
|
+
"name": "ICustomElementEvents",
|
|
10222
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
10223
|
+
}
|
|
10224
|
+
},
|
|
10225
|
+
{
|
|
10226
|
+
"kind": "field",
|
|
10227
|
+
"name": "disconnected",
|
|
10228
|
+
"privacy": "public",
|
|
10229
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
10230
|
+
"type": "IEventEmitter<void>",
|
|
10231
|
+
"inheritedFrom": {
|
|
10232
|
+
"name": "ICustomElementEvents",
|
|
10233
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
10234
|
+
}
|
|
10235
|
+
},
|
|
10236
|
+
{
|
|
10237
|
+
"kind": "method",
|
|
10238
|
+
"name": "adoptStyle",
|
|
10239
|
+
"privacy": "public",
|
|
10240
|
+
"type": "(styles: CSSResultGroup): void",
|
|
10241
|
+
"description": "Adopts the specified styles.",
|
|
10242
|
+
"parameters": [
|
|
10243
|
+
{
|
|
10244
|
+
"name": "styles",
|
|
10245
|
+
"type": "CSSResultGroup",
|
|
10246
|
+
"description": "The styles to adopt."
|
|
10247
|
+
}
|
|
10248
|
+
],
|
|
10249
|
+
"return": {
|
|
10250
|
+
"type": "void"
|
|
10251
|
+
},
|
|
10252
|
+
"inheritedFrom": {
|
|
10253
|
+
"name": "CustomElement",
|
|
10254
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10255
|
+
}
|
|
10256
|
+
},
|
|
10257
|
+
{
|
|
10258
|
+
"kind": "method",
|
|
10259
|
+
"name": "on",
|
|
10260
|
+
"privacy": "public",
|
|
10261
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any, options?: boolean | ... 1 more ... | undefined) => IEventListenerSubscription",
|
|
10262
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
10263
|
+
"parameters": [
|
|
10264
|
+
{
|
|
10265
|
+
"name": "event",
|
|
10266
|
+
"type": "TEvent"
|
|
10267
|
+
},
|
|
10268
|
+
{
|
|
10269
|
+
"name": "listener",
|
|
10270
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => any"
|
|
10271
|
+
},
|
|
10272
|
+
{
|
|
10273
|
+
"name": "options",
|
|
10274
|
+
"type": "boolean | AddEventListenerOptions"
|
|
10275
|
+
}
|
|
10276
|
+
],
|
|
10277
|
+
"return": {
|
|
10278
|
+
"type": "IEventListenerSubscription"
|
|
10279
|
+
},
|
|
10280
|
+
"inheritedFrom": {
|
|
10281
|
+
"name": "CustomElement",
|
|
10282
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10283
|
+
}
|
|
10284
|
+
},
|
|
10285
|
+
{
|
|
10286
|
+
"kind": "method",
|
|
10287
|
+
"name": "off",
|
|
10288
|
+
"privacy": "public",
|
|
10289
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any): void; }",
|
|
10290
|
+
"description": "Removes an event listener.",
|
|
10291
|
+
"parameters": [
|
|
10292
|
+
{
|
|
10293
|
+
"name": "subscription",
|
|
10294
|
+
"type": "IEventListenerSubscription"
|
|
10295
|
+
}
|
|
10296
|
+
],
|
|
10297
|
+
"return": {
|
|
10298
|
+
"type": "void"
|
|
10299
|
+
},
|
|
10300
|
+
"inheritedFrom": {
|
|
10301
|
+
"name": "CustomElement",
|
|
10302
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10303
|
+
}
|
|
10304
|
+
},
|
|
10305
|
+
{
|
|
10306
|
+
"kind": "method",
|
|
10307
|
+
"name": "emit",
|
|
10308
|
+
"privacy": "public",
|
|
10309
|
+
"type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
|
|
10310
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
10311
|
+
"parameters": [
|
|
10312
|
+
{
|
|
10313
|
+
"name": "event",
|
|
10314
|
+
"type": "TEvent"
|
|
10315
|
+
},
|
|
10316
|
+
{
|
|
10317
|
+
"name": "eventInitDict",
|
|
10318
|
+
"type": "CustomEventInit<TDetail>"
|
|
10319
|
+
}
|
|
10320
|
+
],
|
|
10321
|
+
"return": {
|
|
10322
|
+
"type": "boolean"
|
|
10323
|
+
},
|
|
10324
|
+
"inheritedFrom": {
|
|
10325
|
+
"name": "CustomElement",
|
|
10326
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10327
|
+
}
|
|
10328
|
+
},
|
|
10329
|
+
{
|
|
10330
|
+
"kind": "method",
|
|
10331
|
+
"name": "requestUpdate",
|
|
10332
|
+
"privacy": "public",
|
|
10333
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
10334
|
+
"parameters": [
|
|
10335
|
+
{
|
|
10336
|
+
"name": "name",
|
|
10337
|
+
"type": "keyof this"
|
|
10338
|
+
},
|
|
10339
|
+
{
|
|
10340
|
+
"name": "oldValue",
|
|
10341
|
+
"type": "unknown"
|
|
10342
|
+
},
|
|
10343
|
+
{
|
|
10344
|
+
"name": "options",
|
|
10345
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
10346
|
+
}
|
|
10347
|
+
],
|
|
10348
|
+
"return": {
|
|
10349
|
+
"type": "void"
|
|
10350
|
+
},
|
|
10351
|
+
"inheritedFrom": {
|
|
10352
|
+
"name": "CustomElement",
|
|
10353
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10354
|
+
}
|
|
10355
|
+
}
|
|
10356
|
+
],
|
|
10357
|
+
"tagName": "mosaik-cell-group",
|
|
10358
|
+
"events": [
|
|
10359
|
+
{
|
|
10360
|
+
"description": "Called when the element is connected to the DOM.",
|
|
10361
|
+
"name": "connected",
|
|
10362
|
+
"inheritedFrom": {
|
|
10363
|
+
"name": "CustomElement",
|
|
10364
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10365
|
+
},
|
|
10366
|
+
"type": "CustomEvent"
|
|
10367
|
+
},
|
|
10368
|
+
{
|
|
10369
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
10370
|
+
"name": "disconnected",
|
|
10371
|
+
"inheritedFrom": {
|
|
10372
|
+
"name": "CustomElement",
|
|
10373
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10374
|
+
},
|
|
10375
|
+
"type": "CustomEvent"
|
|
10376
|
+
},
|
|
10377
|
+
{
|
|
10378
|
+
"description": "Called when the element will be updated.",
|
|
10379
|
+
"name": "changed",
|
|
10380
|
+
"inheritedFrom": {
|
|
10381
|
+
"name": "CustomElement",
|
|
10382
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10383
|
+
},
|
|
10384
|
+
"type": "Event"
|
|
10385
|
+
}
|
|
10386
|
+
],
|
|
10387
|
+
"slots": [
|
|
10388
|
+
{
|
|
10389
|
+
"description": "Slot for the group header.",
|
|
10390
|
+
"name": "header"
|
|
10391
|
+
},
|
|
10392
|
+
{
|
|
10393
|
+
"description": "Slot for the default content, typically cells.",
|
|
10394
|
+
"name": ""
|
|
10395
|
+
}
|
|
10396
|
+
],
|
|
10397
|
+
"attributes": [
|
|
10398
|
+
{
|
|
10399
|
+
"name": "dir",
|
|
10400
|
+
"fieldName": "dir",
|
|
10401
|
+
"description": "Gets or sets the `dir` property.",
|
|
10402
|
+
"type": "FlowDirection",
|
|
10403
|
+
"inheritedFrom": {
|
|
10404
|
+
"name": "CustomElement",
|
|
10405
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10406
|
+
}
|
|
10407
|
+
},
|
|
10408
|
+
{
|
|
10409
|
+
"name": "lang",
|
|
10410
|
+
"fieldName": "lang",
|
|
10411
|
+
"description": "Gets or sets the `lang` property.",
|
|
10412
|
+
"type": "string",
|
|
10413
|
+
"inheritedFrom": {
|
|
10414
|
+
"name": "CustomElement",
|
|
10415
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
10416
|
+
}
|
|
10417
|
+
}
|
|
10418
|
+
],
|
|
10419
|
+
"cssProperties": [
|
|
10420
|
+
{
|
|
10421
|
+
"name": "--cell-group-border-color",
|
|
10422
|
+
"type": "unknown"
|
|
10423
|
+
},
|
|
10424
|
+
{
|
|
10425
|
+
"name": "--cell-group-border-radius",
|
|
10426
|
+
"type": "unknown"
|
|
10427
|
+
},
|
|
10428
|
+
{
|
|
10429
|
+
"name": "--cell-group-border-width",
|
|
10430
|
+
"type": "unknown"
|
|
10431
|
+
}
|
|
10432
|
+
],
|
|
10433
|
+
"cssParts": [
|
|
10434
|
+
{
|
|
10435
|
+
"name": "header",
|
|
10436
|
+
"description": "The header part of the cell group."
|
|
10437
|
+
},
|
|
10438
|
+
{
|
|
10439
|
+
"name": "root",
|
|
10440
|
+
"description": "The root container of the cell group."
|
|
10441
|
+
}
|
|
10442
|
+
]
|
|
10443
|
+
}
|
|
10444
|
+
]
|
|
10445
|
+
},
|
|
10446
|
+
{
|
|
10447
|
+
"path": "./../src/Controls/Components/Charts/Abstracts/ChartBaseElement.ts",
|
|
10448
|
+
"exports": [
|
|
10449
|
+
{
|
|
10450
|
+
"kind": "class",
|
|
9626
10451
|
"superclass": {
|
|
9627
10452
|
"name": "CustomElement",
|
|
9628
10453
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
@@ -12681,7 +13506,7 @@
|
|
|
12681
13506
|
"members": [
|
|
12682
13507
|
{
|
|
12683
13508
|
"kind": "field",
|
|
12684
|
-
"name": "
|
|
13509
|
+
"name": "submitted",
|
|
12685
13510
|
"privacy": "public",
|
|
12686
13511
|
"description": "[object Object],[object Object],[object Object]",
|
|
12687
13512
|
"type": "IEventEmitter<IFormSubmitEventDetail>"
|
|
@@ -13047,7 +13872,7 @@
|
|
|
13047
13872
|
"events": [
|
|
13048
13873
|
{
|
|
13049
13874
|
"description": "Fired when the form is submitted.",
|
|
13050
|
-
"name": "
|
|
13875
|
+
"name": "submitted",
|
|
13051
13876
|
"type": "CustomEvent"
|
|
13052
13877
|
},
|
|
13053
13878
|
{
|
|
@@ -52655,69 +53480,908 @@
|
|
|
52655
53480
|
}
|
|
52656
53481
|
},
|
|
52657
53482
|
{
|
|
52658
|
-
"kind": "field",
|
|
52659
|
-
"name": "isChecked",
|
|
52660
|
-
"privacy": "public",
|
|
52661
|
-
"description": "[object Object],[object Object],[object Object]",
|
|
52662
|
-
"type": "boolean | null",
|
|
52663
|
-
"inheritedFrom": {
|
|
52664
|
-
"name": "ToggableElement",
|
|
52665
|
-
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
52666
|
-
}
|
|
52667
|
-
},
|
|
53483
|
+
"kind": "field",
|
|
53484
|
+
"name": "isChecked",
|
|
53485
|
+
"privacy": "public",
|
|
53486
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
53487
|
+
"type": "boolean | null",
|
|
53488
|
+
"inheritedFrom": {
|
|
53489
|
+
"name": "ToggableElement",
|
|
53490
|
+
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
53491
|
+
}
|
|
53492
|
+
},
|
|
53493
|
+
{
|
|
53494
|
+
"kind": "field",
|
|
53495
|
+
"name": "isThreeState",
|
|
53496
|
+
"privacy": "public",
|
|
53497
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
53498
|
+
"type": "boolean",
|
|
53499
|
+
"inheritedFrom": {
|
|
53500
|
+
"name": "ToggableElement",
|
|
53501
|
+
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
53502
|
+
}
|
|
53503
|
+
},
|
|
53504
|
+
{
|
|
53505
|
+
"kind": "field",
|
|
53506
|
+
"name": "checked",
|
|
53507
|
+
"privacy": "public",
|
|
53508
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
53509
|
+
"type": "IEventEmitter<IToggableCheckedEventDetail>",
|
|
53510
|
+
"inheritedFrom": {
|
|
53511
|
+
"name": "IToggableElementEvents",
|
|
53512
|
+
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/IToggableElementEvents.ts"
|
|
53513
|
+
}
|
|
53514
|
+
},
|
|
53515
|
+
{
|
|
53516
|
+
"kind": "field",
|
|
53517
|
+
"name": "unchecked",
|
|
53518
|
+
"privacy": "public",
|
|
53519
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
53520
|
+
"type": "IEventEmitter<IToggableCheckedEventDetail>",
|
|
53521
|
+
"inheritedFrom": {
|
|
53522
|
+
"name": "IToggableElementEvents",
|
|
53523
|
+
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/IToggableElementEvents.ts"
|
|
53524
|
+
}
|
|
53525
|
+
},
|
|
53526
|
+
{
|
|
53527
|
+
"kind": "field",
|
|
53528
|
+
"name": "indeterminate",
|
|
53529
|
+
"privacy": "public",
|
|
53530
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
53531
|
+
"type": "IEventEmitter<IToggableIndeterminateEventDetail>",
|
|
53532
|
+
"inheritedFrom": {
|
|
53533
|
+
"name": "IToggableElementEvents",
|
|
53534
|
+
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/IToggableElementEvents.ts"
|
|
53535
|
+
}
|
|
53536
|
+
},
|
|
53537
|
+
{
|
|
53538
|
+
"kind": "field",
|
|
53539
|
+
"name": "isFocused",
|
|
53540
|
+
"privacy": "public",
|
|
53541
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
|
|
53542
|
+
"type": "boolean",
|
|
53543
|
+
"inheritedFrom": {
|
|
53544
|
+
"name": "Focusable",
|
|
53545
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
53546
|
+
}
|
|
53547
|
+
},
|
|
53548
|
+
{
|
|
53549
|
+
"kind": "field",
|
|
53550
|
+
"name": "dir",
|
|
53551
|
+
"privacy": "public",
|
|
53552
|
+
"description": "Gets or sets the `dir` property.",
|
|
53553
|
+
"type": "FlowDirection",
|
|
53554
|
+
"inheritedFrom": {
|
|
53555
|
+
"name": "CustomElement",
|
|
53556
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53557
|
+
}
|
|
53558
|
+
},
|
|
53559
|
+
{
|
|
53560
|
+
"kind": "field",
|
|
53561
|
+
"name": "lang",
|
|
53562
|
+
"privacy": "public",
|
|
53563
|
+
"description": "Gets or sets the `lang` property.",
|
|
53564
|
+
"type": "string",
|
|
53565
|
+
"inheritedFrom": {
|
|
53566
|
+
"name": "CustomElement",
|
|
53567
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53568
|
+
}
|
|
53569
|
+
},
|
|
53570
|
+
{
|
|
53571
|
+
"kind": "field",
|
|
53572
|
+
"name": "changed",
|
|
53573
|
+
"privacy": "public",
|
|
53574
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
53575
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
53576
|
+
"inheritedFrom": {
|
|
53577
|
+
"name": "ICustomElementEvents",
|
|
53578
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
53579
|
+
}
|
|
53580
|
+
},
|
|
53581
|
+
{
|
|
53582
|
+
"kind": "field",
|
|
53583
|
+
"name": "connected",
|
|
53584
|
+
"privacy": "public",
|
|
53585
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
53586
|
+
"type": "IEventEmitter<void>",
|
|
53587
|
+
"inheritedFrom": {
|
|
53588
|
+
"name": "ICustomElementEvents",
|
|
53589
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
53590
|
+
}
|
|
53591
|
+
},
|
|
53592
|
+
{
|
|
53593
|
+
"kind": "field",
|
|
53594
|
+
"name": "disconnected",
|
|
53595
|
+
"privacy": "public",
|
|
53596
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
53597
|
+
"type": "IEventEmitter<void>",
|
|
53598
|
+
"inheritedFrom": {
|
|
53599
|
+
"name": "ICustomElementEvents",
|
|
53600
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
53601
|
+
}
|
|
53602
|
+
},
|
|
53603
|
+
{
|
|
53604
|
+
"kind": "method",
|
|
53605
|
+
"name": "checkValidity",
|
|
53606
|
+
"privacy": "public",
|
|
53607
|
+
"type": "(): boolean",
|
|
53608
|
+
"description": "Checks the validity of the element and returns `true` if it is valid; otherwise, `false`.",
|
|
53609
|
+
"parameters": [],
|
|
53610
|
+
"return": {
|
|
53611
|
+
"type": "boolean"
|
|
53612
|
+
}
|
|
53613
|
+
},
|
|
53614
|
+
{
|
|
53615
|
+
"kind": "method",
|
|
53616
|
+
"name": "reset",
|
|
53617
|
+
"privacy": "public",
|
|
53618
|
+
"type": "(): void",
|
|
53619
|
+
"description": "Resets the element to its initial state.",
|
|
53620
|
+
"parameters": [],
|
|
53621
|
+
"return": {
|
|
53622
|
+
"type": "void"
|
|
53623
|
+
}
|
|
53624
|
+
},
|
|
53625
|
+
{
|
|
53626
|
+
"kind": "method",
|
|
53627
|
+
"name": "check",
|
|
53628
|
+
"privacy": "public",
|
|
53629
|
+
"type": "(): void",
|
|
53630
|
+
"description": "Checks the element.\nIf the element is disabled, nothing happens.",
|
|
53631
|
+
"parameters": [],
|
|
53632
|
+
"return": {
|
|
53633
|
+
"type": "void"
|
|
53634
|
+
}
|
|
53635
|
+
},
|
|
53636
|
+
{
|
|
53637
|
+
"kind": "method",
|
|
53638
|
+
"name": "uncheck",
|
|
53639
|
+
"privacy": "public",
|
|
53640
|
+
"type": "(): void",
|
|
53641
|
+
"description": "Unchecks the element.\nIf the element is disabled, nothing happens.",
|
|
53642
|
+
"parameters": [],
|
|
53643
|
+
"return": {
|
|
53644
|
+
"type": "void"
|
|
53645
|
+
}
|
|
53646
|
+
},
|
|
53647
|
+
{
|
|
53648
|
+
"kind": "method",
|
|
53649
|
+
"name": "toggle",
|
|
53650
|
+
"privacy": "public",
|
|
53651
|
+
"type": "(): void",
|
|
53652
|
+
"description": "Toggles the element between checked and unchecked states.",
|
|
53653
|
+
"parameters": [],
|
|
53654
|
+
"return": {
|
|
53655
|
+
"type": "void"
|
|
53656
|
+
}
|
|
53657
|
+
},
|
|
53658
|
+
{
|
|
53659
|
+
"kind": "method",
|
|
53660
|
+
"name": "hasVisibleFocusInTree",
|
|
53661
|
+
"privacy": "public",
|
|
53662
|
+
"type": "(): boolean",
|
|
53663
|
+
"description": "Returns a value indicating whether the element has visible focus in the tree.",
|
|
53664
|
+
"parameters": [],
|
|
53665
|
+
"return": {
|
|
53666
|
+
"type": "boolean"
|
|
53667
|
+
},
|
|
53668
|
+
"inheritedFrom": {
|
|
53669
|
+
"name": "Focusable",
|
|
53670
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
53671
|
+
}
|
|
53672
|
+
},
|
|
53673
|
+
{
|
|
53674
|
+
"kind": "method",
|
|
53675
|
+
"name": "adoptStyle",
|
|
53676
|
+
"privacy": "public",
|
|
53677
|
+
"type": "(styles: CSSResultGroup): void",
|
|
53678
|
+
"description": "Adopts the specified styles.",
|
|
53679
|
+
"parameters": [
|
|
53680
|
+
{
|
|
53681
|
+
"name": "styles",
|
|
53682
|
+
"type": "CSSResultGroup",
|
|
53683
|
+
"description": "The styles to adopt."
|
|
53684
|
+
}
|
|
53685
|
+
],
|
|
53686
|
+
"return": {
|
|
53687
|
+
"type": "void"
|
|
53688
|
+
},
|
|
53689
|
+
"inheritedFrom": {
|
|
53690
|
+
"name": "CustomElement",
|
|
53691
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53692
|
+
}
|
|
53693
|
+
},
|
|
53694
|
+
{
|
|
53695
|
+
"kind": "method",
|
|
53696
|
+
"name": "on",
|
|
53697
|
+
"privacy": "public",
|
|
53698
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any, options?: boolean | ... 1 more ... | undefined) => IEventListenerSubscription",
|
|
53699
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
53700
|
+
"parameters": [
|
|
53701
|
+
{
|
|
53702
|
+
"name": "event",
|
|
53703
|
+
"type": "TEvent"
|
|
53704
|
+
},
|
|
53705
|
+
{
|
|
53706
|
+
"name": "listener",
|
|
53707
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => any"
|
|
53708
|
+
},
|
|
53709
|
+
{
|
|
53710
|
+
"name": "options",
|
|
53711
|
+
"type": "boolean | AddEventListenerOptions"
|
|
53712
|
+
}
|
|
53713
|
+
],
|
|
53714
|
+
"return": {
|
|
53715
|
+
"type": "IEventListenerSubscription"
|
|
53716
|
+
},
|
|
53717
|
+
"inheritedFrom": {
|
|
53718
|
+
"name": "CustomElement",
|
|
53719
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53720
|
+
}
|
|
53721
|
+
},
|
|
53722
|
+
{
|
|
53723
|
+
"kind": "method",
|
|
53724
|
+
"name": "off",
|
|
53725
|
+
"privacy": "public",
|
|
53726
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any): void; }",
|
|
53727
|
+
"description": "Removes an event listener.",
|
|
53728
|
+
"parameters": [
|
|
53729
|
+
{
|
|
53730
|
+
"name": "subscription",
|
|
53731
|
+
"type": "IEventListenerSubscription"
|
|
53732
|
+
}
|
|
53733
|
+
],
|
|
53734
|
+
"return": {
|
|
53735
|
+
"type": "void"
|
|
53736
|
+
},
|
|
53737
|
+
"inheritedFrom": {
|
|
53738
|
+
"name": "CustomElement",
|
|
53739
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53740
|
+
}
|
|
53741
|
+
},
|
|
53742
|
+
{
|
|
53743
|
+
"kind": "method",
|
|
53744
|
+
"name": "emit",
|
|
53745
|
+
"privacy": "public",
|
|
53746
|
+
"type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
|
|
53747
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
53748
|
+
"parameters": [
|
|
53749
|
+
{
|
|
53750
|
+
"name": "event",
|
|
53751
|
+
"type": "TEvent"
|
|
53752
|
+
},
|
|
53753
|
+
{
|
|
53754
|
+
"name": "eventInitDict",
|
|
53755
|
+
"type": "CustomEventInit<TDetail>"
|
|
53756
|
+
}
|
|
53757
|
+
],
|
|
53758
|
+
"return": {
|
|
53759
|
+
"type": "boolean"
|
|
53760
|
+
},
|
|
53761
|
+
"inheritedFrom": {
|
|
53762
|
+
"name": "CustomElement",
|
|
53763
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53764
|
+
}
|
|
53765
|
+
},
|
|
53766
|
+
{
|
|
53767
|
+
"kind": "method",
|
|
53768
|
+
"name": "requestUpdate",
|
|
53769
|
+
"privacy": "public",
|
|
53770
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
53771
|
+
"parameters": [
|
|
53772
|
+
{
|
|
53773
|
+
"name": "name",
|
|
53774
|
+
"type": "keyof this"
|
|
53775
|
+
},
|
|
53776
|
+
{
|
|
53777
|
+
"name": "oldValue",
|
|
53778
|
+
"type": "unknown"
|
|
53779
|
+
},
|
|
53780
|
+
{
|
|
53781
|
+
"name": "options",
|
|
53782
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
53783
|
+
}
|
|
53784
|
+
],
|
|
53785
|
+
"return": {
|
|
53786
|
+
"type": "void"
|
|
53787
|
+
},
|
|
53788
|
+
"inheritedFrom": {
|
|
53789
|
+
"name": "CustomElement",
|
|
53790
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53791
|
+
}
|
|
53792
|
+
}
|
|
53793
|
+
],
|
|
53794
|
+
"tagName": "mosaik-toggle-switch",
|
|
53795
|
+
"events": [
|
|
53796
|
+
{
|
|
53797
|
+
"description": "Called when the element is checked.",
|
|
53798
|
+
"name": "checked",
|
|
53799
|
+
"inheritedFrom": {
|
|
53800
|
+
"name": "ToggableElement",
|
|
53801
|
+
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
53802
|
+
},
|
|
53803
|
+
"type": "Event"
|
|
53804
|
+
},
|
|
53805
|
+
{
|
|
53806
|
+
"description": "Called when the element is unchecked.",
|
|
53807
|
+
"name": "unchecked",
|
|
53808
|
+
"inheritedFrom": {
|
|
53809
|
+
"name": "ToggableElement",
|
|
53810
|
+
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
53811
|
+
},
|
|
53812
|
+
"type": "Event"
|
|
53813
|
+
},
|
|
53814
|
+
{
|
|
53815
|
+
"description": "Called when the element is indeterminate.",
|
|
53816
|
+
"name": "indeterminate",
|
|
53817
|
+
"inheritedFrom": {
|
|
53818
|
+
"name": "ToggableElement",
|
|
53819
|
+
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
53820
|
+
},
|
|
53821
|
+
"type": "Event"
|
|
53822
|
+
},
|
|
53823
|
+
{
|
|
53824
|
+
"description": "Called when the element is connected to the DOM.",
|
|
53825
|
+
"name": "connected",
|
|
53826
|
+
"inheritedFrom": {
|
|
53827
|
+
"name": "CustomElement",
|
|
53828
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53829
|
+
},
|
|
53830
|
+
"type": "CustomEvent"
|
|
53831
|
+
},
|
|
53832
|
+
{
|
|
53833
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
53834
|
+
"name": "disconnected",
|
|
53835
|
+
"inheritedFrom": {
|
|
53836
|
+
"name": "CustomElement",
|
|
53837
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53838
|
+
},
|
|
53839
|
+
"type": "CustomEvent"
|
|
53840
|
+
},
|
|
53841
|
+
{
|
|
53842
|
+
"description": "Called when the element will be updated.",
|
|
53843
|
+
"name": "changed",
|
|
53844
|
+
"inheritedFrom": {
|
|
53845
|
+
"name": "CustomElement",
|
|
53846
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53847
|
+
},
|
|
53848
|
+
"type": "Event"
|
|
53849
|
+
}
|
|
53850
|
+
],
|
|
53851
|
+
"slots": [
|
|
53852
|
+
{
|
|
53853
|
+
"description": "A slot for prefix content, typically used for icons or labels.",
|
|
53854
|
+
"name": "prefix"
|
|
53855
|
+
},
|
|
53856
|
+
{
|
|
53857
|
+
"description": "A slot for suffix content, typically used for additional information or icons.",
|
|
53858
|
+
"name": "suffix"
|
|
53859
|
+
}
|
|
53860
|
+
],
|
|
53861
|
+
"attributes": [
|
|
53862
|
+
{
|
|
53863
|
+
"name": "labelPosition",
|
|
53864
|
+
"fieldName": "labelPosition",
|
|
53865
|
+
"description": "Gets or sets the `labelPosition` property.",
|
|
53866
|
+
"type": "LabelPosition",
|
|
53867
|
+
"inheritedFrom": {
|
|
53868
|
+
"name": "IToggleSwitchElementProps",
|
|
53869
|
+
"module": "./../src/Controls/Components/Inputs/ToggleSwitch/IToggleSwitchElementProps.ts"
|
|
53870
|
+
}
|
|
53871
|
+
},
|
|
53872
|
+
{
|
|
53873
|
+
"name": "required",
|
|
53874
|
+
"fieldName": "required",
|
|
53875
|
+
"description": "Gets or sets the `required` property.",
|
|
53876
|
+
"type": "boolean",
|
|
53877
|
+
"inheritedFrom": {
|
|
53878
|
+
"name": "IToggleSwitchElementProps",
|
|
53879
|
+
"module": "./../src/Controls/Components/Inputs/ToggleSwitch/IToggleSwitchElementProps.ts"
|
|
53880
|
+
}
|
|
53881
|
+
},
|
|
53882
|
+
{
|
|
53883
|
+
"name": "name",
|
|
53884
|
+
"fieldName": "name",
|
|
53885
|
+
"description": "Gets or sets the `name` property.",
|
|
53886
|
+
"type": "string",
|
|
53887
|
+
"inheritedFrom": {
|
|
53888
|
+
"name": "IToggleSwitchElementProps",
|
|
53889
|
+
"module": "./../src/Controls/Components/Inputs/ToggleSwitch/IToggleSwitchElementProps.ts"
|
|
53890
|
+
}
|
|
53891
|
+
},
|
|
53892
|
+
{
|
|
53893
|
+
"name": "invalid",
|
|
53894
|
+
"fieldName": "invalid",
|
|
53895
|
+
"description": "Determines whether the element is invalid or not.\nIf `true`, the element will be invalid.\nThe default value is `false`, which means the element is valid.",
|
|
53896
|
+
"type": "boolean",
|
|
53897
|
+
"inheritedFrom": {
|
|
53898
|
+
"name": "Invalidable",
|
|
53899
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
53900
|
+
}
|
|
53901
|
+
},
|
|
53902
|
+
{
|
|
53903
|
+
"name": "value",
|
|
53904
|
+
"fieldName": "value",
|
|
53905
|
+
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
53906
|
+
"type": "TType",
|
|
53907
|
+
"inheritedFrom": {
|
|
53908
|
+
"name": "Valueable",
|
|
53909
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
53910
|
+
}
|
|
53911
|
+
},
|
|
53912
|
+
{
|
|
53913
|
+
"name": "variant",
|
|
53914
|
+
"fieldName": "variant",
|
|
53915
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
53916
|
+
"type": "Variant",
|
|
53917
|
+
"inheritedFrom": {
|
|
53918
|
+
"name": "Variantable",
|
|
53919
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
53920
|
+
}
|
|
53921
|
+
},
|
|
53922
|
+
{
|
|
53923
|
+
"name": "appearance",
|
|
53924
|
+
"fieldName": "appearance",
|
|
53925
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
53926
|
+
"type": "Appearance",
|
|
53927
|
+
"inheritedFrom": {
|
|
53928
|
+
"name": "Appearanceable",
|
|
53929
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
53930
|
+
}
|
|
53931
|
+
},
|
|
53932
|
+
{
|
|
53933
|
+
"name": "disabled",
|
|
53934
|
+
"fieldName": "disabled",
|
|
53935
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
53936
|
+
"type": "boolean",
|
|
53937
|
+
"inheritedFrom": {
|
|
53938
|
+
"name": "Disableable",
|
|
53939
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
53940
|
+
}
|
|
53941
|
+
},
|
|
53942
|
+
{
|
|
53943
|
+
"name": "isChecked",
|
|
53944
|
+
"fieldName": "isChecked",
|
|
53945
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
53946
|
+
"type": "boolean | null",
|
|
53947
|
+
"inheritedFrom": {
|
|
53948
|
+
"name": "ToggableElement",
|
|
53949
|
+
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
53950
|
+
}
|
|
53951
|
+
},
|
|
53952
|
+
{
|
|
53953
|
+
"name": "isThreeState",
|
|
53954
|
+
"fieldName": "isThreeState",
|
|
53955
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
53956
|
+
"type": "boolean",
|
|
53957
|
+
"inheritedFrom": {
|
|
53958
|
+
"name": "ToggableElement",
|
|
53959
|
+
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
53960
|
+
}
|
|
53961
|
+
},
|
|
53962
|
+
{
|
|
53963
|
+
"name": "isFocused",
|
|
53964
|
+
"fieldName": "isFocused",
|
|
53965
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
|
|
53966
|
+
"type": "boolean",
|
|
53967
|
+
"inheritedFrom": {
|
|
53968
|
+
"name": "Focusable",
|
|
53969
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
53970
|
+
}
|
|
53971
|
+
},
|
|
53972
|
+
{
|
|
53973
|
+
"name": "dir",
|
|
53974
|
+
"fieldName": "dir",
|
|
53975
|
+
"description": "Gets or sets the `dir` property.",
|
|
53976
|
+
"type": "FlowDirection",
|
|
53977
|
+
"inheritedFrom": {
|
|
53978
|
+
"name": "CustomElement",
|
|
53979
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53980
|
+
}
|
|
53981
|
+
},
|
|
53982
|
+
{
|
|
53983
|
+
"name": "lang",
|
|
53984
|
+
"fieldName": "lang",
|
|
53985
|
+
"description": "Gets or sets the `lang` property.",
|
|
53986
|
+
"type": "string",
|
|
53987
|
+
"inheritedFrom": {
|
|
53988
|
+
"name": "CustomElement",
|
|
53989
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53990
|
+
}
|
|
53991
|
+
}
|
|
53992
|
+
]
|
|
53993
|
+
}
|
|
53994
|
+
]
|
|
53995
|
+
},
|
|
53996
|
+
{
|
|
53997
|
+
"path": "./../src/Controls/Components/Layouts/Absolute/AbsoluteElement.ts",
|
|
53998
|
+
"exports": [
|
|
53999
|
+
{
|
|
54000
|
+
"kind": "definition",
|
|
54001
|
+
"name": "mosaik-absolute",
|
|
54002
|
+
"declaration": {
|
|
54003
|
+
"name": "AbsoluteElement",
|
|
54004
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/AbsoluteElement.ts"
|
|
54005
|
+
}
|
|
54006
|
+
},
|
|
54007
|
+
{
|
|
54008
|
+
"kind": "class",
|
|
54009
|
+
"superclass": {
|
|
54010
|
+
"name": "LayoutElement",
|
|
54011
|
+
"module": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts"
|
|
54012
|
+
},
|
|
54013
|
+
"mixins": [
|
|
54014
|
+
{
|
|
54015
|
+
"name": "Themeable",
|
|
54016
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
54017
|
+
},
|
|
54018
|
+
{
|
|
54019
|
+
"name": "Fitable",
|
|
54020
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
54021
|
+
}
|
|
54022
|
+
],
|
|
54023
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
54024
|
+
"name": "AbsoluteElement",
|
|
54025
|
+
"members": [
|
|
54026
|
+
{
|
|
54027
|
+
"kind": "field",
|
|
54028
|
+
"name": "themeName",
|
|
54029
|
+
"privacy": "public",
|
|
54030
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
54031
|
+
"type": "string",
|
|
54032
|
+
"inheritedFrom": {
|
|
54033
|
+
"name": "IThemeableProps",
|
|
54034
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
54035
|
+
}
|
|
54036
|
+
},
|
|
54037
|
+
{
|
|
54038
|
+
"kind": "field",
|
|
54039
|
+
"name": "fit",
|
|
54040
|
+
"privacy": "public",
|
|
54041
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
|
|
54042
|
+
"type": "Fit",
|
|
54043
|
+
"inheritedFrom": {
|
|
54044
|
+
"name": "Fitable",
|
|
54045
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
54046
|
+
}
|
|
54047
|
+
},
|
|
54048
|
+
{
|
|
54049
|
+
"kind": "field",
|
|
54050
|
+
"name": "items",
|
|
54051
|
+
"privacy": "public",
|
|
54052
|
+
"description": "Gets or sets the `items` property.",
|
|
54053
|
+
"type": "HTMLElement[]",
|
|
54054
|
+
"inheritedFrom": {
|
|
54055
|
+
"name": "LayoutElement",
|
|
54056
|
+
"module": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts"
|
|
54057
|
+
}
|
|
54058
|
+
},
|
|
54059
|
+
{
|
|
54060
|
+
"kind": "field",
|
|
54061
|
+
"name": "dir",
|
|
54062
|
+
"privacy": "public",
|
|
54063
|
+
"description": "Gets or sets the `dir` property.",
|
|
54064
|
+
"type": "FlowDirection",
|
|
54065
|
+
"inheritedFrom": {
|
|
54066
|
+
"name": "CustomElement",
|
|
54067
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54068
|
+
}
|
|
54069
|
+
},
|
|
54070
|
+
{
|
|
54071
|
+
"kind": "field",
|
|
54072
|
+
"name": "lang",
|
|
54073
|
+
"privacy": "public",
|
|
54074
|
+
"description": "Gets or sets the `lang` property.",
|
|
54075
|
+
"type": "string",
|
|
54076
|
+
"inheritedFrom": {
|
|
54077
|
+
"name": "CustomElement",
|
|
54078
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54079
|
+
}
|
|
54080
|
+
},
|
|
54081
|
+
{
|
|
54082
|
+
"kind": "field",
|
|
54083
|
+
"name": "changed",
|
|
54084
|
+
"privacy": "public",
|
|
54085
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
54086
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
54087
|
+
"inheritedFrom": {
|
|
54088
|
+
"name": "ICustomElementEvents",
|
|
54089
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
54090
|
+
}
|
|
54091
|
+
},
|
|
54092
|
+
{
|
|
54093
|
+
"kind": "field",
|
|
54094
|
+
"name": "connected",
|
|
54095
|
+
"privacy": "public",
|
|
54096
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
54097
|
+
"type": "IEventEmitter<void>",
|
|
54098
|
+
"inheritedFrom": {
|
|
54099
|
+
"name": "ICustomElementEvents",
|
|
54100
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
54101
|
+
}
|
|
54102
|
+
},
|
|
54103
|
+
{
|
|
54104
|
+
"kind": "field",
|
|
54105
|
+
"name": "disconnected",
|
|
54106
|
+
"privacy": "public",
|
|
54107
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
54108
|
+
"type": "IEventEmitter<void>",
|
|
54109
|
+
"inheritedFrom": {
|
|
54110
|
+
"name": "ICustomElementEvents",
|
|
54111
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
54112
|
+
}
|
|
54113
|
+
},
|
|
54114
|
+
{
|
|
54115
|
+
"kind": "method",
|
|
54116
|
+
"name": "adoptStyle",
|
|
54117
|
+
"privacy": "public",
|
|
54118
|
+
"type": "(styles: CSSResultGroup): void",
|
|
54119
|
+
"description": "Adopts the specified styles.",
|
|
54120
|
+
"parameters": [
|
|
54121
|
+
{
|
|
54122
|
+
"name": "styles",
|
|
54123
|
+
"type": "CSSResultGroup",
|
|
54124
|
+
"description": "The styles to adopt."
|
|
54125
|
+
}
|
|
54126
|
+
],
|
|
54127
|
+
"return": {
|
|
54128
|
+
"type": "void"
|
|
54129
|
+
},
|
|
54130
|
+
"inheritedFrom": {
|
|
54131
|
+
"name": "CustomElement",
|
|
54132
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54133
|
+
}
|
|
54134
|
+
},
|
|
54135
|
+
{
|
|
54136
|
+
"kind": "method",
|
|
54137
|
+
"name": "on",
|
|
54138
|
+
"privacy": "public",
|
|
54139
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any, options?: boolean | ... 1 more ... | undefined) => IEventListenerSubscription",
|
|
54140
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
54141
|
+
"parameters": [
|
|
54142
|
+
{
|
|
54143
|
+
"name": "event",
|
|
54144
|
+
"type": "TEvent"
|
|
54145
|
+
},
|
|
54146
|
+
{
|
|
54147
|
+
"name": "listener",
|
|
54148
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => any"
|
|
54149
|
+
},
|
|
54150
|
+
{
|
|
54151
|
+
"name": "options",
|
|
54152
|
+
"type": "boolean | AddEventListenerOptions"
|
|
54153
|
+
}
|
|
54154
|
+
],
|
|
54155
|
+
"return": {
|
|
54156
|
+
"type": "IEventListenerSubscription"
|
|
54157
|
+
},
|
|
54158
|
+
"inheritedFrom": {
|
|
54159
|
+
"name": "CustomElement",
|
|
54160
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54161
|
+
}
|
|
54162
|
+
},
|
|
54163
|
+
{
|
|
54164
|
+
"kind": "method",
|
|
54165
|
+
"name": "off",
|
|
54166
|
+
"privacy": "public",
|
|
54167
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any): void; }",
|
|
54168
|
+
"description": "Removes an event listener.",
|
|
54169
|
+
"parameters": [
|
|
54170
|
+
{
|
|
54171
|
+
"name": "subscription",
|
|
54172
|
+
"type": "IEventListenerSubscription"
|
|
54173
|
+
}
|
|
54174
|
+
],
|
|
54175
|
+
"return": {
|
|
54176
|
+
"type": "void"
|
|
54177
|
+
},
|
|
54178
|
+
"inheritedFrom": {
|
|
54179
|
+
"name": "CustomElement",
|
|
54180
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54181
|
+
}
|
|
54182
|
+
},
|
|
54183
|
+
{
|
|
54184
|
+
"kind": "method",
|
|
54185
|
+
"name": "emit",
|
|
54186
|
+
"privacy": "public",
|
|
54187
|
+
"type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
|
|
54188
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
54189
|
+
"parameters": [
|
|
54190
|
+
{
|
|
54191
|
+
"name": "event",
|
|
54192
|
+
"type": "TEvent"
|
|
54193
|
+
},
|
|
54194
|
+
{
|
|
54195
|
+
"name": "eventInitDict",
|
|
54196
|
+
"type": "CustomEventInit<TDetail>"
|
|
54197
|
+
}
|
|
54198
|
+
],
|
|
54199
|
+
"return": {
|
|
54200
|
+
"type": "boolean"
|
|
54201
|
+
},
|
|
54202
|
+
"inheritedFrom": {
|
|
54203
|
+
"name": "CustomElement",
|
|
54204
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54205
|
+
}
|
|
54206
|
+
},
|
|
54207
|
+
{
|
|
54208
|
+
"kind": "method",
|
|
54209
|
+
"name": "requestUpdate",
|
|
54210
|
+
"privacy": "public",
|
|
54211
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
54212
|
+
"parameters": [
|
|
54213
|
+
{
|
|
54214
|
+
"name": "name",
|
|
54215
|
+
"type": "keyof this"
|
|
54216
|
+
},
|
|
54217
|
+
{
|
|
54218
|
+
"name": "oldValue",
|
|
54219
|
+
"type": "unknown"
|
|
54220
|
+
},
|
|
54221
|
+
{
|
|
54222
|
+
"name": "options",
|
|
54223
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
54224
|
+
}
|
|
54225
|
+
],
|
|
54226
|
+
"return": {
|
|
54227
|
+
"type": "void"
|
|
54228
|
+
},
|
|
54229
|
+
"inheritedFrom": {
|
|
54230
|
+
"name": "CustomElement",
|
|
54231
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54232
|
+
}
|
|
54233
|
+
}
|
|
54234
|
+
],
|
|
54235
|
+
"tagName": "mosaik-absolute",
|
|
54236
|
+
"events": [
|
|
54237
|
+
{
|
|
54238
|
+
"description": "Called when the element is connected to the DOM.",
|
|
54239
|
+
"name": "connected",
|
|
54240
|
+
"inheritedFrom": {
|
|
54241
|
+
"name": "CustomElement",
|
|
54242
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54243
|
+
},
|
|
54244
|
+
"type": "CustomEvent"
|
|
54245
|
+
},
|
|
54246
|
+
{
|
|
54247
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
54248
|
+
"name": "disconnected",
|
|
54249
|
+
"inheritedFrom": {
|
|
54250
|
+
"name": "CustomElement",
|
|
54251
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54252
|
+
},
|
|
54253
|
+
"type": "CustomEvent"
|
|
54254
|
+
},
|
|
54255
|
+
{
|
|
54256
|
+
"description": "Called when the element will be updated.",
|
|
54257
|
+
"name": "changed",
|
|
54258
|
+
"inheritedFrom": {
|
|
54259
|
+
"name": "CustomElement",
|
|
54260
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54261
|
+
},
|
|
54262
|
+
"type": "Event"
|
|
54263
|
+
}
|
|
54264
|
+
],
|
|
54265
|
+
"slots": [
|
|
54266
|
+
{
|
|
54267
|
+
"description": "The default slot for placing child elements.",
|
|
54268
|
+
"name": ""
|
|
54269
|
+
}
|
|
54270
|
+
],
|
|
54271
|
+
"attributes": [
|
|
54272
|
+
{
|
|
54273
|
+
"name": "fit",
|
|
54274
|
+
"fieldName": "fit",
|
|
54275
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
|
|
54276
|
+
"type": "Fit",
|
|
54277
|
+
"inheritedFrom": {
|
|
54278
|
+
"name": "Fitable",
|
|
54279
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
54280
|
+
}
|
|
54281
|
+
},
|
|
54282
|
+
{
|
|
54283
|
+
"name": "dir",
|
|
54284
|
+
"fieldName": "dir",
|
|
54285
|
+
"description": "Gets or sets the `dir` property.",
|
|
54286
|
+
"type": "FlowDirection",
|
|
54287
|
+
"inheritedFrom": {
|
|
54288
|
+
"name": "CustomElement",
|
|
54289
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54290
|
+
}
|
|
54291
|
+
},
|
|
54292
|
+
{
|
|
54293
|
+
"name": "lang",
|
|
54294
|
+
"fieldName": "lang",
|
|
54295
|
+
"description": "Gets or sets the `lang` property.",
|
|
54296
|
+
"type": "string",
|
|
54297
|
+
"inheritedFrom": {
|
|
54298
|
+
"name": "CustomElement",
|
|
54299
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54300
|
+
}
|
|
54301
|
+
}
|
|
54302
|
+
]
|
|
54303
|
+
}
|
|
54304
|
+
]
|
|
54305
|
+
},
|
|
54306
|
+
{
|
|
54307
|
+
"path": "./../src/Controls/Components/Layouts/Absolute/AbsoluteItemElement.ts",
|
|
54308
|
+
"exports": [
|
|
54309
|
+
{
|
|
54310
|
+
"kind": "definition",
|
|
54311
|
+
"name": "mosaik-absolute-item",
|
|
54312
|
+
"declaration": {
|
|
54313
|
+
"name": "AbsoluteItemElement",
|
|
54314
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/AbsoluteItemElement.ts"
|
|
54315
|
+
}
|
|
54316
|
+
},
|
|
54317
|
+
{
|
|
54318
|
+
"kind": "class",
|
|
54319
|
+
"superclass": {
|
|
54320
|
+
"name": "CustomElement",
|
|
54321
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54322
|
+
},
|
|
54323
|
+
"mixins": [
|
|
54324
|
+
{
|
|
54325
|
+
"name": "Themeable",
|
|
54326
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
54327
|
+
}
|
|
54328
|
+
],
|
|
54329
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
54330
|
+
"name": "AbsoluteItemElement",
|
|
54331
|
+
"members": [
|
|
52668
54332
|
{
|
|
52669
54333
|
"kind": "field",
|
|
52670
|
-
"name": "
|
|
54334
|
+
"name": "left",
|
|
52671
54335
|
"privacy": "public",
|
|
52672
|
-
"description": "
|
|
52673
|
-
"type": "
|
|
54336
|
+
"description": "Gets or sets the `left` property.",
|
|
54337
|
+
"type": "CssLength | null | undefined",
|
|
52674
54338
|
"inheritedFrom": {
|
|
52675
|
-
"name": "
|
|
52676
|
-
"module": "./../src/Controls/Components/
|
|
54339
|
+
"name": "IAbsoluteItemElementProps",
|
|
54340
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
52677
54341
|
}
|
|
52678
54342
|
},
|
|
52679
54343
|
{
|
|
52680
54344
|
"kind": "field",
|
|
52681
|
-
"name": "
|
|
54345
|
+
"name": "top",
|
|
52682
54346
|
"privacy": "public",
|
|
52683
|
-
"description": "
|
|
52684
|
-
"type": "
|
|
54347
|
+
"description": "Gets or sets the `top` property.",
|
|
54348
|
+
"type": "CssLength | null | undefined",
|
|
52685
54349
|
"inheritedFrom": {
|
|
52686
|
-
"name": "
|
|
52687
|
-
"module": "./../src/Controls/Components/
|
|
54350
|
+
"name": "IAbsoluteItemElementProps",
|
|
54351
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
52688
54352
|
}
|
|
52689
54353
|
},
|
|
52690
54354
|
{
|
|
52691
54355
|
"kind": "field",
|
|
52692
|
-
"name": "
|
|
54356
|
+
"name": "bottom",
|
|
52693
54357
|
"privacy": "public",
|
|
52694
|
-
"description": "
|
|
52695
|
-
"type": "
|
|
54358
|
+
"description": "Gets or sets the `bottom` property.",
|
|
54359
|
+
"type": "CssLength | null | undefined",
|
|
52696
54360
|
"inheritedFrom": {
|
|
52697
|
-
"name": "
|
|
52698
|
-
"module": "./../src/Controls/Components/
|
|
54361
|
+
"name": "IAbsoluteItemElementProps",
|
|
54362
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
52699
54363
|
}
|
|
52700
54364
|
},
|
|
52701
54365
|
{
|
|
52702
54366
|
"kind": "field",
|
|
52703
|
-
"name": "
|
|
54367
|
+
"name": "right",
|
|
52704
54368
|
"privacy": "public",
|
|
52705
|
-
"description": "
|
|
52706
|
-
"type": "
|
|
54369
|
+
"description": "Gets or sets the `right` property.",
|
|
54370
|
+
"type": "CssLength | null | undefined",
|
|
52707
54371
|
"inheritedFrom": {
|
|
52708
|
-
"name": "
|
|
52709
|
-
"module": "./../src/Controls/Components/
|
|
54372
|
+
"name": "IAbsoluteItemElementProps",
|
|
54373
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
52710
54374
|
}
|
|
52711
54375
|
},
|
|
52712
54376
|
{
|
|
52713
54377
|
"kind": "field",
|
|
52714
|
-
"name": "
|
|
54378
|
+
"name": "themeName",
|
|
52715
54379
|
"privacy": "public",
|
|
52716
|
-
"description": "Gets or sets
|
|
52717
|
-
"type": "
|
|
54380
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
54381
|
+
"type": "string",
|
|
52718
54382
|
"inheritedFrom": {
|
|
52719
|
-
"name": "
|
|
52720
|
-
"module": "./../src/Controls/Behaviors/
|
|
54383
|
+
"name": "IThemeableProps",
|
|
54384
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
52721
54385
|
}
|
|
52722
54386
|
},
|
|
52723
54387
|
{
|
|
@@ -52775,76 +54439,6 @@
|
|
|
52775
54439
|
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
52776
54440
|
}
|
|
52777
54441
|
},
|
|
52778
|
-
{
|
|
52779
|
-
"kind": "method",
|
|
52780
|
-
"name": "checkValidity",
|
|
52781
|
-
"privacy": "public",
|
|
52782
|
-
"type": "(): boolean",
|
|
52783
|
-
"description": "Checks the validity of the element and returns `true` if it is valid; otherwise, `false`.",
|
|
52784
|
-
"parameters": [],
|
|
52785
|
-
"return": {
|
|
52786
|
-
"type": "boolean"
|
|
52787
|
-
}
|
|
52788
|
-
},
|
|
52789
|
-
{
|
|
52790
|
-
"kind": "method",
|
|
52791
|
-
"name": "reset",
|
|
52792
|
-
"privacy": "public",
|
|
52793
|
-
"type": "(): void",
|
|
52794
|
-
"description": "Resets the element to its initial state.",
|
|
52795
|
-
"parameters": [],
|
|
52796
|
-
"return": {
|
|
52797
|
-
"type": "void"
|
|
52798
|
-
}
|
|
52799
|
-
},
|
|
52800
|
-
{
|
|
52801
|
-
"kind": "method",
|
|
52802
|
-
"name": "check",
|
|
52803
|
-
"privacy": "public",
|
|
52804
|
-
"type": "(): void",
|
|
52805
|
-
"description": "Checks the element.\nIf the element is disabled, nothing happens.",
|
|
52806
|
-
"parameters": [],
|
|
52807
|
-
"return": {
|
|
52808
|
-
"type": "void"
|
|
52809
|
-
}
|
|
52810
|
-
},
|
|
52811
|
-
{
|
|
52812
|
-
"kind": "method",
|
|
52813
|
-
"name": "uncheck",
|
|
52814
|
-
"privacy": "public",
|
|
52815
|
-
"type": "(): void",
|
|
52816
|
-
"description": "Unchecks the element.\nIf the element is disabled, nothing happens.",
|
|
52817
|
-
"parameters": [],
|
|
52818
|
-
"return": {
|
|
52819
|
-
"type": "void"
|
|
52820
|
-
}
|
|
52821
|
-
},
|
|
52822
|
-
{
|
|
52823
|
-
"kind": "method",
|
|
52824
|
-
"name": "toggle",
|
|
52825
|
-
"privacy": "public",
|
|
52826
|
-
"type": "(): void",
|
|
52827
|
-
"description": "Toggles the element between checked and unchecked states.",
|
|
52828
|
-
"parameters": [],
|
|
52829
|
-
"return": {
|
|
52830
|
-
"type": "void"
|
|
52831
|
-
}
|
|
52832
|
-
},
|
|
52833
|
-
{
|
|
52834
|
-
"kind": "method",
|
|
52835
|
-
"name": "hasVisibleFocusInTree",
|
|
52836
|
-
"privacy": "public",
|
|
52837
|
-
"type": "(): boolean",
|
|
52838
|
-
"description": "Returns a value indicating whether the element has visible focus in the tree.",
|
|
52839
|
-
"parameters": [],
|
|
52840
|
-
"return": {
|
|
52841
|
-
"type": "boolean"
|
|
52842
|
-
},
|
|
52843
|
-
"inheritedFrom": {
|
|
52844
|
-
"name": "Focusable",
|
|
52845
|
-
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
52846
|
-
}
|
|
52847
|
-
},
|
|
52848
54442
|
{
|
|
52849
54443
|
"kind": "method",
|
|
52850
54444
|
"name": "adoptStyle",
|
|
@@ -52966,35 +54560,8 @@
|
|
|
52966
54560
|
}
|
|
52967
54561
|
}
|
|
52968
54562
|
],
|
|
52969
|
-
"tagName": "mosaik-
|
|
54563
|
+
"tagName": "mosaik-absolute-item",
|
|
52970
54564
|
"events": [
|
|
52971
|
-
{
|
|
52972
|
-
"description": "Called when the element is checked.",
|
|
52973
|
-
"name": "checked",
|
|
52974
|
-
"inheritedFrom": {
|
|
52975
|
-
"name": "ToggableElement",
|
|
52976
|
-
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
52977
|
-
},
|
|
52978
|
-
"type": "Event"
|
|
52979
|
-
},
|
|
52980
|
-
{
|
|
52981
|
-
"description": "Called when the element is unchecked.",
|
|
52982
|
-
"name": "unchecked",
|
|
52983
|
-
"inheritedFrom": {
|
|
52984
|
-
"name": "ToggableElement",
|
|
52985
|
-
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
52986
|
-
},
|
|
52987
|
-
"type": "Event"
|
|
52988
|
-
},
|
|
52989
|
-
{
|
|
52990
|
-
"description": "Called when the element is indeterminate.",
|
|
52991
|
-
"name": "indeterminate",
|
|
52992
|
-
"inheritedFrom": {
|
|
52993
|
-
"name": "ToggableElement",
|
|
52994
|
-
"module": "./../src/Controls/Components/Primitives/Abstracts/Toggable/ToggableElement.ts"
|
|
52995
|
-
},
|
|
52996
|
-
"type": "Event"
|
|
52997
|
-
},
|
|
52998
54565
|
{
|
|
52999
54566
|
"description": "Called when the element is connected to the DOM.",
|
|
53000
54567
|
"name": "connected",
|
|
@@ -53025,123 +54592,49 @@
|
|
|
53025
54592
|
],
|
|
53026
54593
|
"slots": [
|
|
53027
54594
|
{
|
|
53028
|
-
"description": "
|
|
53029
|
-
"name": "
|
|
53030
|
-
},
|
|
53031
|
-
{
|
|
53032
|
-
"description": "A slot for suffix content, typically used for additional information or icons.",
|
|
53033
|
-
"name": "suffix"
|
|
54595
|
+
"description": "The default slot for placing child elements.",
|
|
54596
|
+
"name": ""
|
|
53034
54597
|
}
|
|
53035
54598
|
],
|
|
53036
54599
|
"attributes": [
|
|
53037
54600
|
{
|
|
53038
|
-
"name": "
|
|
53039
|
-
"fieldName": "
|
|
53040
|
-
"description": "Gets or sets the `
|
|
53041
|
-
"type": "
|
|
53042
|
-
"inheritedFrom": {
|
|
53043
|
-
"name": "IToggleSwitchElementProps",
|
|
53044
|
-
"module": "./../src/Controls/Components/Inputs/ToggleSwitch/IToggleSwitchElementProps.ts"
|
|
53045
|
-
}
|
|
53046
|
-
},
|
|
53047
|
-
{
|
|
53048
|
-
"name": "required",
|
|
53049
|
-
"fieldName": "required",
|
|
53050
|
-
"description": "Gets or sets the `required` property.",
|
|
53051
|
-
"type": "boolean",
|
|
53052
|
-
"inheritedFrom": {
|
|
53053
|
-
"name": "IToggleSwitchElementProps",
|
|
53054
|
-
"module": "./../src/Controls/Components/Inputs/ToggleSwitch/IToggleSwitchElementProps.ts"
|
|
53055
|
-
}
|
|
53056
|
-
},
|
|
53057
|
-
{
|
|
53058
|
-
"name": "name",
|
|
53059
|
-
"fieldName": "name",
|
|
53060
|
-
"description": "Gets or sets the `name` property.",
|
|
53061
|
-
"type": "string",
|
|
53062
|
-
"inheritedFrom": {
|
|
53063
|
-
"name": "IToggleSwitchElementProps",
|
|
53064
|
-
"module": "./../src/Controls/Components/Inputs/ToggleSwitch/IToggleSwitchElementProps.ts"
|
|
53065
|
-
}
|
|
53066
|
-
},
|
|
53067
|
-
{
|
|
53068
|
-
"name": "invalid",
|
|
53069
|
-
"fieldName": "invalid",
|
|
53070
|
-
"description": "Determines whether the element is invalid or not.\nIf `true`, the element will be invalid.\nThe default value is `false`, which means the element is valid.",
|
|
53071
|
-
"type": "boolean",
|
|
53072
|
-
"inheritedFrom": {
|
|
53073
|
-
"name": "Invalidable",
|
|
53074
|
-
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
53075
|
-
}
|
|
53076
|
-
},
|
|
53077
|
-
{
|
|
53078
|
-
"name": "value",
|
|
53079
|
-
"fieldName": "value",
|
|
53080
|
-
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
53081
|
-
"type": "TType",
|
|
53082
|
-
"inheritedFrom": {
|
|
53083
|
-
"name": "Valueable",
|
|
53084
|
-
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
53085
|
-
}
|
|
53086
|
-
},
|
|
53087
|
-
{
|
|
53088
|
-
"name": "variant",
|
|
53089
|
-
"fieldName": "variant",
|
|
53090
|
-
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
53091
|
-
"type": "Variant",
|
|
53092
|
-
"inheritedFrom": {
|
|
53093
|
-
"name": "Variantable",
|
|
53094
|
-
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
53095
|
-
}
|
|
53096
|
-
},
|
|
53097
|
-
{
|
|
53098
|
-
"name": "appearance",
|
|
53099
|
-
"fieldName": "appearance",
|
|
53100
|
-
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
53101
|
-
"type": "Appearance",
|
|
53102
|
-
"inheritedFrom": {
|
|
53103
|
-
"name": "Appearanceable",
|
|
53104
|
-
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
53105
|
-
}
|
|
53106
|
-
},
|
|
53107
|
-
{
|
|
53108
|
-
"name": "disabled",
|
|
53109
|
-
"fieldName": "disabled",
|
|
53110
|
-
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
53111
|
-
"type": "boolean",
|
|
54601
|
+
"name": "left",
|
|
54602
|
+
"fieldName": "left",
|
|
54603
|
+
"description": "Gets or sets the `left` property.",
|
|
54604
|
+
"type": "CssLength | null | undefined",
|
|
53112
54605
|
"inheritedFrom": {
|
|
53113
|
-
"name": "
|
|
53114
|
-
"module": "./../src/Controls/
|
|
54606
|
+
"name": "IAbsoluteItemElementProps",
|
|
54607
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
53115
54608
|
}
|
|
53116
54609
|
},
|
|
53117
54610
|
{
|
|
53118
|
-
"name": "
|
|
53119
|
-
"fieldName": "
|
|
53120
|
-
"description": "
|
|
53121
|
-
"type": "
|
|
54611
|
+
"name": "top",
|
|
54612
|
+
"fieldName": "top",
|
|
54613
|
+
"description": "Gets or sets the `top` property.",
|
|
54614
|
+
"type": "CssLength | null | undefined",
|
|
53122
54615
|
"inheritedFrom": {
|
|
53123
|
-
"name": "
|
|
53124
|
-
"module": "./../src/Controls/Components/
|
|
54616
|
+
"name": "IAbsoluteItemElementProps",
|
|
54617
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
53125
54618
|
}
|
|
53126
54619
|
},
|
|
53127
54620
|
{
|
|
53128
|
-
"name": "
|
|
53129
|
-
"fieldName": "
|
|
53130
|
-
"description": "
|
|
53131
|
-
"type": "
|
|
54621
|
+
"name": "bottom",
|
|
54622
|
+
"fieldName": "bottom",
|
|
54623
|
+
"description": "Gets or sets the `bottom` property.",
|
|
54624
|
+
"type": "CssLength | null | undefined",
|
|
53132
54625
|
"inheritedFrom": {
|
|
53133
|
-
"name": "
|
|
53134
|
-
"module": "./../src/Controls/Components/
|
|
54626
|
+
"name": "IAbsoluteItemElementProps",
|
|
54627
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
53135
54628
|
}
|
|
53136
54629
|
},
|
|
53137
54630
|
{
|
|
53138
|
-
"name": "
|
|
53139
|
-
"fieldName": "
|
|
53140
|
-
"description": "Gets or sets
|
|
53141
|
-
"type": "
|
|
54631
|
+
"name": "right",
|
|
54632
|
+
"fieldName": "right",
|
|
54633
|
+
"description": "Gets or sets the `right` property.",
|
|
54634
|
+
"type": "CssLength | null | undefined",
|
|
53142
54635
|
"inheritedFrom": {
|
|
53143
|
-
"name": "
|
|
53144
|
-
"module": "./../src/Controls/
|
|
54636
|
+
"name": "IAbsoluteItemElementProps",
|
|
54637
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
53145
54638
|
}
|
|
53146
54639
|
},
|
|
53147
54640
|
{
|
|
@@ -53169,67 +54662,23 @@
|
|
|
53169
54662
|
]
|
|
53170
54663
|
},
|
|
53171
54664
|
{
|
|
53172
|
-
"path": "./../src/Controls/Components/Layouts/
|
|
54665
|
+
"path": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts",
|
|
53173
54666
|
"exports": [
|
|
53174
|
-
{
|
|
53175
|
-
"kind": "definition",
|
|
53176
|
-
"name": "mosaik-absolute",
|
|
53177
|
-
"declaration": {
|
|
53178
|
-
"name": "AbsoluteElement",
|
|
53179
|
-
"module": "./../src/Controls/Components/Layouts/Absolute/AbsoluteElement.ts"
|
|
53180
|
-
}
|
|
53181
|
-
},
|
|
53182
54667
|
{
|
|
53183
54668
|
"kind": "class",
|
|
53184
54669
|
"superclass": {
|
|
53185
|
-
"name": "
|
|
53186
|
-
"module": "./../src/Controls/Components/
|
|
54670
|
+
"name": "CustomElement",
|
|
54671
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53187
54672
|
},
|
|
53188
|
-
"mixins": [
|
|
53189
|
-
{
|
|
53190
|
-
"name": "Themeable",
|
|
53191
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
53192
|
-
},
|
|
53193
|
-
{
|
|
53194
|
-
"name": "Fitable",
|
|
53195
|
-
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
53196
|
-
}
|
|
53197
|
-
],
|
|
53198
54673
|
"description": "[object Object],[object Object],[object Object]",
|
|
53199
|
-
"name": "
|
|
54674
|
+
"name": "LayoutElement",
|
|
53200
54675
|
"members": [
|
|
53201
|
-
{
|
|
53202
|
-
"kind": "field",
|
|
53203
|
-
"name": "themeName",
|
|
53204
|
-
"privacy": "public",
|
|
53205
|
-
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
53206
|
-
"type": "string",
|
|
53207
|
-
"inheritedFrom": {
|
|
53208
|
-
"name": "IThemeableProps",
|
|
53209
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
53210
|
-
}
|
|
53211
|
-
},
|
|
53212
|
-
{
|
|
53213
|
-
"kind": "field",
|
|
53214
|
-
"name": "fit",
|
|
53215
|
-
"privacy": "public",
|
|
53216
|
-
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
|
|
53217
|
-
"type": "Fit",
|
|
53218
|
-
"inheritedFrom": {
|
|
53219
|
-
"name": "Fitable",
|
|
53220
|
-
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
53221
|
-
}
|
|
53222
|
-
},
|
|
53223
54676
|
{
|
|
53224
54677
|
"kind": "field",
|
|
53225
54678
|
"name": "items",
|
|
53226
54679
|
"privacy": "public",
|
|
53227
54680
|
"description": "Gets or sets the `items` property.",
|
|
53228
|
-
"type": "HTMLElement[]"
|
|
53229
|
-
"inheritedFrom": {
|
|
53230
|
-
"name": "LayoutElement",
|
|
53231
|
-
"module": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts"
|
|
53232
|
-
}
|
|
54681
|
+
"type": "HTMLElement[]"
|
|
53233
54682
|
},
|
|
53234
54683
|
{
|
|
53235
54684
|
"kind": "field",
|
|
@@ -53406,157 +54855,128 @@
|
|
|
53406
54855
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53407
54856
|
}
|
|
53408
54857
|
}
|
|
53409
|
-
],
|
|
53410
|
-
"tagName": "mosaik-absolute",
|
|
53411
|
-
"events": [
|
|
53412
|
-
{
|
|
53413
|
-
"description": "Called when the element is connected to the DOM.",
|
|
53414
|
-
"name": "connected",
|
|
53415
|
-
"inheritedFrom": {
|
|
53416
|
-
"name": "CustomElement",
|
|
53417
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53418
|
-
},
|
|
53419
|
-
"type": "CustomEvent"
|
|
53420
|
-
},
|
|
53421
|
-
{
|
|
53422
|
-
"description": "Called when the element is disconnected from the DOM.",
|
|
53423
|
-
"name": "disconnected",
|
|
53424
|
-
"inheritedFrom": {
|
|
53425
|
-
"name": "CustomElement",
|
|
53426
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53427
|
-
},
|
|
53428
|
-
"type": "CustomEvent"
|
|
53429
|
-
},
|
|
53430
|
-
{
|
|
53431
|
-
"description": "Called when the element will be updated.",
|
|
53432
|
-
"name": "changed",
|
|
53433
|
-
"inheritedFrom": {
|
|
53434
|
-
"name": "CustomElement",
|
|
53435
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53436
|
-
},
|
|
53437
|
-
"type": "Event"
|
|
53438
|
-
}
|
|
53439
|
-
],
|
|
53440
|
-
"slots": [
|
|
53441
|
-
{
|
|
53442
|
-
"description": "The default slot for placing child elements.",
|
|
53443
|
-
"name": ""
|
|
53444
|
-
}
|
|
53445
|
-
],
|
|
53446
|
-
"attributes": [
|
|
53447
|
-
{
|
|
53448
|
-
"name": "fit",
|
|
53449
|
-
"fieldName": "fit",
|
|
53450
|
-
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
|
|
53451
|
-
"type": "Fit",
|
|
53452
|
-
"inheritedFrom": {
|
|
53453
|
-
"name": "Fitable",
|
|
53454
|
-
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
53455
|
-
}
|
|
53456
|
-
},
|
|
53457
|
-
{
|
|
53458
|
-
"name": "dir",
|
|
53459
|
-
"fieldName": "dir",
|
|
53460
|
-
"description": "Gets or sets the `dir` property.",
|
|
53461
|
-
"type": "FlowDirection",
|
|
53462
|
-
"inheritedFrom": {
|
|
53463
|
-
"name": "CustomElement",
|
|
53464
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53465
|
-
}
|
|
53466
|
-
},
|
|
53467
|
-
{
|
|
53468
|
-
"name": "lang",
|
|
53469
|
-
"fieldName": "lang",
|
|
53470
|
-
"description": "Gets or sets the `lang` property.",
|
|
53471
|
-
"type": "string",
|
|
53472
|
-
"inheritedFrom": {
|
|
53473
|
-
"name": "CustomElement",
|
|
53474
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53475
|
-
}
|
|
53476
|
-
}
|
|
53477
54858
|
]
|
|
53478
54859
|
}
|
|
53479
54860
|
]
|
|
53480
54861
|
},
|
|
53481
54862
|
{
|
|
53482
|
-
"path": "./../src/Controls/Components/Layouts/
|
|
54863
|
+
"path": "./../src/Controls/Components/Layouts/Dock/DockPanelElement.ts",
|
|
53483
54864
|
"exports": [
|
|
53484
54865
|
{
|
|
53485
54866
|
"kind": "definition",
|
|
53486
|
-
"name": "mosaik-
|
|
54867
|
+
"name": "mosaik-dock-panel",
|
|
53487
54868
|
"declaration": {
|
|
53488
|
-
"name": "
|
|
53489
|
-
"module": "./../src/Controls/Components/Layouts/
|
|
54869
|
+
"name": "DockPanelElement",
|
|
54870
|
+
"module": "./../src/Controls/Components/Layouts/Dock/DockPanelElement.ts"
|
|
53490
54871
|
}
|
|
53491
54872
|
},
|
|
53492
54873
|
{
|
|
53493
54874
|
"kind": "class",
|
|
53494
54875
|
"superclass": {
|
|
53495
|
-
"name": "
|
|
53496
|
-
"module": "./../src/Controls/Components/Abstracts/
|
|
54876
|
+
"name": "LayoutElement",
|
|
54877
|
+
"module": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts"
|
|
53497
54878
|
},
|
|
53498
54879
|
"mixins": [
|
|
53499
54880
|
{
|
|
53500
54881
|
"name": "Themeable",
|
|
53501
54882
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
54883
|
+
},
|
|
54884
|
+
{
|
|
54885
|
+
"name": "Reversible",
|
|
54886
|
+
"module": "./../src/Controls/Behaviors/Reversible.ts"
|
|
54887
|
+
},
|
|
54888
|
+
{
|
|
54889
|
+
"name": "Orientable",
|
|
54890
|
+
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
54891
|
+
},
|
|
54892
|
+
{
|
|
54893
|
+
"name": "Fitable",
|
|
54894
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
54895
|
+
},
|
|
54896
|
+
{
|
|
54897
|
+
"name": "Gapable",
|
|
54898
|
+
"module": "./../src/Controls/Behaviors/Gapable.ts"
|
|
53502
54899
|
}
|
|
53503
54900
|
],
|
|
53504
|
-
"description": "
|
|
53505
|
-
"name": "
|
|
54901
|
+
"description": "DockPanel - A layout component used to arrange child components by docking them to specific edges or filling the remaining space.",
|
|
54902
|
+
"name": "DockPanelElement",
|
|
53506
54903
|
"members": [
|
|
53507
54904
|
{
|
|
53508
54905
|
"kind": "field",
|
|
53509
|
-
"name": "
|
|
54906
|
+
"name": "lastChildFill",
|
|
53510
54907
|
"privacy": "public",
|
|
53511
|
-
"description": "
|
|
53512
|
-
"type": "
|
|
54908
|
+
"description": "The `lastChildFill` property determines whether the last child element should fill the remaining space.",
|
|
54909
|
+
"type": "boolean",
|
|
54910
|
+
"default": "\"true\"",
|
|
53513
54911
|
"inheritedFrom": {
|
|
53514
|
-
"name": "
|
|
53515
|
-
"module": "./../src/Controls/Components/Layouts/
|
|
54912
|
+
"name": "IDockPanelElementProps",
|
|
54913
|
+
"module": "./../src/Controls/Components/Layouts/Dock/IDockPanelElementProps.ts"
|
|
53516
54914
|
}
|
|
53517
54915
|
},
|
|
53518
54916
|
{
|
|
53519
54917
|
"kind": "field",
|
|
53520
|
-
"name": "
|
|
54918
|
+
"name": "themeName",
|
|
53521
54919
|
"privacy": "public",
|
|
53522
|
-
"description": "Gets or sets the `
|
|
53523
|
-
"type": "
|
|
54920
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
54921
|
+
"type": "string",
|
|
53524
54922
|
"inheritedFrom": {
|
|
53525
|
-
"name": "
|
|
53526
|
-
"module": "./../src/Controls/
|
|
54923
|
+
"name": "IThemeableProps",
|
|
54924
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
53527
54925
|
}
|
|
53528
54926
|
},
|
|
53529
54927
|
{
|
|
53530
54928
|
"kind": "field",
|
|
53531
|
-
"name": "
|
|
54929
|
+
"name": "reverse",
|
|
53532
54930
|
"privacy": "public",
|
|
53533
|
-
"description": "Gets or sets the `
|
|
53534
|
-
"type": "
|
|
54931
|
+
"description": "Gets or sets the `reverse` property.\nIf `true`, the element will be reversed in its orientation.\nThe default value is `false`, which means the element is not reversed.",
|
|
54932
|
+
"type": "boolean",
|
|
53535
54933
|
"inheritedFrom": {
|
|
53536
|
-
"name": "
|
|
53537
|
-
"module": "./../src/Controls/
|
|
54934
|
+
"name": "Reversible",
|
|
54935
|
+
"module": "./../src/Controls/Behaviors/Reversible.ts"
|
|
53538
54936
|
}
|
|
53539
54937
|
},
|
|
53540
54938
|
{
|
|
53541
54939
|
"kind": "field",
|
|
53542
|
-
"name": "
|
|
54940
|
+
"name": "orientation",
|
|
53543
54941
|
"privacy": "public",
|
|
53544
|
-
"description": "Gets or sets the `
|
|
53545
|
-
"type": "
|
|
54942
|
+
"description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
|
|
54943
|
+
"type": "Orientation",
|
|
53546
54944
|
"inheritedFrom": {
|
|
53547
|
-
"name": "
|
|
53548
|
-
"module": "./../src/Controls/
|
|
54945
|
+
"name": "Orientable",
|
|
54946
|
+
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
53549
54947
|
}
|
|
53550
54948
|
},
|
|
53551
54949
|
{
|
|
53552
54950
|
"kind": "field",
|
|
53553
|
-
"name": "
|
|
54951
|
+
"name": "fit",
|
|
53554
54952
|
"privacy": "public",
|
|
53555
|
-
"description": "Gets or sets
|
|
53556
|
-
"type": "
|
|
54953
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
|
|
54954
|
+
"type": "Fit",
|
|
53557
54955
|
"inheritedFrom": {
|
|
53558
|
-
"name": "
|
|
53559
|
-
"module": "./../src/Controls/Behaviors/
|
|
54956
|
+
"name": "Fitable",
|
|
54957
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
54958
|
+
}
|
|
54959
|
+
},
|
|
54960
|
+
{
|
|
54961
|
+
"kind": "field",
|
|
54962
|
+
"name": "gap",
|
|
54963
|
+
"privacy": "public",
|
|
54964
|
+
"description": "The `gap` represents the space between the child elements.\nThe default value is `0`, which means no gap is applied.",
|
|
54965
|
+
"type": "Size | CssLength",
|
|
54966
|
+
"inheritedFrom": {
|
|
54967
|
+
"name": "IGapableProps",
|
|
54968
|
+
"module": "./../src/Controls/Behaviors/Gapable.ts"
|
|
54969
|
+
}
|
|
54970
|
+
},
|
|
54971
|
+
{
|
|
54972
|
+
"kind": "field",
|
|
54973
|
+
"name": "items",
|
|
54974
|
+
"privacy": "public",
|
|
54975
|
+
"description": "Gets or sets the `items` property.",
|
|
54976
|
+
"type": "HTMLElement[]",
|
|
54977
|
+
"inheritedFrom": {
|
|
54978
|
+
"name": "LayoutElement",
|
|
54979
|
+
"module": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts"
|
|
53560
54980
|
}
|
|
53561
54981
|
},
|
|
53562
54982
|
{
|
|
@@ -53735,7 +55155,7 @@
|
|
|
53735
55155
|
}
|
|
53736
55156
|
}
|
|
53737
55157
|
],
|
|
53738
|
-
"tagName": "mosaik-
|
|
55158
|
+
"tagName": "mosaik-dock-panel",
|
|
53739
55159
|
"events": [
|
|
53740
55160
|
{
|
|
53741
55161
|
"description": "Called when the element is connected to the DOM.",
|
|
@@ -53767,49 +55187,50 @@
|
|
|
53767
55187
|
],
|
|
53768
55188
|
"slots": [
|
|
53769
55189
|
{
|
|
53770
|
-
"description": "The default slot for
|
|
55190
|
+
"description": "The default slot for child elements to be docked.",
|
|
53771
55191
|
"name": ""
|
|
53772
55192
|
}
|
|
53773
55193
|
],
|
|
53774
55194
|
"attributes": [
|
|
53775
55195
|
{
|
|
53776
|
-
"name": "
|
|
53777
|
-
"fieldName": "
|
|
53778
|
-
"
|
|
53779
|
-
"
|
|
55196
|
+
"name": "lastChildFill",
|
|
55197
|
+
"fieldName": "lastChildFill",
|
|
55198
|
+
"defaultValue": "\"true\"",
|
|
55199
|
+
"description": "The `lastChildFill` property determines whether the last child element should fill the remaining space.",
|
|
55200
|
+
"type": "boolean",
|
|
53780
55201
|
"inheritedFrom": {
|
|
53781
|
-
"name": "
|
|
53782
|
-
"module": "./../src/Controls/Components/Layouts/
|
|
55202
|
+
"name": "IDockPanelElementProps",
|
|
55203
|
+
"module": "./../src/Controls/Components/Layouts/Dock/IDockPanelElementProps.ts"
|
|
53783
55204
|
}
|
|
53784
55205
|
},
|
|
53785
55206
|
{
|
|
53786
|
-
"name": "
|
|
53787
|
-
"fieldName": "
|
|
53788
|
-
"description": "Gets or sets the `
|
|
53789
|
-
"type": "
|
|
55207
|
+
"name": "reverse",
|
|
55208
|
+
"fieldName": "reverse",
|
|
55209
|
+
"description": "Gets or sets the `reverse` property.\nIf `true`, the element will be reversed in its orientation.\nThe default value is `false`, which means the element is not reversed.",
|
|
55210
|
+
"type": "boolean",
|
|
53790
55211
|
"inheritedFrom": {
|
|
53791
|
-
"name": "
|
|
53792
|
-
"module": "./../src/Controls/
|
|
55212
|
+
"name": "Reversible",
|
|
55213
|
+
"module": "./../src/Controls/Behaviors/Reversible.ts"
|
|
53793
55214
|
}
|
|
53794
55215
|
},
|
|
53795
55216
|
{
|
|
53796
|
-
"name": "
|
|
53797
|
-
"fieldName": "
|
|
53798
|
-
"description": "Gets or sets the `
|
|
53799
|
-
"type": "
|
|
55217
|
+
"name": "orientation",
|
|
55218
|
+
"fieldName": "orientation",
|
|
55219
|
+
"description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
|
|
55220
|
+
"type": "Orientation",
|
|
53800
55221
|
"inheritedFrom": {
|
|
53801
|
-
"name": "
|
|
53802
|
-
"module": "./../src/Controls/
|
|
55222
|
+
"name": "Orientable",
|
|
55223
|
+
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
53803
55224
|
}
|
|
53804
55225
|
},
|
|
53805
55226
|
{
|
|
53806
|
-
"name": "
|
|
53807
|
-
"fieldName": "
|
|
53808
|
-
"description": "Gets or sets the `
|
|
53809
|
-
"type": "
|
|
55227
|
+
"name": "fit",
|
|
55228
|
+
"fieldName": "fit",
|
|
55229
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
|
|
55230
|
+
"type": "Fit",
|
|
53810
55231
|
"inheritedFrom": {
|
|
53811
|
-
"name": "
|
|
53812
|
-
"module": "./../src/Controls/
|
|
55232
|
+
"name": "Fitable",
|
|
55233
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
53813
55234
|
}
|
|
53814
55235
|
},
|
|
53815
55236
|
{
|
|
@@ -53836,204 +55257,6 @@
|
|
|
53836
55257
|
}
|
|
53837
55258
|
]
|
|
53838
55259
|
},
|
|
53839
|
-
{
|
|
53840
|
-
"path": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts",
|
|
53841
|
-
"exports": [
|
|
53842
|
-
{
|
|
53843
|
-
"kind": "class",
|
|
53844
|
-
"superclass": {
|
|
53845
|
-
"name": "CustomElement",
|
|
53846
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53847
|
-
},
|
|
53848
|
-
"description": "[object Object],[object Object],[object Object]",
|
|
53849
|
-
"name": "LayoutElement",
|
|
53850
|
-
"members": [
|
|
53851
|
-
{
|
|
53852
|
-
"kind": "field",
|
|
53853
|
-
"name": "items",
|
|
53854
|
-
"privacy": "public",
|
|
53855
|
-
"description": "Gets or sets the `items` property.",
|
|
53856
|
-
"type": "HTMLElement[]"
|
|
53857
|
-
},
|
|
53858
|
-
{
|
|
53859
|
-
"kind": "field",
|
|
53860
|
-
"name": "dir",
|
|
53861
|
-
"privacy": "public",
|
|
53862
|
-
"description": "Gets or sets the `dir` property.",
|
|
53863
|
-
"type": "FlowDirection",
|
|
53864
|
-
"inheritedFrom": {
|
|
53865
|
-
"name": "CustomElement",
|
|
53866
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53867
|
-
}
|
|
53868
|
-
},
|
|
53869
|
-
{
|
|
53870
|
-
"kind": "field",
|
|
53871
|
-
"name": "lang",
|
|
53872
|
-
"privacy": "public",
|
|
53873
|
-
"description": "Gets or sets the `lang` property.",
|
|
53874
|
-
"type": "string",
|
|
53875
|
-
"inheritedFrom": {
|
|
53876
|
-
"name": "CustomElement",
|
|
53877
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53878
|
-
}
|
|
53879
|
-
},
|
|
53880
|
-
{
|
|
53881
|
-
"kind": "field",
|
|
53882
|
-
"name": "changed",
|
|
53883
|
-
"privacy": "public",
|
|
53884
|
-
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
53885
|
-
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
53886
|
-
"inheritedFrom": {
|
|
53887
|
-
"name": "ICustomElementEvents",
|
|
53888
|
-
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
53889
|
-
}
|
|
53890
|
-
},
|
|
53891
|
-
{
|
|
53892
|
-
"kind": "field",
|
|
53893
|
-
"name": "connected",
|
|
53894
|
-
"privacy": "public",
|
|
53895
|
-
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
53896
|
-
"type": "IEventEmitter<void>",
|
|
53897
|
-
"inheritedFrom": {
|
|
53898
|
-
"name": "ICustomElementEvents",
|
|
53899
|
-
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
53900
|
-
}
|
|
53901
|
-
},
|
|
53902
|
-
{
|
|
53903
|
-
"kind": "field",
|
|
53904
|
-
"name": "disconnected",
|
|
53905
|
-
"privacy": "public",
|
|
53906
|
-
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
53907
|
-
"type": "IEventEmitter<void>",
|
|
53908
|
-
"inheritedFrom": {
|
|
53909
|
-
"name": "ICustomElementEvents",
|
|
53910
|
-
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
53911
|
-
}
|
|
53912
|
-
},
|
|
53913
|
-
{
|
|
53914
|
-
"kind": "method",
|
|
53915
|
-
"name": "adoptStyle",
|
|
53916
|
-
"privacy": "public",
|
|
53917
|
-
"type": "(styles: CSSResultGroup): void",
|
|
53918
|
-
"description": "Adopts the specified styles.",
|
|
53919
|
-
"parameters": [
|
|
53920
|
-
{
|
|
53921
|
-
"name": "styles",
|
|
53922
|
-
"type": "CSSResultGroup",
|
|
53923
|
-
"description": "The styles to adopt."
|
|
53924
|
-
}
|
|
53925
|
-
],
|
|
53926
|
-
"return": {
|
|
53927
|
-
"type": "void"
|
|
53928
|
-
},
|
|
53929
|
-
"inheritedFrom": {
|
|
53930
|
-
"name": "CustomElement",
|
|
53931
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53932
|
-
}
|
|
53933
|
-
},
|
|
53934
|
-
{
|
|
53935
|
-
"kind": "method",
|
|
53936
|
-
"name": "on",
|
|
53937
|
-
"privacy": "public",
|
|
53938
|
-
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any, options?: boolean | ... 1 more ... | undefined) => IEventListenerSubscription",
|
|
53939
|
-
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
53940
|
-
"parameters": [
|
|
53941
|
-
{
|
|
53942
|
-
"name": "event",
|
|
53943
|
-
"type": "TEvent"
|
|
53944
|
-
},
|
|
53945
|
-
{
|
|
53946
|
-
"name": "listener",
|
|
53947
|
-
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => any"
|
|
53948
|
-
},
|
|
53949
|
-
{
|
|
53950
|
-
"name": "options",
|
|
53951
|
-
"type": "boolean | AddEventListenerOptions"
|
|
53952
|
-
}
|
|
53953
|
-
],
|
|
53954
|
-
"return": {
|
|
53955
|
-
"type": "IEventListenerSubscription"
|
|
53956
|
-
},
|
|
53957
|
-
"inheritedFrom": {
|
|
53958
|
-
"name": "CustomElement",
|
|
53959
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53960
|
-
}
|
|
53961
|
-
},
|
|
53962
|
-
{
|
|
53963
|
-
"kind": "method",
|
|
53964
|
-
"name": "off",
|
|
53965
|
-
"privacy": "public",
|
|
53966
|
-
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any): void; }",
|
|
53967
|
-
"description": "Removes an event listener.",
|
|
53968
|
-
"parameters": [
|
|
53969
|
-
{
|
|
53970
|
-
"name": "subscription",
|
|
53971
|
-
"type": "IEventListenerSubscription"
|
|
53972
|
-
}
|
|
53973
|
-
],
|
|
53974
|
-
"return": {
|
|
53975
|
-
"type": "void"
|
|
53976
|
-
},
|
|
53977
|
-
"inheritedFrom": {
|
|
53978
|
-
"name": "CustomElement",
|
|
53979
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53980
|
-
}
|
|
53981
|
-
},
|
|
53982
|
-
{
|
|
53983
|
-
"kind": "method",
|
|
53984
|
-
"name": "emit",
|
|
53985
|
-
"privacy": "public",
|
|
53986
|
-
"type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
|
|
53987
|
-
"description": "Emits a custom event with more convenient defaults.",
|
|
53988
|
-
"parameters": [
|
|
53989
|
-
{
|
|
53990
|
-
"name": "event",
|
|
53991
|
-
"type": "TEvent"
|
|
53992
|
-
},
|
|
53993
|
-
{
|
|
53994
|
-
"name": "eventInitDict",
|
|
53995
|
-
"type": "CustomEventInit<TDetail>"
|
|
53996
|
-
}
|
|
53997
|
-
],
|
|
53998
|
-
"return": {
|
|
53999
|
-
"type": "boolean"
|
|
54000
|
-
},
|
|
54001
|
-
"inheritedFrom": {
|
|
54002
|
-
"name": "CustomElement",
|
|
54003
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54004
|
-
}
|
|
54005
|
-
},
|
|
54006
|
-
{
|
|
54007
|
-
"kind": "method",
|
|
54008
|
-
"name": "requestUpdate",
|
|
54009
|
-
"privacy": "public",
|
|
54010
|
-
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
54011
|
-
"parameters": [
|
|
54012
|
-
{
|
|
54013
|
-
"name": "name",
|
|
54014
|
-
"type": "keyof this"
|
|
54015
|
-
},
|
|
54016
|
-
{
|
|
54017
|
-
"name": "oldValue",
|
|
54018
|
-
"type": "unknown"
|
|
54019
|
-
},
|
|
54020
|
-
{
|
|
54021
|
-
"name": "options",
|
|
54022
|
-
"type": "PropertyDeclaration<unknown, unknown>"
|
|
54023
|
-
}
|
|
54024
|
-
],
|
|
54025
|
-
"return": {
|
|
54026
|
-
"type": "void"
|
|
54027
|
-
},
|
|
54028
|
-
"inheritedFrom": {
|
|
54029
|
-
"name": "CustomElement",
|
|
54030
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54031
|
-
}
|
|
54032
|
-
}
|
|
54033
|
-
]
|
|
54034
|
-
}
|
|
54035
|
-
]
|
|
54036
|
-
},
|
|
54037
55260
|
{
|
|
54038
55261
|
"path": "./../src/Controls/Components/Layouts/Grid/ColumnDefinition.ts",
|
|
54039
55262
|
"exports": [
|
|
@@ -54926,7 +56149,7 @@
|
|
|
54926
56149
|
"description": "The `gap` represents the space between the child elements.\nThe default value is `0`, which means no gap is applied.",
|
|
54927
56150
|
"type": "Size | CssLength",
|
|
54928
56151
|
"inheritedFrom": {
|
|
54929
|
-
"name": "
|
|
56152
|
+
"name": "IGapableProps",
|
|
54930
56153
|
"module": "./../src/Controls/Behaviors/Gapable.ts"
|
|
54931
56154
|
}
|
|
54932
56155
|
},
|
|
@@ -57798,7 +59021,7 @@
|
|
|
57798
59021
|
"description": "The `gap` represents the space between the child elements.\nThe default value is `0`, which means no gap is applied.",
|
|
57799
59022
|
"type": "Size | CssLength",
|
|
57800
59023
|
"inheritedFrom": {
|
|
57801
|
-
"name": "
|
|
59024
|
+
"name": "IGapableProps",
|
|
57802
59025
|
"module": "./../src/Controls/Behaviors/Gapable.ts"
|
|
57803
59026
|
}
|
|
57804
59027
|
},
|
|
@@ -59690,7 +60913,7 @@
|
|
|
59690
60913
|
"description": "The `gap` represents the space between the child elements.\nThe default value is `0`, which means no gap is applied.",
|
|
59691
60914
|
"type": "Size | CssLength",
|
|
59692
60915
|
"inheritedFrom": {
|
|
59693
|
-
"name": "
|
|
60916
|
+
"name": "IGapableProps",
|
|
59694
60917
|
"module": "./../src/Controls/Behaviors/Gapable.ts"
|
|
59695
60918
|
}
|
|
59696
60919
|
},
|
|
@@ -103713,26 +104936,14 @@
|
|
|
103713
104936
|
"description": "Scrub Slider – A customizable slider component for precise value selection.",
|
|
103714
104937
|
"name": "ScrubSliderElement",
|
|
103715
104938
|
"members": [
|
|
103716
|
-
{
|
|
103717
|
-
"kind": "field",
|
|
103718
|
-
"name": "pxPerStep",
|
|
103719
|
-
"privacy": "public",
|
|
103720
|
-
"type": "number"
|
|
103721
|
-
},
|
|
103722
|
-
{
|
|
103723
|
-
"kind": "field",
|
|
103724
|
-
"name": "accelerate",
|
|
103725
|
-
"privacy": "public",
|
|
103726
|
-
"type": "boolean"
|
|
103727
|
-
},
|
|
103728
104939
|
{
|
|
103729
104940
|
"kind": "field",
|
|
103730
104941
|
"name": "step",
|
|
103731
104942
|
"privacy": "public",
|
|
103732
104943
|
"type": "number",
|
|
103733
104944
|
"inheritedFrom": {
|
|
103734
|
-
"name": "
|
|
103735
|
-
"module": "./../src/Controls/Components/Ranges/
|
|
104945
|
+
"name": "IScrubSliderElementProps",
|
|
104946
|
+
"module": "./../src/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.ts"
|
|
103736
104947
|
}
|
|
103737
104948
|
},
|
|
103738
104949
|
{
|
|
@@ -103741,8 +104952,8 @@
|
|
|
103741
104952
|
"privacy": "public",
|
|
103742
104953
|
"type": "boolean",
|
|
103743
104954
|
"inheritedFrom": {
|
|
103744
|
-
"name": "
|
|
103745
|
-
"module": "./../src/Controls/Components/Ranges/
|
|
104955
|
+
"name": "IScrubSliderElementProps",
|
|
104956
|
+
"module": "./../src/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.ts"
|
|
103746
104957
|
}
|
|
103747
104958
|
},
|
|
103748
104959
|
{
|
|
@@ -103751,8 +104962,8 @@
|
|
|
103751
104962
|
"privacy": "public",
|
|
103752
104963
|
"type": "number",
|
|
103753
104964
|
"inheritedFrom": {
|
|
103754
|
-
"name": "
|
|
103755
|
-
"module": "./../src/Controls/Components/Ranges/
|
|
104965
|
+
"name": "IScrubSliderElementProps",
|
|
104966
|
+
"module": "./../src/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.ts"
|
|
103756
104967
|
}
|
|
103757
104968
|
},
|
|
103758
104969
|
{
|
|
@@ -103761,8 +104972,8 @@
|
|
|
103761
104972
|
"privacy": "public",
|
|
103762
104973
|
"type": "TickPlacement",
|
|
103763
104974
|
"inheritedFrom": {
|
|
103764
|
-
"name": "
|
|
103765
|
-
"module": "./../src/Controls/Components/Ranges/
|
|
104975
|
+
"name": "IScrubSliderElementProps",
|
|
104976
|
+
"module": "./../src/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.ts"
|
|
103766
104977
|
}
|
|
103767
104978
|
},
|
|
103768
104979
|
{
|
|
@@ -103771,8 +104982,8 @@
|
|
|
103771
104982
|
"privacy": "public",
|
|
103772
104983
|
"type": "boolean",
|
|
103773
104984
|
"inheritedFrom": {
|
|
103774
|
-
"name": "
|
|
103775
|
-
"module": "./../src/Controls/Components/Ranges/
|
|
104985
|
+
"name": "IScrubSliderElementProps",
|
|
104986
|
+
"module": "./../src/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.ts"
|
|
103776
104987
|
}
|
|
103777
104988
|
},
|
|
103778
104989
|
{
|
|
@@ -103781,8 +104992,8 @@
|
|
|
103781
104992
|
"privacy": "public",
|
|
103782
104993
|
"type": "(value: number) => string",
|
|
103783
104994
|
"inheritedFrom": {
|
|
103784
|
-
"name": "
|
|
103785
|
-
"module": "./../src/Controls/Components/Ranges/
|
|
104995
|
+
"name": "IScrubSliderElementProps",
|
|
104996
|
+
"module": "./../src/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.ts"
|
|
103786
104997
|
}
|
|
103787
104998
|
},
|
|
103788
104999
|
{
|
|
@@ -103791,8 +105002,8 @@
|
|
|
103791
105002
|
"privacy": "public",
|
|
103792
105003
|
"type": "AutoToolTipPlacement",
|
|
103793
105004
|
"inheritedFrom": {
|
|
103794
|
-
"name": "
|
|
103795
|
-
"module": "./../src/Controls/Components/Ranges/
|
|
105005
|
+
"name": "IScrubSliderElementProps",
|
|
105006
|
+
"module": "./../src/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.ts"
|
|
103796
105007
|
}
|
|
103797
105008
|
},
|
|
103798
105009
|
{
|
|
@@ -103801,8 +105012,30 @@
|
|
|
103801
105012
|
"privacy": "public",
|
|
103802
105013
|
"type": "(value: number) => string",
|
|
103803
105014
|
"inheritedFrom": {
|
|
103804
|
-
"name": "
|
|
103805
|
-
"module": "./../src/Controls/Components/Ranges/
|
|
105015
|
+
"name": "IScrubSliderElementProps",
|
|
105016
|
+
"module": "./../src/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.ts"
|
|
105017
|
+
}
|
|
105018
|
+
},
|
|
105019
|
+
{
|
|
105020
|
+
"kind": "field",
|
|
105021
|
+
"name": "pxPerStep",
|
|
105022
|
+
"privacy": "public",
|
|
105023
|
+
"type": "number",
|
|
105024
|
+
"inheritedFrom": {
|
|
105025
|
+
"name": "IScrubSliderElementProps",
|
|
105026
|
+
"module": "./../src/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.ts"
|
|
105027
|
+
}
|
|
105028
|
+
},
|
|
105029
|
+
{
|
|
105030
|
+
"kind": "field",
|
|
105031
|
+
"name": "accelerate",
|
|
105032
|
+
"privacy": "public",
|
|
105033
|
+
"description": "Accelerate the slider when dragging.",
|
|
105034
|
+
"type": "boolean",
|
|
105035
|
+
"default": "\"true\"",
|
|
105036
|
+
"inheritedFrom": {
|
|
105037
|
+
"name": "IScrubSliderElementProps",
|
|
105038
|
+
"module": "./../src/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.ts"
|
|
103806
105039
|
}
|
|
103807
105040
|
},
|
|
103808
105041
|
{
|
|
@@ -104177,6 +105410,12 @@
|
|
|
104177
105410
|
"type": "Event"
|
|
104178
105411
|
}
|
|
104179
105412
|
],
|
|
105413
|
+
"slots": [
|
|
105414
|
+
{
|
|
105415
|
+
"description": "The hint slot.",
|
|
105416
|
+
"name": "hint"
|
|
105417
|
+
}
|
|
105418
|
+
],
|
|
104180
105419
|
"attributes": [
|
|
104181
105420
|
{
|
|
104182
105421
|
"name": "orientation",
|
|
@@ -125602,8 +126841,12 @@
|
|
|
125602
126841
|
"name": "header"
|
|
125603
126842
|
},
|
|
125604
126843
|
{
|
|
125605
|
-
"description": "The
|
|
125606
|
-
"name": "header-
|
|
126844
|
+
"description": "The header before slot.",
|
|
126845
|
+
"name": "header-before"
|
|
126846
|
+
},
|
|
126847
|
+
{
|
|
126848
|
+
"description": "The header after slot.",
|
|
126849
|
+
"name": "header-after"
|
|
125607
126850
|
},
|
|
125608
126851
|
{
|
|
125609
126852
|
"description": "The steps slot.",
|