@breadstone/mosaik-elements-foundation 0.0.120 → 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/ToggleButton/Accessors/ToggleButtonElementValueAccessor.d.ts +1 -1
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonElementValueAccessor.d.ts.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonElementValueAccessor.js +2 -3
- package/Controls/Components/Buttons/ToggleButton/Accessors/ToggleButtonElementValueAccessor.js.map +1 -1
- 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/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/ScrubSliderElement.d.ts +4 -1
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.d.ts.map +1 -1
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.js +4 -1
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.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 +5 -0
- package/Index.d.ts.map +1 -1
- package/Index.js +3 -0
- package/Index.js.map +1 -1
- package/Routing/PathToRegexp.d.ts +1 -1
- package/custom-elements.json +1466 -381
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -7968,12 +7968,12 @@
|
|
|
7968
7968
|
"kind": "method",
|
|
7969
7969
|
"name": "writeValue",
|
|
7970
7970
|
"privacy": "public",
|
|
7971
|
-
"type": "(value:
|
|
7971
|
+
"type": "(value: unknown): void",
|
|
7972
7972
|
"description": "Writes a new value to the element.",
|
|
7973
7973
|
"parameters": [
|
|
7974
7974
|
{
|
|
7975
7975
|
"name": "value",
|
|
7976
|
-
"type": "
|
|
7976
|
+
"type": "unknown"
|
|
7977
7977
|
}
|
|
7978
7978
|
],
|
|
7979
7979
|
"return": {
|
|
@@ -8080,6 +8080,143 @@
|
|
|
8080
8080
|
}
|
|
8081
8081
|
]
|
|
8082
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
|
+
},
|
|
8083
8220
|
{
|
|
8084
8221
|
"path": "./../src/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.ts",
|
|
8085
8222
|
"exports": [
|
|
@@ -8647,29 +8784,827 @@
|
|
|
8647
8784
|
"type": "Event"
|
|
8648
8785
|
}
|
|
8649
8786
|
],
|
|
8650
|
-
"slots": [
|
|
8651
|
-
{
|
|
8652
|
-
"description": "The label slot.",
|
|
8653
|
-
"name": "label"
|
|
8654
|
-
},
|
|
8787
|
+
"slots": [
|
|
8788
|
+
{
|
|
8789
|
+
"description": "The label slot.",
|
|
8790
|
+
"name": "label"
|
|
8791
|
+
},
|
|
8792
|
+
{
|
|
8793
|
+
"description": "The icon slot.",
|
|
8794
|
+
"name": "icon"
|
|
8795
|
+
},
|
|
8796
|
+
{
|
|
8797
|
+
"description": "The overlay slot (useful for badge).",
|
|
8798
|
+
"name": "overlay"
|
|
8799
|
+
}
|
|
8800
|
+
],
|
|
8801
|
+
"attributes": [
|
|
8802
|
+
{
|
|
8803
|
+
"name": "reverse",
|
|
8804
|
+
"fieldName": "reverse",
|
|
8805
|
+
"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.",
|
|
8806
|
+
"type": "boolean",
|
|
8807
|
+
"inheritedFrom": {
|
|
8808
|
+
"name": "Reversible",
|
|
8809
|
+
"module": "./../src/Controls/Behaviors/Reversible.ts"
|
|
8810
|
+
}
|
|
8811
|
+
},
|
|
8812
|
+
{
|
|
8813
|
+
"name": "orientation",
|
|
8814
|
+
"fieldName": "orientation",
|
|
8815
|
+
"description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
|
|
8816
|
+
"type": "Orientation",
|
|
8817
|
+
"inheritedFrom": {
|
|
8818
|
+
"name": "Orientable",
|
|
8819
|
+
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
8820
|
+
}
|
|
8821
|
+
},
|
|
8822
|
+
{
|
|
8823
|
+
"name": "horizontalContentAlignment",
|
|
8824
|
+
"fieldName": "horizontalContentAlignment",
|
|
8825
|
+
"description": "A property that supports adjusting the horizontal alignment of its content.\nThe default value is `center`, which means the content is centered horizontally.",
|
|
8826
|
+
"type": "HorizontalAlignment",
|
|
8827
|
+
"inheritedFrom": {
|
|
8828
|
+
"name": "ContentAlignable",
|
|
8829
|
+
"module": "./../src/Controls/Behaviors/ContentAlignable.ts"
|
|
8830
|
+
}
|
|
8831
|
+
},
|
|
8832
|
+
{
|
|
8833
|
+
"name": "verticalContentAlignment",
|
|
8834
|
+
"fieldName": "verticalContentAlignment",
|
|
8835
|
+
"description": "A property that supports adjusting the vertical alignment of its content.\nThe default value is `center`, which means the content is centered vertically.",
|
|
8836
|
+
"type": "VerticalAlignment",
|
|
8837
|
+
"inheritedFrom": {
|
|
8838
|
+
"name": "ContentAlignable",
|
|
8839
|
+
"module": "./../src/Controls/Behaviors/ContentAlignable.ts"
|
|
8840
|
+
}
|
|
8841
|
+
},
|
|
8842
|
+
{
|
|
8843
|
+
"name": "fit",
|
|
8844
|
+
"fieldName": "fit",
|
|
8845
|
+
"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.",
|
|
8846
|
+
"type": "Fit",
|
|
8847
|
+
"inheritedFrom": {
|
|
8848
|
+
"name": "Fitable",
|
|
8849
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
8850
|
+
}
|
|
8851
|
+
},
|
|
8852
|
+
{
|
|
8853
|
+
"name": "isBusy",
|
|
8854
|
+
"fieldName": "isBusy",
|
|
8855
|
+
"description": "A visual characteristics and presentation of this element.\nThe default value is `false`, which means the element is not busy.",
|
|
8856
|
+
"type": "boolean",
|
|
8857
|
+
"inheritedFrom": {
|
|
8858
|
+
"name": "Busyable",
|
|
8859
|
+
"module": "./../src/Controls/Behaviors/Busyable.ts"
|
|
8860
|
+
}
|
|
8861
|
+
},
|
|
8862
|
+
{
|
|
8863
|
+
"name": "isChecked",
|
|
8864
|
+
"fieldName": "isChecked",
|
|
8865
|
+
"description": "Gets or sets the `isChecked` property.\nThe default value is `false`, which means the element is not checked.",
|
|
8866
|
+
"type": "boolean",
|
|
8867
|
+
"inheritedFrom": {
|
|
8868
|
+
"name": "Checkable",
|
|
8869
|
+
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
8870
|
+
}
|
|
8871
|
+
},
|
|
8872
|
+
{
|
|
8873
|
+
"name": "iconPosition",
|
|
8874
|
+
"fieldName": "iconPosition",
|
|
8875
|
+
"description": "Gets or sets the `iconPosition` property.\nThe default value is `before`, which means the icon is displayed before the content.",
|
|
8876
|
+
"type": "IconPosition",
|
|
8877
|
+
"inheritedFrom": {
|
|
8878
|
+
"name": "Iconable",
|
|
8879
|
+
"module": "./../src/Controls/Behaviors/Iconable.ts"
|
|
8880
|
+
}
|
|
8881
|
+
},
|
|
8882
|
+
{
|
|
8883
|
+
"name": "iconSize",
|
|
8884
|
+
"fieldName": "iconSize",
|
|
8885
|
+
"description": "Gets or sets the `iconSize` property.\nThe default value is `null`, which means the icon size is not specified.",
|
|
8886
|
+
"type": "Size | null",
|
|
8887
|
+
"inheritedFrom": {
|
|
8888
|
+
"name": "Iconable",
|
|
8889
|
+
"module": "./../src/Controls/Behaviors/Iconable.ts"
|
|
8890
|
+
}
|
|
8891
|
+
},
|
|
8892
|
+
{
|
|
8893
|
+
"name": "type",
|
|
8894
|
+
"fieldName": "type",
|
|
8895
|
+
"description": "The type of the button.",
|
|
8896
|
+
"type": "ButtonType",
|
|
8897
|
+
"inheritedFrom": {
|
|
8898
|
+
"name": "IButtonBaseElementProps",
|
|
8899
|
+
"module": "./../src/Controls/Components/Buttons/Abstracts/IButtonBaseElementProps.ts"
|
|
8900
|
+
}
|
|
8901
|
+
},
|
|
8902
|
+
{
|
|
8903
|
+
"name": "variant",
|
|
8904
|
+
"fieldName": "variant",
|
|
8905
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
8906
|
+
"type": "Variant",
|
|
8907
|
+
"inheritedFrom": {
|
|
8908
|
+
"name": "Variantable",
|
|
8909
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
8910
|
+
}
|
|
8911
|
+
},
|
|
8912
|
+
{
|
|
8913
|
+
"name": "appearance",
|
|
8914
|
+
"fieldName": "appearance",
|
|
8915
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
8916
|
+
"type": "Appearance",
|
|
8917
|
+
"inheritedFrom": {
|
|
8918
|
+
"name": "Appearanceable",
|
|
8919
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
8920
|
+
}
|
|
8921
|
+
},
|
|
8922
|
+
{
|
|
8923
|
+
"name": "size",
|
|
8924
|
+
"fieldName": "size",
|
|
8925
|
+
"description": "Gets or sets the `size` property.\nThe default value is `medium`, which means the element has a medium size.",
|
|
8926
|
+
"type": "Size",
|
|
8927
|
+
"inheritedFrom": {
|
|
8928
|
+
"name": "Sizeable",
|
|
8929
|
+
"module": "./../src/Controls/Behaviors/Sizeable.ts"
|
|
8930
|
+
}
|
|
8931
|
+
},
|
|
8932
|
+
{
|
|
8933
|
+
"name": "value",
|
|
8934
|
+
"fieldName": "value",
|
|
8935
|
+
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
8936
|
+
"type": "TType",
|
|
8937
|
+
"inheritedFrom": {
|
|
8938
|
+
"name": "Valueable",
|
|
8939
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
8940
|
+
}
|
|
8941
|
+
},
|
|
8942
|
+
{
|
|
8943
|
+
"name": "disabled",
|
|
8944
|
+
"fieldName": "disabled",
|
|
8945
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
8946
|
+
"type": "boolean",
|
|
8947
|
+
"inheritedFrom": {
|
|
8948
|
+
"name": "Disableable",
|
|
8949
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
8950
|
+
}
|
|
8951
|
+
},
|
|
8952
|
+
{
|
|
8953
|
+
"name": "isFocused",
|
|
8954
|
+
"fieldName": "isFocused",
|
|
8955
|
+
"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.",
|
|
8956
|
+
"type": "boolean",
|
|
8957
|
+
"inheritedFrom": {
|
|
8958
|
+
"name": "Focusable",
|
|
8959
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
8960
|
+
}
|
|
8961
|
+
},
|
|
8962
|
+
{
|
|
8963
|
+
"name": "dir",
|
|
8964
|
+
"fieldName": "dir",
|
|
8965
|
+
"description": "Gets or sets the `dir` property.",
|
|
8966
|
+
"type": "FlowDirection",
|
|
8967
|
+
"inheritedFrom": {
|
|
8968
|
+
"name": "CustomElement",
|
|
8969
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
8970
|
+
}
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
"name": "lang",
|
|
8974
|
+
"fieldName": "lang",
|
|
8975
|
+
"description": "Gets or sets the `lang` property.",
|
|
8976
|
+
"type": "string",
|
|
8977
|
+
"inheritedFrom": {
|
|
8978
|
+
"name": "CustomElement",
|
|
8979
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
8980
|
+
}
|
|
8981
|
+
}
|
|
8982
|
+
],
|
|
8983
|
+
"cssProperties": [
|
|
8984
|
+
{
|
|
8985
|
+
"name": "--toggle-button-font-family",
|
|
8986
|
+
"description": "The font family of the toggle button.",
|
|
8987
|
+
"type": "String"
|
|
8988
|
+
},
|
|
8989
|
+
{
|
|
8990
|
+
"name": "--toggle-button-font-size",
|
|
8991
|
+
"description": "The font size of the toggle button.",
|
|
8992
|
+
"type": "String"
|
|
8993
|
+
},
|
|
8994
|
+
{
|
|
8995
|
+
"name": "--toggle-button-font-line-height",
|
|
8996
|
+
"description": "The font line height of the toggle button.",
|
|
8997
|
+
"type": "String"
|
|
8998
|
+
},
|
|
8999
|
+
{
|
|
9000
|
+
"name": "--toggle-button-font-weight",
|
|
9001
|
+
"description": "The font weight of the toggle button.",
|
|
9002
|
+
"type": "String"
|
|
9003
|
+
},
|
|
9004
|
+
{
|
|
9005
|
+
"name": "--toggle-button-font-letter-spacing",
|
|
9006
|
+
"description": "The font letter spacing of the toggle button.",
|
|
9007
|
+
"type": "String"
|
|
9008
|
+
},
|
|
9009
|
+
{
|
|
9010
|
+
"name": "--toggle-button-font-text-decoration",
|
|
9011
|
+
"description": "The font text decoration of the toggle button.",
|
|
9012
|
+
"type": "String"
|
|
9013
|
+
},
|
|
9014
|
+
{
|
|
9015
|
+
"name": "--toggle-button-font-text-transform",
|
|
9016
|
+
"description": "The font text transform of the toggle button.",
|
|
9017
|
+
"type": "String"
|
|
9018
|
+
},
|
|
9019
|
+
{
|
|
9020
|
+
"name": "--toggle-button-padding-top",
|
|
9021
|
+
"description": "The padding top of the toggle button.",
|
|
9022
|
+
"type": "String"
|
|
9023
|
+
},
|
|
9024
|
+
{
|
|
9025
|
+
"name": "--toggle-button-padding-right",
|
|
9026
|
+
"description": "The padding right of the toggle button.",
|
|
9027
|
+
"type": "String"
|
|
9028
|
+
},
|
|
9029
|
+
{
|
|
9030
|
+
"name": "--toggle-button-padding-bottom",
|
|
9031
|
+
"description": "The padding bottom of the toggle button.",
|
|
9032
|
+
"type": "String"
|
|
9033
|
+
},
|
|
9034
|
+
{
|
|
9035
|
+
"name": "--toggle-button-padding-left",
|
|
9036
|
+
"description": "The padding left of the toggle button.",
|
|
9037
|
+
"type": "String"
|
|
9038
|
+
},
|
|
9039
|
+
{
|
|
9040
|
+
"name": "--toggle-button-gap",
|
|
9041
|
+
"description": "The gap between elements of the toggle button.",
|
|
9042
|
+
"type": "String"
|
|
9043
|
+
},
|
|
9044
|
+
{
|
|
9045
|
+
"name": "--toggle-button-transition-duration",
|
|
9046
|
+
"description": "The transition duration for the toggle button.",
|
|
9047
|
+
"type": "String"
|
|
9048
|
+
},
|
|
9049
|
+
{
|
|
9050
|
+
"name": "--toggle-button-transition-mode",
|
|
9051
|
+
"description": "The transition mode for the toggle button.",
|
|
9052
|
+
"type": "String"
|
|
9053
|
+
},
|
|
9054
|
+
{
|
|
9055
|
+
"name": "--toggle-button-transition-property",
|
|
9056
|
+
"description": "The transition property for the toggle button.",
|
|
9057
|
+
"type": "String"
|
|
9058
|
+
},
|
|
9059
|
+
{
|
|
9060
|
+
"name": "--toggle-button-background-color",
|
|
9061
|
+
"description": "The background color of the toggle button.",
|
|
9062
|
+
"type": "String"
|
|
9063
|
+
},
|
|
9064
|
+
{
|
|
9065
|
+
"name": "--toggle-button-border-color",
|
|
9066
|
+
"description": "The border color of the toggle button.",
|
|
9067
|
+
"type": "String"
|
|
9068
|
+
},
|
|
9069
|
+
{
|
|
9070
|
+
"name": "--toggle-button-foreground-color",
|
|
9071
|
+
"description": "The foreground color of the toggle button.",
|
|
9072
|
+
"type": "String"
|
|
9073
|
+
},
|
|
9074
|
+
{
|
|
9075
|
+
"name": "--toggle-button-border-width",
|
|
9076
|
+
"description": "The border width of the toggle button.",
|
|
9077
|
+
"type": "String"
|
|
9078
|
+
},
|
|
9079
|
+
{
|
|
9080
|
+
"name": "--toggle-button-border-radius",
|
|
9081
|
+
"description": "The border radius of the toggle button.",
|
|
9082
|
+
"type": "String"
|
|
9083
|
+
},
|
|
9084
|
+
{
|
|
9085
|
+
"name": "--toggle-button-border-style",
|
|
9086
|
+
"description": "The border style of the toggle button.",
|
|
9087
|
+
"type": "String"
|
|
9088
|
+
},
|
|
9089
|
+
{
|
|
9090
|
+
"name": "--toggle-button-shadow",
|
|
9091
|
+
"description": "The shadow of the toggle button.",
|
|
9092
|
+
"type": "String"
|
|
9093
|
+
},
|
|
9094
|
+
{
|
|
9095
|
+
"name": "--focus-ring-outward-offset",
|
|
9096
|
+
"description": "The outward offset of the focus ring.",
|
|
9097
|
+
"type": "String"
|
|
9098
|
+
},
|
|
9099
|
+
{
|
|
9100
|
+
"name": "--toggle-button-line-height",
|
|
9101
|
+
"description": "The line height of the toggle button text.",
|
|
9102
|
+
"type": "String"
|
|
9103
|
+
}
|
|
9104
|
+
],
|
|
9105
|
+
"cssParts": [
|
|
9106
|
+
{
|
|
9107
|
+
"name": "button",
|
|
9108
|
+
"description": "The button part of the toggle button."
|
|
9109
|
+
},
|
|
9110
|
+
{
|
|
9111
|
+
"name": "focusRing",
|
|
9112
|
+
"description": "The focus ring part of the toggle button."
|
|
9113
|
+
},
|
|
9114
|
+
{
|
|
9115
|
+
"name": "ripple",
|
|
9116
|
+
"description": "The ripple part of the toggle button."
|
|
9117
|
+
},
|
|
9118
|
+
{
|
|
9119
|
+
"name": "icon",
|
|
9120
|
+
"description": "The icon part of the toggle button."
|
|
9121
|
+
},
|
|
9122
|
+
{
|
|
9123
|
+
"name": "label",
|
|
9124
|
+
"description": "The label part of the toggle button."
|
|
9125
|
+
},
|
|
9126
|
+
{
|
|
9127
|
+
"name": "progressRing",
|
|
9128
|
+
"description": "The progress ring part of the toggle button."
|
|
9129
|
+
}
|
|
9130
|
+
]
|
|
9131
|
+
}
|
|
9132
|
+
]
|
|
9133
|
+
},
|
|
9134
|
+
{
|
|
9135
|
+
"path": "./../src/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.ts",
|
|
9136
|
+
"exports": [
|
|
9137
|
+
{
|
|
9138
|
+
"kind": "definition",
|
|
9139
|
+
"name": "mosaik-toggle-button-group",
|
|
9140
|
+
"declaration": {
|
|
9141
|
+
"name": "ToggleButtonGroupElement",
|
|
9142
|
+
"module": "./../src/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.ts"
|
|
9143
|
+
}
|
|
9144
|
+
},
|
|
9145
|
+
{
|
|
9146
|
+
"kind": "class",
|
|
9147
|
+
"superclass": {
|
|
9148
|
+
"name": "CustomElement",
|
|
9149
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9150
|
+
},
|
|
9151
|
+
"mixins": [
|
|
9152
|
+
{
|
|
9153
|
+
"name": "Themeable",
|
|
9154
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
9155
|
+
},
|
|
9156
|
+
{
|
|
9157
|
+
"name": "Invalidable",
|
|
9158
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
9159
|
+
},
|
|
9160
|
+
{
|
|
9161
|
+
"name": "Disableable",
|
|
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"
|
|
9183
|
+
}
|
|
9184
|
+
],
|
|
9185
|
+
"description": "Toggle Button Group - A container for grouping multiple toggle buttons with single-selection behavior.",
|
|
9186
|
+
"name": "ToggleButtonGroupElement",
|
|
9187
|
+
"members": [
|
|
9188
|
+
{
|
|
9189
|
+
"kind": "field",
|
|
9190
|
+
"name": "toggleChanged",
|
|
9191
|
+
"privacy": "public",
|
|
9192
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
9193
|
+
"type": "IEventEmitter<IToggleButtonGroupChangedEventDetail>"
|
|
9194
|
+
},
|
|
9195
|
+
{
|
|
9196
|
+
"kind": "field",
|
|
9197
|
+
"name": "themeName",
|
|
9198
|
+
"privacy": "public",
|
|
9199
|
+
"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.",
|
|
9200
|
+
"type": "string",
|
|
9201
|
+
"inheritedFrom": {
|
|
9202
|
+
"name": "IThemeableProps",
|
|
9203
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
9204
|
+
}
|
|
9205
|
+
},
|
|
9206
|
+
{
|
|
9207
|
+
"kind": "field",
|
|
9208
|
+
"name": "invalid",
|
|
9209
|
+
"privacy": "public",
|
|
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",
|
|
9212
|
+
"inheritedFrom": {
|
|
9213
|
+
"name": "Invalidable",
|
|
9214
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
9215
|
+
}
|
|
9216
|
+
},
|
|
9217
|
+
{
|
|
9218
|
+
"kind": "field",
|
|
9219
|
+
"name": "disabled",
|
|
9220
|
+
"privacy": "public",
|
|
9221
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
9222
|
+
"type": "boolean",
|
|
9223
|
+
"inheritedFrom": {
|
|
9224
|
+
"name": "Disableable",
|
|
9225
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
9226
|
+
}
|
|
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
|
+
},
|
|
9272
|
+
{
|
|
9273
|
+
"kind": "field",
|
|
9274
|
+
"name": "dir",
|
|
9275
|
+
"privacy": "public",
|
|
9276
|
+
"description": "Gets or sets the `dir` property.",
|
|
9277
|
+
"type": "FlowDirection",
|
|
9278
|
+
"inheritedFrom": {
|
|
9279
|
+
"name": "CustomElement",
|
|
9280
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9281
|
+
}
|
|
9282
|
+
},
|
|
9283
|
+
{
|
|
9284
|
+
"kind": "field",
|
|
9285
|
+
"name": "lang",
|
|
9286
|
+
"privacy": "public",
|
|
9287
|
+
"description": "Gets or sets the `lang` property.",
|
|
9288
|
+
"type": "string",
|
|
9289
|
+
"inheritedFrom": {
|
|
9290
|
+
"name": "CustomElement",
|
|
9291
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9292
|
+
}
|
|
9293
|
+
},
|
|
9294
|
+
{
|
|
9295
|
+
"kind": "field",
|
|
9296
|
+
"name": "changed",
|
|
9297
|
+
"privacy": "public",
|
|
9298
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
9299
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
9300
|
+
"inheritedFrom": {
|
|
9301
|
+
"name": "ICustomElementEvents",
|
|
9302
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
9303
|
+
}
|
|
9304
|
+
},
|
|
9305
|
+
{
|
|
9306
|
+
"kind": "field",
|
|
9307
|
+
"name": "connected",
|
|
9308
|
+
"privacy": "public",
|
|
9309
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
9310
|
+
"type": "IEventEmitter<void>",
|
|
9311
|
+
"inheritedFrom": {
|
|
9312
|
+
"name": "ICustomElementEvents",
|
|
9313
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
9314
|
+
}
|
|
9315
|
+
},
|
|
9316
|
+
{
|
|
9317
|
+
"kind": "field",
|
|
9318
|
+
"name": "disconnected",
|
|
9319
|
+
"privacy": "public",
|
|
9320
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
9321
|
+
"type": "IEventEmitter<void>",
|
|
9322
|
+
"inheritedFrom": {
|
|
9323
|
+
"name": "ICustomElementEvents",
|
|
9324
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
9325
|
+
}
|
|
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
|
+
},
|
|
9433
|
+
{
|
|
9434
|
+
"kind": "method",
|
|
9435
|
+
"name": "adoptStyle",
|
|
9436
|
+
"privacy": "public",
|
|
9437
|
+
"type": "(styles: CSSResultGroup): void",
|
|
9438
|
+
"description": "Adopts the specified styles.",
|
|
9439
|
+
"parameters": [
|
|
9440
|
+
{
|
|
9441
|
+
"name": "styles",
|
|
9442
|
+
"type": "CSSResultGroup",
|
|
9443
|
+
"description": "The styles to adopt."
|
|
9444
|
+
}
|
|
9445
|
+
],
|
|
9446
|
+
"return": {
|
|
9447
|
+
"type": "void"
|
|
9448
|
+
},
|
|
9449
|
+
"inheritedFrom": {
|
|
9450
|
+
"name": "CustomElement",
|
|
9451
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9452
|
+
}
|
|
9453
|
+
},
|
|
9454
|
+
{
|
|
9455
|
+
"kind": "method",
|
|
9456
|
+
"name": "on",
|
|
9457
|
+
"privacy": "public",
|
|
9458
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any, options?: boolean | ... 1 more ... | undefined) => IEventListenerSubscription",
|
|
9459
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
9460
|
+
"parameters": [
|
|
9461
|
+
{
|
|
9462
|
+
"name": "event",
|
|
9463
|
+
"type": "TEvent"
|
|
9464
|
+
},
|
|
9465
|
+
{
|
|
9466
|
+
"name": "listener",
|
|
9467
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => any"
|
|
9468
|
+
},
|
|
9469
|
+
{
|
|
9470
|
+
"name": "options",
|
|
9471
|
+
"type": "boolean | AddEventListenerOptions"
|
|
9472
|
+
}
|
|
9473
|
+
],
|
|
9474
|
+
"return": {
|
|
9475
|
+
"type": "IEventListenerSubscription"
|
|
9476
|
+
},
|
|
9477
|
+
"inheritedFrom": {
|
|
9478
|
+
"name": "CustomElement",
|
|
9479
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9480
|
+
}
|
|
9481
|
+
},
|
|
9482
|
+
{
|
|
9483
|
+
"kind": "method",
|
|
9484
|
+
"name": "off",
|
|
9485
|
+
"privacy": "public",
|
|
9486
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any): void; }",
|
|
9487
|
+
"description": "Removes an event listener.",
|
|
9488
|
+
"parameters": [
|
|
9489
|
+
{
|
|
9490
|
+
"name": "subscription",
|
|
9491
|
+
"type": "IEventListenerSubscription"
|
|
9492
|
+
}
|
|
9493
|
+
],
|
|
9494
|
+
"return": {
|
|
9495
|
+
"type": "void"
|
|
9496
|
+
},
|
|
9497
|
+
"inheritedFrom": {
|
|
9498
|
+
"name": "CustomElement",
|
|
9499
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9500
|
+
}
|
|
9501
|
+
},
|
|
9502
|
+
{
|
|
9503
|
+
"kind": "method",
|
|
9504
|
+
"name": "emit",
|
|
9505
|
+
"privacy": "public",
|
|
9506
|
+
"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...",
|
|
9507
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
9508
|
+
"parameters": [
|
|
9509
|
+
{
|
|
9510
|
+
"name": "event",
|
|
9511
|
+
"type": "TEvent"
|
|
9512
|
+
},
|
|
9513
|
+
{
|
|
9514
|
+
"name": "eventInitDict",
|
|
9515
|
+
"type": "CustomEventInit<TDetail>"
|
|
9516
|
+
}
|
|
9517
|
+
],
|
|
9518
|
+
"return": {
|
|
9519
|
+
"type": "boolean"
|
|
9520
|
+
},
|
|
9521
|
+
"inheritedFrom": {
|
|
9522
|
+
"name": "CustomElement",
|
|
9523
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9524
|
+
}
|
|
9525
|
+
},
|
|
9526
|
+
{
|
|
9527
|
+
"kind": "method",
|
|
9528
|
+
"name": "requestUpdate",
|
|
9529
|
+
"privacy": "public",
|
|
9530
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
9531
|
+
"parameters": [
|
|
9532
|
+
{
|
|
9533
|
+
"name": "name",
|
|
9534
|
+
"type": "keyof this"
|
|
9535
|
+
},
|
|
9536
|
+
{
|
|
9537
|
+
"name": "oldValue",
|
|
9538
|
+
"type": "unknown"
|
|
9539
|
+
},
|
|
9540
|
+
{
|
|
9541
|
+
"name": "options",
|
|
9542
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
9543
|
+
}
|
|
9544
|
+
],
|
|
9545
|
+
"return": {
|
|
9546
|
+
"type": "void"
|
|
9547
|
+
},
|
|
9548
|
+
"inheritedFrom": {
|
|
9549
|
+
"name": "CustomElement",
|
|
9550
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9551
|
+
}
|
|
9552
|
+
}
|
|
9553
|
+
],
|
|
9554
|
+
"tagName": "mosaik-toggle-button-group",
|
|
9555
|
+
"events": [
|
|
9556
|
+
{
|
|
9557
|
+
"description": "Called when the selection in the group changes.",
|
|
9558
|
+
"name": "toggleChanged",
|
|
9559
|
+
"type": "Event"
|
|
9560
|
+
},
|
|
9561
|
+
{
|
|
9562
|
+
"description": "Called when the element is connected to the DOM.",
|
|
9563
|
+
"name": "connected",
|
|
9564
|
+
"inheritedFrom": {
|
|
9565
|
+
"name": "CustomElement",
|
|
9566
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9567
|
+
},
|
|
9568
|
+
"type": "CustomEvent"
|
|
9569
|
+
},
|
|
9570
|
+
{
|
|
9571
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
9572
|
+
"name": "disconnected",
|
|
9573
|
+
"inheritedFrom": {
|
|
9574
|
+
"name": "CustomElement",
|
|
9575
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9576
|
+
},
|
|
9577
|
+
"type": "CustomEvent"
|
|
9578
|
+
},
|
|
9579
|
+
{
|
|
9580
|
+
"description": "Called when the element will be updated.",
|
|
9581
|
+
"name": "changed",
|
|
9582
|
+
"inheritedFrom": {
|
|
9583
|
+
"name": "CustomElement",
|
|
9584
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
9585
|
+
},
|
|
9586
|
+
"type": "Event"
|
|
9587
|
+
}
|
|
9588
|
+
],
|
|
9589
|
+
"attributes": [
|
|
8655
9590
|
{
|
|
8656
|
-
"
|
|
8657
|
-
"
|
|
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.",
|
|
9594
|
+
"type": "boolean",
|
|
9595
|
+
"inheritedFrom": {
|
|
9596
|
+
"name": "Invalidable",
|
|
9597
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
9598
|
+
}
|
|
8658
9599
|
},
|
|
8659
9600
|
{
|
|
8660
|
-
"
|
|
8661
|
-
"
|
|
8662
|
-
|
|
8663
|
-
],
|
|
8664
|
-
"attributes": [
|
|
8665
|
-
{
|
|
8666
|
-
"name": "reverse",
|
|
8667
|
-
"fieldName": "reverse",
|
|
8668
|
-
"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.",
|
|
9601
|
+
"name": "disabled",
|
|
9602
|
+
"fieldName": "disabled",
|
|
9603
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
8669
9604
|
"type": "boolean",
|
|
8670
9605
|
"inheritedFrom": {
|
|
8671
|
-
"name": "
|
|
8672
|
-
"module": "./../src/Controls/Behaviors/
|
|
9606
|
+
"name": "Disableable",
|
|
9607
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
8673
9608
|
}
|
|
8674
9609
|
},
|
|
8675
9610
|
{
|
|
@@ -8682,116 +9617,6 @@
|
|
|
8682
9617
|
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
8683
9618
|
}
|
|
8684
9619
|
},
|
|
8685
|
-
{
|
|
8686
|
-
"name": "horizontalContentAlignment",
|
|
8687
|
-
"fieldName": "horizontalContentAlignment",
|
|
8688
|
-
"description": "A property that supports adjusting the horizontal alignment of its content.\nThe default value is `center`, which means the content is centered horizontally.",
|
|
8689
|
-
"type": "HorizontalAlignment",
|
|
8690
|
-
"inheritedFrom": {
|
|
8691
|
-
"name": "ContentAlignable",
|
|
8692
|
-
"module": "./../src/Controls/Behaviors/ContentAlignable.ts"
|
|
8693
|
-
}
|
|
8694
|
-
},
|
|
8695
|
-
{
|
|
8696
|
-
"name": "verticalContentAlignment",
|
|
8697
|
-
"fieldName": "verticalContentAlignment",
|
|
8698
|
-
"description": "A property that supports adjusting the vertical alignment of its content.\nThe default value is `center`, which means the content is centered vertically.",
|
|
8699
|
-
"type": "VerticalAlignment",
|
|
8700
|
-
"inheritedFrom": {
|
|
8701
|
-
"name": "ContentAlignable",
|
|
8702
|
-
"module": "./../src/Controls/Behaviors/ContentAlignable.ts"
|
|
8703
|
-
}
|
|
8704
|
-
},
|
|
8705
|
-
{
|
|
8706
|
-
"name": "fit",
|
|
8707
|
-
"fieldName": "fit",
|
|
8708
|
-
"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.",
|
|
8709
|
-
"type": "Fit",
|
|
8710
|
-
"inheritedFrom": {
|
|
8711
|
-
"name": "Fitable",
|
|
8712
|
-
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
8713
|
-
}
|
|
8714
|
-
},
|
|
8715
|
-
{
|
|
8716
|
-
"name": "isBusy",
|
|
8717
|
-
"fieldName": "isBusy",
|
|
8718
|
-
"description": "A visual characteristics and presentation of this element.\nThe default value is `false`, which means the element is not busy.",
|
|
8719
|
-
"type": "boolean",
|
|
8720
|
-
"inheritedFrom": {
|
|
8721
|
-
"name": "Busyable",
|
|
8722
|
-
"module": "./../src/Controls/Behaviors/Busyable.ts"
|
|
8723
|
-
}
|
|
8724
|
-
},
|
|
8725
|
-
{
|
|
8726
|
-
"name": "isChecked",
|
|
8727
|
-
"fieldName": "isChecked",
|
|
8728
|
-
"description": "Gets or sets the `isChecked` property.\nThe default value is `false`, which means the element is not checked.",
|
|
8729
|
-
"type": "boolean",
|
|
8730
|
-
"inheritedFrom": {
|
|
8731
|
-
"name": "Checkable",
|
|
8732
|
-
"module": "./../src/Controls/Behaviors/Checkable.ts"
|
|
8733
|
-
}
|
|
8734
|
-
},
|
|
8735
|
-
{
|
|
8736
|
-
"name": "iconPosition",
|
|
8737
|
-
"fieldName": "iconPosition",
|
|
8738
|
-
"description": "Gets or sets the `iconPosition` property.\nThe default value is `before`, which means the icon is displayed before the content.",
|
|
8739
|
-
"type": "IconPosition",
|
|
8740
|
-
"inheritedFrom": {
|
|
8741
|
-
"name": "Iconable",
|
|
8742
|
-
"module": "./../src/Controls/Behaviors/Iconable.ts"
|
|
8743
|
-
}
|
|
8744
|
-
},
|
|
8745
|
-
{
|
|
8746
|
-
"name": "iconSize",
|
|
8747
|
-
"fieldName": "iconSize",
|
|
8748
|
-
"description": "Gets or sets the `iconSize` property.\nThe default value is `null`, which means the icon size is not specified.",
|
|
8749
|
-
"type": "Size | null",
|
|
8750
|
-
"inheritedFrom": {
|
|
8751
|
-
"name": "Iconable",
|
|
8752
|
-
"module": "./../src/Controls/Behaviors/Iconable.ts"
|
|
8753
|
-
}
|
|
8754
|
-
},
|
|
8755
|
-
{
|
|
8756
|
-
"name": "type",
|
|
8757
|
-
"fieldName": "type",
|
|
8758
|
-
"description": "The type of the button.",
|
|
8759
|
-
"type": "ButtonType",
|
|
8760
|
-
"inheritedFrom": {
|
|
8761
|
-
"name": "IButtonBaseElementProps",
|
|
8762
|
-
"module": "./../src/Controls/Components/Buttons/Abstracts/IButtonBaseElementProps.ts"
|
|
8763
|
-
}
|
|
8764
|
-
},
|
|
8765
|
-
{
|
|
8766
|
-
"name": "variant",
|
|
8767
|
-
"fieldName": "variant",
|
|
8768
|
-
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
8769
|
-
"type": "Variant",
|
|
8770
|
-
"inheritedFrom": {
|
|
8771
|
-
"name": "Variantable",
|
|
8772
|
-
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
8773
|
-
}
|
|
8774
|
-
},
|
|
8775
|
-
{
|
|
8776
|
-
"name": "appearance",
|
|
8777
|
-
"fieldName": "appearance",
|
|
8778
|
-
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
8779
|
-
"type": "Appearance",
|
|
8780
|
-
"inheritedFrom": {
|
|
8781
|
-
"name": "Appearanceable",
|
|
8782
|
-
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
8783
|
-
}
|
|
8784
|
-
},
|
|
8785
|
-
{
|
|
8786
|
-
"name": "size",
|
|
8787
|
-
"fieldName": "size",
|
|
8788
|
-
"description": "Gets or sets the `size` property.\nThe default value is `medium`, which means the element has a medium size.",
|
|
8789
|
-
"type": "Size",
|
|
8790
|
-
"inheritedFrom": {
|
|
8791
|
-
"name": "Sizeable",
|
|
8792
|
-
"module": "./../src/Controls/Behaviors/Sizeable.ts"
|
|
8793
|
-
}
|
|
8794
|
-
},
|
|
8795
9620
|
{
|
|
8796
9621
|
"name": "value",
|
|
8797
9622
|
"fieldName": "value",
|
|
@@ -8803,23 +9628,23 @@
|
|
|
8803
9628
|
}
|
|
8804
9629
|
},
|
|
8805
9630
|
{
|
|
8806
|
-
"name": "
|
|
8807
|
-
"fieldName": "
|
|
8808
|
-
"description": "
|
|
8809
|
-
"type": "
|
|
9631
|
+
"name": "appearance",
|
|
9632
|
+
"fieldName": "appearance",
|
|
9633
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
9634
|
+
"type": "Appearance",
|
|
8810
9635
|
"inheritedFrom": {
|
|
8811
|
-
"name": "
|
|
8812
|
-
"module": "./../src/Controls/Behaviors/
|
|
9636
|
+
"name": "Appearanceable",
|
|
9637
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
8813
9638
|
}
|
|
8814
9639
|
},
|
|
8815
9640
|
{
|
|
8816
|
-
"name": "
|
|
8817
|
-
"fieldName": "
|
|
8818
|
-
"description": "
|
|
8819
|
-
"type": "
|
|
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",
|
|
8820
9645
|
"inheritedFrom": {
|
|
8821
|
-
"name": "
|
|
8822
|
-
"module": "./../src/Controls/Behaviors/
|
|
9646
|
+
"name": "Variantable",
|
|
9647
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
8823
9648
|
}
|
|
8824
9649
|
},
|
|
8825
9650
|
{
|
|
@@ -8842,154 +9667,6 @@
|
|
|
8842
9667
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
8843
9668
|
}
|
|
8844
9669
|
}
|
|
8845
|
-
],
|
|
8846
|
-
"cssProperties": [
|
|
8847
|
-
{
|
|
8848
|
-
"name": "--toggle-button-font-family",
|
|
8849
|
-
"description": "The font family of the toggle button.",
|
|
8850
|
-
"type": "String"
|
|
8851
|
-
},
|
|
8852
|
-
{
|
|
8853
|
-
"name": "--toggle-button-font-size",
|
|
8854
|
-
"description": "The font size of the toggle button.",
|
|
8855
|
-
"type": "String"
|
|
8856
|
-
},
|
|
8857
|
-
{
|
|
8858
|
-
"name": "--toggle-button-font-line-height",
|
|
8859
|
-
"description": "The font line height of the toggle button.",
|
|
8860
|
-
"type": "String"
|
|
8861
|
-
},
|
|
8862
|
-
{
|
|
8863
|
-
"name": "--toggle-button-font-weight",
|
|
8864
|
-
"description": "The font weight of the toggle button.",
|
|
8865
|
-
"type": "String"
|
|
8866
|
-
},
|
|
8867
|
-
{
|
|
8868
|
-
"name": "--toggle-button-font-letter-spacing",
|
|
8869
|
-
"description": "The font letter spacing of the toggle button.",
|
|
8870
|
-
"type": "String"
|
|
8871
|
-
},
|
|
8872
|
-
{
|
|
8873
|
-
"name": "--toggle-button-font-text-decoration",
|
|
8874
|
-
"description": "The font text decoration of the toggle button.",
|
|
8875
|
-
"type": "String"
|
|
8876
|
-
},
|
|
8877
|
-
{
|
|
8878
|
-
"name": "--toggle-button-font-text-transform",
|
|
8879
|
-
"description": "The font text transform of the toggle button.",
|
|
8880
|
-
"type": "String"
|
|
8881
|
-
},
|
|
8882
|
-
{
|
|
8883
|
-
"name": "--toggle-button-padding-top",
|
|
8884
|
-
"description": "The padding top of the toggle button.",
|
|
8885
|
-
"type": "String"
|
|
8886
|
-
},
|
|
8887
|
-
{
|
|
8888
|
-
"name": "--toggle-button-padding-right",
|
|
8889
|
-
"description": "The padding right of the toggle button.",
|
|
8890
|
-
"type": "String"
|
|
8891
|
-
},
|
|
8892
|
-
{
|
|
8893
|
-
"name": "--toggle-button-padding-bottom",
|
|
8894
|
-
"description": "The padding bottom of the toggle button.",
|
|
8895
|
-
"type": "String"
|
|
8896
|
-
},
|
|
8897
|
-
{
|
|
8898
|
-
"name": "--toggle-button-padding-left",
|
|
8899
|
-
"description": "The padding left of the toggle button.",
|
|
8900
|
-
"type": "String"
|
|
8901
|
-
},
|
|
8902
|
-
{
|
|
8903
|
-
"name": "--toggle-button-gap",
|
|
8904
|
-
"description": "The gap between elements of the toggle button.",
|
|
8905
|
-
"type": "String"
|
|
8906
|
-
},
|
|
8907
|
-
{
|
|
8908
|
-
"name": "--toggle-button-transition-duration",
|
|
8909
|
-
"description": "The transition duration for the toggle button.",
|
|
8910
|
-
"type": "String"
|
|
8911
|
-
},
|
|
8912
|
-
{
|
|
8913
|
-
"name": "--toggle-button-transition-mode",
|
|
8914
|
-
"description": "The transition mode for the toggle button.",
|
|
8915
|
-
"type": "String"
|
|
8916
|
-
},
|
|
8917
|
-
{
|
|
8918
|
-
"name": "--toggle-button-transition-property",
|
|
8919
|
-
"description": "The transition property for the toggle button.",
|
|
8920
|
-
"type": "String"
|
|
8921
|
-
},
|
|
8922
|
-
{
|
|
8923
|
-
"name": "--toggle-button-background-color",
|
|
8924
|
-
"description": "The background color of the toggle button.",
|
|
8925
|
-
"type": "String"
|
|
8926
|
-
},
|
|
8927
|
-
{
|
|
8928
|
-
"name": "--toggle-button-border-color",
|
|
8929
|
-
"description": "The border color of the toggle button.",
|
|
8930
|
-
"type": "String"
|
|
8931
|
-
},
|
|
8932
|
-
{
|
|
8933
|
-
"name": "--toggle-button-foreground-color",
|
|
8934
|
-
"description": "The foreground color of the toggle button.",
|
|
8935
|
-
"type": "String"
|
|
8936
|
-
},
|
|
8937
|
-
{
|
|
8938
|
-
"name": "--toggle-button-border-width",
|
|
8939
|
-
"description": "The border width of the toggle button.",
|
|
8940
|
-
"type": "String"
|
|
8941
|
-
},
|
|
8942
|
-
{
|
|
8943
|
-
"name": "--toggle-button-border-radius",
|
|
8944
|
-
"description": "The border radius of the toggle button.",
|
|
8945
|
-
"type": "String"
|
|
8946
|
-
},
|
|
8947
|
-
{
|
|
8948
|
-
"name": "--toggle-button-border-style",
|
|
8949
|
-
"description": "The border style of the toggle button.",
|
|
8950
|
-
"type": "String"
|
|
8951
|
-
},
|
|
8952
|
-
{
|
|
8953
|
-
"name": "--toggle-button-shadow",
|
|
8954
|
-
"description": "The shadow of the toggle button.",
|
|
8955
|
-
"type": "String"
|
|
8956
|
-
},
|
|
8957
|
-
{
|
|
8958
|
-
"name": "--focus-ring-outward-offset",
|
|
8959
|
-
"description": "The outward offset of the focus ring.",
|
|
8960
|
-
"type": "String"
|
|
8961
|
-
},
|
|
8962
|
-
{
|
|
8963
|
-
"name": "--toggle-button-line-height",
|
|
8964
|
-
"description": "The line height of the toggle button text.",
|
|
8965
|
-
"type": "String"
|
|
8966
|
-
}
|
|
8967
|
-
],
|
|
8968
|
-
"cssParts": [
|
|
8969
|
-
{
|
|
8970
|
-
"name": "button",
|
|
8971
|
-
"description": "The button part of the toggle button."
|
|
8972
|
-
},
|
|
8973
|
-
{
|
|
8974
|
-
"name": "focusRing",
|
|
8975
|
-
"description": "The focus ring part of the toggle button."
|
|
8976
|
-
},
|
|
8977
|
-
{
|
|
8978
|
-
"name": "ripple",
|
|
8979
|
-
"description": "The ripple part of the toggle button."
|
|
8980
|
-
},
|
|
8981
|
-
{
|
|
8982
|
-
"name": "icon",
|
|
8983
|
-
"description": "The icon part of the toggle button."
|
|
8984
|
-
},
|
|
8985
|
-
{
|
|
8986
|
-
"name": "label",
|
|
8987
|
-
"description": "The label part of the toggle button."
|
|
8988
|
-
},
|
|
8989
|
-
{
|
|
8990
|
-
"name": "progressRing",
|
|
8991
|
-
"description": "The progress ring part of the toggle button."
|
|
8992
|
-
}
|
|
8993
9670
|
]
|
|
8994
9671
|
}
|
|
8995
9672
|
]
|
|
@@ -12829,7 +13506,7 @@
|
|
|
12829
13506
|
"members": [
|
|
12830
13507
|
{
|
|
12831
13508
|
"kind": "field",
|
|
12832
|
-
"name": "
|
|
13509
|
+
"name": "submitted",
|
|
12833
13510
|
"privacy": "public",
|
|
12834
13511
|
"description": "[object Object],[object Object],[object Object]",
|
|
12835
13512
|
"type": "IEventEmitter<IFormSubmitEventDetail>"
|
|
@@ -13195,7 +13872,7 @@
|
|
|
13195
13872
|
"events": [
|
|
13196
13873
|
{
|
|
13197
13874
|
"description": "Fired when the form is submitted.",
|
|
13198
|
-
"name": "
|
|
13875
|
+
"name": "submitted",
|
|
13199
13876
|
"type": "CustomEvent"
|
|
13200
13877
|
},
|
|
13201
13878
|
{
|
|
@@ -53882,126 +54559,425 @@
|
|
|
53882
54559
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53883
54560
|
}
|
|
53884
54561
|
}
|
|
53885
|
-
],
|
|
53886
|
-
"tagName": "mosaik-absolute-item",
|
|
53887
|
-
"events": [
|
|
54562
|
+
],
|
|
54563
|
+
"tagName": "mosaik-absolute-item",
|
|
54564
|
+
"events": [
|
|
54565
|
+
{
|
|
54566
|
+
"description": "Called when the element is connected to the DOM.",
|
|
54567
|
+
"name": "connected",
|
|
54568
|
+
"inheritedFrom": {
|
|
54569
|
+
"name": "CustomElement",
|
|
54570
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54571
|
+
},
|
|
54572
|
+
"type": "CustomEvent"
|
|
54573
|
+
},
|
|
54574
|
+
{
|
|
54575
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
54576
|
+
"name": "disconnected",
|
|
54577
|
+
"inheritedFrom": {
|
|
54578
|
+
"name": "CustomElement",
|
|
54579
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54580
|
+
},
|
|
54581
|
+
"type": "CustomEvent"
|
|
54582
|
+
},
|
|
54583
|
+
{
|
|
54584
|
+
"description": "Called when the element will be updated.",
|
|
54585
|
+
"name": "changed",
|
|
54586
|
+
"inheritedFrom": {
|
|
54587
|
+
"name": "CustomElement",
|
|
54588
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54589
|
+
},
|
|
54590
|
+
"type": "Event"
|
|
54591
|
+
}
|
|
54592
|
+
],
|
|
54593
|
+
"slots": [
|
|
54594
|
+
{
|
|
54595
|
+
"description": "The default slot for placing child elements.",
|
|
54596
|
+
"name": ""
|
|
54597
|
+
}
|
|
54598
|
+
],
|
|
54599
|
+
"attributes": [
|
|
54600
|
+
{
|
|
54601
|
+
"name": "left",
|
|
54602
|
+
"fieldName": "left",
|
|
54603
|
+
"description": "Gets or sets the `left` property.",
|
|
54604
|
+
"type": "CssLength | null | undefined",
|
|
54605
|
+
"inheritedFrom": {
|
|
54606
|
+
"name": "IAbsoluteItemElementProps",
|
|
54607
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
54608
|
+
}
|
|
54609
|
+
},
|
|
54610
|
+
{
|
|
54611
|
+
"name": "top",
|
|
54612
|
+
"fieldName": "top",
|
|
54613
|
+
"description": "Gets or sets the `top` property.",
|
|
54614
|
+
"type": "CssLength | null | undefined",
|
|
54615
|
+
"inheritedFrom": {
|
|
54616
|
+
"name": "IAbsoluteItemElementProps",
|
|
54617
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
54618
|
+
}
|
|
54619
|
+
},
|
|
54620
|
+
{
|
|
54621
|
+
"name": "bottom",
|
|
54622
|
+
"fieldName": "bottom",
|
|
54623
|
+
"description": "Gets or sets the `bottom` property.",
|
|
54624
|
+
"type": "CssLength | null | undefined",
|
|
54625
|
+
"inheritedFrom": {
|
|
54626
|
+
"name": "IAbsoluteItemElementProps",
|
|
54627
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
54628
|
+
}
|
|
54629
|
+
},
|
|
54630
|
+
{
|
|
54631
|
+
"name": "right",
|
|
54632
|
+
"fieldName": "right",
|
|
54633
|
+
"description": "Gets or sets the `right` property.",
|
|
54634
|
+
"type": "CssLength | null | undefined",
|
|
54635
|
+
"inheritedFrom": {
|
|
54636
|
+
"name": "IAbsoluteItemElementProps",
|
|
54637
|
+
"module": "./../src/Controls/Components/Layouts/Absolute/IAbsoluteItemElementProps.ts"
|
|
54638
|
+
}
|
|
54639
|
+
},
|
|
54640
|
+
{
|
|
54641
|
+
"name": "dir",
|
|
54642
|
+
"fieldName": "dir",
|
|
54643
|
+
"description": "Gets or sets the `dir` property.",
|
|
54644
|
+
"type": "FlowDirection",
|
|
54645
|
+
"inheritedFrom": {
|
|
54646
|
+
"name": "CustomElement",
|
|
54647
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54648
|
+
}
|
|
54649
|
+
},
|
|
54650
|
+
{
|
|
54651
|
+
"name": "lang",
|
|
54652
|
+
"fieldName": "lang",
|
|
54653
|
+
"description": "Gets or sets the `lang` property.",
|
|
54654
|
+
"type": "string",
|
|
54655
|
+
"inheritedFrom": {
|
|
54656
|
+
"name": "CustomElement",
|
|
54657
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54658
|
+
}
|
|
54659
|
+
}
|
|
54660
|
+
]
|
|
54661
|
+
}
|
|
54662
|
+
]
|
|
54663
|
+
},
|
|
54664
|
+
{
|
|
54665
|
+
"path": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts",
|
|
54666
|
+
"exports": [
|
|
54667
|
+
{
|
|
54668
|
+
"kind": "class",
|
|
54669
|
+
"superclass": {
|
|
54670
|
+
"name": "CustomElement",
|
|
54671
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54672
|
+
},
|
|
54673
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
54674
|
+
"name": "LayoutElement",
|
|
54675
|
+
"members": [
|
|
54676
|
+
{
|
|
54677
|
+
"kind": "field",
|
|
54678
|
+
"name": "items",
|
|
54679
|
+
"privacy": "public",
|
|
54680
|
+
"description": "Gets or sets the `items` property.",
|
|
54681
|
+
"type": "HTMLElement[]"
|
|
54682
|
+
},
|
|
54683
|
+
{
|
|
54684
|
+
"kind": "field",
|
|
54685
|
+
"name": "dir",
|
|
54686
|
+
"privacy": "public",
|
|
54687
|
+
"description": "Gets or sets the `dir` property.",
|
|
54688
|
+
"type": "FlowDirection",
|
|
54689
|
+
"inheritedFrom": {
|
|
54690
|
+
"name": "CustomElement",
|
|
54691
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54692
|
+
}
|
|
54693
|
+
},
|
|
54694
|
+
{
|
|
54695
|
+
"kind": "field",
|
|
54696
|
+
"name": "lang",
|
|
54697
|
+
"privacy": "public",
|
|
54698
|
+
"description": "Gets or sets the `lang` property.",
|
|
54699
|
+
"type": "string",
|
|
54700
|
+
"inheritedFrom": {
|
|
54701
|
+
"name": "CustomElement",
|
|
54702
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54703
|
+
}
|
|
54704
|
+
},
|
|
54705
|
+
{
|
|
54706
|
+
"kind": "field",
|
|
54707
|
+
"name": "changed",
|
|
54708
|
+
"privacy": "public",
|
|
54709
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
54710
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
54711
|
+
"inheritedFrom": {
|
|
54712
|
+
"name": "ICustomElementEvents",
|
|
54713
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
54714
|
+
}
|
|
54715
|
+
},
|
|
54716
|
+
{
|
|
54717
|
+
"kind": "field",
|
|
54718
|
+
"name": "connected",
|
|
54719
|
+
"privacy": "public",
|
|
54720
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
54721
|
+
"type": "IEventEmitter<void>",
|
|
54722
|
+
"inheritedFrom": {
|
|
54723
|
+
"name": "ICustomElementEvents",
|
|
54724
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
54725
|
+
}
|
|
54726
|
+
},
|
|
54727
|
+
{
|
|
54728
|
+
"kind": "field",
|
|
54729
|
+
"name": "disconnected",
|
|
54730
|
+
"privacy": "public",
|
|
54731
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
54732
|
+
"type": "IEventEmitter<void>",
|
|
54733
|
+
"inheritedFrom": {
|
|
54734
|
+
"name": "ICustomElementEvents",
|
|
54735
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
54736
|
+
}
|
|
54737
|
+
},
|
|
54738
|
+
{
|
|
54739
|
+
"kind": "method",
|
|
54740
|
+
"name": "adoptStyle",
|
|
54741
|
+
"privacy": "public",
|
|
54742
|
+
"type": "(styles: CSSResultGroup): void",
|
|
54743
|
+
"description": "Adopts the specified styles.",
|
|
54744
|
+
"parameters": [
|
|
54745
|
+
{
|
|
54746
|
+
"name": "styles",
|
|
54747
|
+
"type": "CSSResultGroup",
|
|
54748
|
+
"description": "The styles to adopt."
|
|
54749
|
+
}
|
|
54750
|
+
],
|
|
54751
|
+
"return": {
|
|
54752
|
+
"type": "void"
|
|
54753
|
+
},
|
|
54754
|
+
"inheritedFrom": {
|
|
54755
|
+
"name": "CustomElement",
|
|
54756
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54757
|
+
}
|
|
54758
|
+
},
|
|
54759
|
+
{
|
|
54760
|
+
"kind": "method",
|
|
54761
|
+
"name": "on",
|
|
54762
|
+
"privacy": "public",
|
|
54763
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any, options?: boolean | ... 1 more ... | undefined) => IEventListenerSubscription",
|
|
54764
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
54765
|
+
"parameters": [
|
|
54766
|
+
{
|
|
54767
|
+
"name": "event",
|
|
54768
|
+
"type": "TEvent"
|
|
54769
|
+
},
|
|
54770
|
+
{
|
|
54771
|
+
"name": "listener",
|
|
54772
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => any"
|
|
54773
|
+
},
|
|
54774
|
+
{
|
|
54775
|
+
"name": "options",
|
|
54776
|
+
"type": "boolean | AddEventListenerOptions"
|
|
54777
|
+
}
|
|
54778
|
+
],
|
|
54779
|
+
"return": {
|
|
54780
|
+
"type": "IEventListenerSubscription"
|
|
54781
|
+
},
|
|
54782
|
+
"inheritedFrom": {
|
|
54783
|
+
"name": "CustomElement",
|
|
54784
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54785
|
+
}
|
|
54786
|
+
},
|
|
54787
|
+
{
|
|
54788
|
+
"kind": "method",
|
|
54789
|
+
"name": "off",
|
|
54790
|
+
"privacy": "public",
|
|
54791
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any): void; }",
|
|
54792
|
+
"description": "Removes an event listener.",
|
|
54793
|
+
"parameters": [
|
|
54794
|
+
{
|
|
54795
|
+
"name": "subscription",
|
|
54796
|
+
"type": "IEventListenerSubscription"
|
|
54797
|
+
}
|
|
54798
|
+
],
|
|
54799
|
+
"return": {
|
|
54800
|
+
"type": "void"
|
|
54801
|
+
},
|
|
54802
|
+
"inheritedFrom": {
|
|
54803
|
+
"name": "CustomElement",
|
|
54804
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54805
|
+
}
|
|
54806
|
+
},
|
|
54807
|
+
{
|
|
54808
|
+
"kind": "method",
|
|
54809
|
+
"name": "emit",
|
|
54810
|
+
"privacy": "public",
|
|
54811
|
+
"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...",
|
|
54812
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
54813
|
+
"parameters": [
|
|
54814
|
+
{
|
|
54815
|
+
"name": "event",
|
|
54816
|
+
"type": "TEvent"
|
|
54817
|
+
},
|
|
54818
|
+
{
|
|
54819
|
+
"name": "eventInitDict",
|
|
54820
|
+
"type": "CustomEventInit<TDetail>"
|
|
54821
|
+
}
|
|
54822
|
+
],
|
|
54823
|
+
"return": {
|
|
54824
|
+
"type": "boolean"
|
|
54825
|
+
},
|
|
54826
|
+
"inheritedFrom": {
|
|
54827
|
+
"name": "CustomElement",
|
|
54828
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54829
|
+
}
|
|
54830
|
+
},
|
|
54831
|
+
{
|
|
54832
|
+
"kind": "method",
|
|
54833
|
+
"name": "requestUpdate",
|
|
54834
|
+
"privacy": "public",
|
|
54835
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
54836
|
+
"parameters": [
|
|
54837
|
+
{
|
|
54838
|
+
"name": "name",
|
|
54839
|
+
"type": "keyof this"
|
|
54840
|
+
},
|
|
54841
|
+
{
|
|
54842
|
+
"name": "oldValue",
|
|
54843
|
+
"type": "unknown"
|
|
54844
|
+
},
|
|
54845
|
+
{
|
|
54846
|
+
"name": "options",
|
|
54847
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
54848
|
+
}
|
|
54849
|
+
],
|
|
54850
|
+
"return": {
|
|
54851
|
+
"type": "void"
|
|
54852
|
+
},
|
|
54853
|
+
"inheritedFrom": {
|
|
54854
|
+
"name": "CustomElement",
|
|
54855
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54856
|
+
}
|
|
54857
|
+
}
|
|
54858
|
+
]
|
|
54859
|
+
}
|
|
54860
|
+
]
|
|
54861
|
+
},
|
|
54862
|
+
{
|
|
54863
|
+
"path": "./../src/Controls/Components/Layouts/Dock/DockPanelElement.ts",
|
|
54864
|
+
"exports": [
|
|
54865
|
+
{
|
|
54866
|
+
"kind": "definition",
|
|
54867
|
+
"name": "mosaik-dock-panel",
|
|
54868
|
+
"declaration": {
|
|
54869
|
+
"name": "DockPanelElement",
|
|
54870
|
+
"module": "./../src/Controls/Components/Layouts/Dock/DockPanelElement.ts"
|
|
54871
|
+
}
|
|
54872
|
+
},
|
|
54873
|
+
{
|
|
54874
|
+
"kind": "class",
|
|
54875
|
+
"superclass": {
|
|
54876
|
+
"name": "LayoutElement",
|
|
54877
|
+
"module": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts"
|
|
54878
|
+
},
|
|
54879
|
+
"mixins": [
|
|
53888
54880
|
{
|
|
53889
|
-
"
|
|
53890
|
-
"
|
|
53891
|
-
"inheritedFrom": {
|
|
53892
|
-
"name": "CustomElement",
|
|
53893
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53894
|
-
},
|
|
53895
|
-
"type": "CustomEvent"
|
|
54881
|
+
"name": "Themeable",
|
|
54882
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
53896
54883
|
},
|
|
53897
54884
|
{
|
|
53898
|
-
"
|
|
53899
|
-
"
|
|
53900
|
-
"inheritedFrom": {
|
|
53901
|
-
"name": "CustomElement",
|
|
53902
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53903
|
-
},
|
|
53904
|
-
"type": "CustomEvent"
|
|
54885
|
+
"name": "Reversible",
|
|
54886
|
+
"module": "./../src/Controls/Behaviors/Reversible.ts"
|
|
53905
54887
|
},
|
|
53906
54888
|
{
|
|
53907
|
-
"
|
|
53908
|
-
"
|
|
53909
|
-
|
|
53910
|
-
"name": "CustomElement",
|
|
53911
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53912
|
-
},
|
|
53913
|
-
"type": "Event"
|
|
53914
|
-
}
|
|
53915
|
-
],
|
|
53916
|
-
"slots": [
|
|
54889
|
+
"name": "Orientable",
|
|
54890
|
+
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
54891
|
+
},
|
|
53917
54892
|
{
|
|
53918
|
-
"
|
|
53919
|
-
"
|
|
54893
|
+
"name": "Fitable",
|
|
54894
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
54895
|
+
},
|
|
54896
|
+
{
|
|
54897
|
+
"name": "Gapable",
|
|
54898
|
+
"module": "./../src/Controls/Behaviors/Gapable.ts"
|
|
53920
54899
|
}
|
|
53921
54900
|
],
|
|
53922
|
-
"
|
|
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",
|
|
54903
|
+
"members": [
|
|
53923
54904
|
{
|
|
53924
|
-
"
|
|
53925
|
-
"
|
|
53926
|
-
"
|
|
53927
|
-
"
|
|
54905
|
+
"kind": "field",
|
|
54906
|
+
"name": "lastChildFill",
|
|
54907
|
+
"privacy": "public",
|
|
54908
|
+
"description": "The `lastChildFill` property determines whether the last child element should fill the remaining space.",
|
|
54909
|
+
"type": "boolean",
|
|
54910
|
+
"default": "\"true\"",
|
|
53928
54911
|
"inheritedFrom": {
|
|
53929
|
-
"name": "
|
|
53930
|
-
"module": "./../src/Controls/Components/Layouts/
|
|
54912
|
+
"name": "IDockPanelElementProps",
|
|
54913
|
+
"module": "./../src/Controls/Components/Layouts/Dock/IDockPanelElementProps.ts"
|
|
53931
54914
|
}
|
|
53932
54915
|
},
|
|
53933
54916
|
{
|
|
53934
|
-
"
|
|
53935
|
-
"
|
|
53936
|
-
"
|
|
53937
|
-
"
|
|
54917
|
+
"kind": "field",
|
|
54918
|
+
"name": "themeName",
|
|
54919
|
+
"privacy": "public",
|
|
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",
|
|
53938
54922
|
"inheritedFrom": {
|
|
53939
|
-
"name": "
|
|
53940
|
-
"module": "./../src/Controls/
|
|
54923
|
+
"name": "IThemeableProps",
|
|
54924
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
53941
54925
|
}
|
|
53942
54926
|
},
|
|
53943
54927
|
{
|
|
53944
|
-
"
|
|
53945
|
-
"
|
|
53946
|
-
"
|
|
53947
|
-
"
|
|
54928
|
+
"kind": "field",
|
|
54929
|
+
"name": "reverse",
|
|
54930
|
+
"privacy": "public",
|
|
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",
|
|
53948
54933
|
"inheritedFrom": {
|
|
53949
|
-
"name": "
|
|
53950
|
-
"module": "./../src/Controls/
|
|
54934
|
+
"name": "Reversible",
|
|
54935
|
+
"module": "./../src/Controls/Behaviors/Reversible.ts"
|
|
53951
54936
|
}
|
|
53952
54937
|
},
|
|
53953
54938
|
{
|
|
53954
|
-
"
|
|
53955
|
-
"
|
|
53956
|
-
"
|
|
53957
|
-
"
|
|
54939
|
+
"kind": "field",
|
|
54940
|
+
"name": "orientation",
|
|
54941
|
+
"privacy": "public",
|
|
54942
|
+
"description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
|
|
54943
|
+
"type": "Orientation",
|
|
53958
54944
|
"inheritedFrom": {
|
|
53959
|
-
"name": "
|
|
53960
|
-
"module": "./../src/Controls/
|
|
54945
|
+
"name": "Orientable",
|
|
54946
|
+
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
53961
54947
|
}
|
|
53962
54948
|
},
|
|
53963
54949
|
{
|
|
53964
|
-
"
|
|
53965
|
-
"
|
|
53966
|
-
"
|
|
53967
|
-
"
|
|
54950
|
+
"kind": "field",
|
|
54951
|
+
"name": "fit",
|
|
54952
|
+
"privacy": "public",
|
|
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",
|
|
53968
54955
|
"inheritedFrom": {
|
|
53969
|
-
"name": "
|
|
53970
|
-
"module": "./../src/Controls/
|
|
54956
|
+
"name": "Fitable",
|
|
54957
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
53971
54958
|
}
|
|
53972
54959
|
},
|
|
53973
54960
|
{
|
|
53974
|
-
"
|
|
53975
|
-
"
|
|
53976
|
-
"
|
|
53977
|
-
"
|
|
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",
|
|
53978
54966
|
"inheritedFrom": {
|
|
53979
|
-
"name": "
|
|
53980
|
-
"module": "./../src/Controls/
|
|
54967
|
+
"name": "IGapableProps",
|
|
54968
|
+
"module": "./../src/Controls/Behaviors/Gapable.ts"
|
|
53981
54969
|
}
|
|
53982
|
-
}
|
|
53983
|
-
]
|
|
53984
|
-
}
|
|
53985
|
-
]
|
|
53986
|
-
},
|
|
53987
|
-
{
|
|
53988
|
-
"path": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts",
|
|
53989
|
-
"exports": [
|
|
53990
|
-
{
|
|
53991
|
-
"kind": "class",
|
|
53992
|
-
"superclass": {
|
|
53993
|
-
"name": "CustomElement",
|
|
53994
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
53995
|
-
},
|
|
53996
|
-
"description": "[object Object],[object Object],[object Object]",
|
|
53997
|
-
"name": "LayoutElement",
|
|
53998
|
-
"members": [
|
|
54970
|
+
},
|
|
53999
54971
|
{
|
|
54000
54972
|
"kind": "field",
|
|
54001
54973
|
"name": "items",
|
|
54002
54974
|
"privacy": "public",
|
|
54003
54975
|
"description": "Gets or sets the `items` property.",
|
|
54004
|
-
"type": "HTMLElement[]"
|
|
54976
|
+
"type": "HTMLElement[]",
|
|
54977
|
+
"inheritedFrom": {
|
|
54978
|
+
"name": "LayoutElement",
|
|
54979
|
+
"module": "./../src/Controls/Components/Layouts/Abstracts/LayoutElement.ts"
|
|
54980
|
+
}
|
|
54005
54981
|
},
|
|
54006
54982
|
{
|
|
54007
54983
|
"kind": "field",
|
|
@@ -54178,6 +55154,105 @@
|
|
|
54178
55154
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
54179
55155
|
}
|
|
54180
55156
|
}
|
|
55157
|
+
],
|
|
55158
|
+
"tagName": "mosaik-dock-panel",
|
|
55159
|
+
"events": [
|
|
55160
|
+
{
|
|
55161
|
+
"description": "Called when the element is connected to the DOM.",
|
|
55162
|
+
"name": "connected",
|
|
55163
|
+
"inheritedFrom": {
|
|
55164
|
+
"name": "CustomElement",
|
|
55165
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
55166
|
+
},
|
|
55167
|
+
"type": "CustomEvent"
|
|
55168
|
+
},
|
|
55169
|
+
{
|
|
55170
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
55171
|
+
"name": "disconnected",
|
|
55172
|
+
"inheritedFrom": {
|
|
55173
|
+
"name": "CustomElement",
|
|
55174
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
55175
|
+
},
|
|
55176
|
+
"type": "CustomEvent"
|
|
55177
|
+
},
|
|
55178
|
+
{
|
|
55179
|
+
"description": "Called when the element will be updated.",
|
|
55180
|
+
"name": "changed",
|
|
55181
|
+
"inheritedFrom": {
|
|
55182
|
+
"name": "CustomElement",
|
|
55183
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
55184
|
+
},
|
|
55185
|
+
"type": "Event"
|
|
55186
|
+
}
|
|
55187
|
+
],
|
|
55188
|
+
"slots": [
|
|
55189
|
+
{
|
|
55190
|
+
"description": "The default slot for child elements to be docked.",
|
|
55191
|
+
"name": ""
|
|
55192
|
+
}
|
|
55193
|
+
],
|
|
55194
|
+
"attributes": [
|
|
55195
|
+
{
|
|
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",
|
|
55201
|
+
"inheritedFrom": {
|
|
55202
|
+
"name": "IDockPanelElementProps",
|
|
55203
|
+
"module": "./../src/Controls/Components/Layouts/Dock/IDockPanelElementProps.ts"
|
|
55204
|
+
}
|
|
55205
|
+
},
|
|
55206
|
+
{
|
|
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",
|
|
55211
|
+
"inheritedFrom": {
|
|
55212
|
+
"name": "Reversible",
|
|
55213
|
+
"module": "./../src/Controls/Behaviors/Reversible.ts"
|
|
55214
|
+
}
|
|
55215
|
+
},
|
|
55216
|
+
{
|
|
55217
|
+
"name": "orientation",
|
|
55218
|
+
"fieldName": "orientation",
|
|
55219
|
+
"description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
|
|
55220
|
+
"type": "Orientation",
|
|
55221
|
+
"inheritedFrom": {
|
|
55222
|
+
"name": "Orientable",
|
|
55223
|
+
"module": "./../src/Controls/Behaviors/Orientable.ts"
|
|
55224
|
+
}
|
|
55225
|
+
},
|
|
55226
|
+
{
|
|
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",
|
|
55231
|
+
"inheritedFrom": {
|
|
55232
|
+
"name": "Fitable",
|
|
55233
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
55234
|
+
}
|
|
55235
|
+
},
|
|
55236
|
+
{
|
|
55237
|
+
"name": "dir",
|
|
55238
|
+
"fieldName": "dir",
|
|
55239
|
+
"description": "Gets or sets the `dir` property.",
|
|
55240
|
+
"type": "FlowDirection",
|
|
55241
|
+
"inheritedFrom": {
|
|
55242
|
+
"name": "CustomElement",
|
|
55243
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
55244
|
+
}
|
|
55245
|
+
},
|
|
55246
|
+
{
|
|
55247
|
+
"name": "lang",
|
|
55248
|
+
"fieldName": "lang",
|
|
55249
|
+
"description": "Gets or sets the `lang` property.",
|
|
55250
|
+
"type": "string",
|
|
55251
|
+
"inheritedFrom": {
|
|
55252
|
+
"name": "CustomElement",
|
|
55253
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
55254
|
+
}
|
|
55255
|
+
}
|
|
54181
55256
|
]
|
|
54182
55257
|
}
|
|
54183
55258
|
]
|
|
@@ -55074,7 +56149,7 @@
|
|
|
55074
56149
|
"description": "The `gap` represents the space between the child elements.\nThe default value is `0`, which means no gap is applied.",
|
|
55075
56150
|
"type": "Size | CssLength",
|
|
55076
56151
|
"inheritedFrom": {
|
|
55077
|
-
"name": "
|
|
56152
|
+
"name": "IGapableProps",
|
|
55078
56153
|
"module": "./../src/Controls/Behaviors/Gapable.ts"
|
|
55079
56154
|
}
|
|
55080
56155
|
},
|
|
@@ -57946,7 +59021,7 @@
|
|
|
57946
59021
|
"description": "The `gap` represents the space between the child elements.\nThe default value is `0`, which means no gap is applied.",
|
|
57947
59022
|
"type": "Size | CssLength",
|
|
57948
59023
|
"inheritedFrom": {
|
|
57949
|
-
"name": "
|
|
59024
|
+
"name": "IGapableProps",
|
|
57950
59025
|
"module": "./../src/Controls/Behaviors/Gapable.ts"
|
|
57951
59026
|
}
|
|
57952
59027
|
},
|
|
@@ -59838,7 +60913,7 @@
|
|
|
59838
60913
|
"description": "The `gap` represents the space between the child elements.\nThe default value is `0`, which means no gap is applied.",
|
|
59839
60914
|
"type": "Size | CssLength",
|
|
59840
60915
|
"inheritedFrom": {
|
|
59841
|
-
"name": "
|
|
60916
|
+
"name": "IGapableProps",
|
|
59842
60917
|
"module": "./../src/Controls/Behaviors/Gapable.ts"
|
|
59843
60918
|
}
|
|
59844
60919
|
},
|
|
@@ -104335,6 +105410,12 @@
|
|
|
104335
105410
|
"type": "Event"
|
|
104336
105411
|
}
|
|
104337
105412
|
],
|
|
105413
|
+
"slots": [
|
|
105414
|
+
{
|
|
105415
|
+
"description": "The hint slot.",
|
|
105416
|
+
"name": "hint"
|
|
105417
|
+
}
|
|
105418
|
+
],
|
|
104338
105419
|
"attributes": [
|
|
104339
105420
|
{
|
|
104340
105421
|
"name": "orientation",
|
|
@@ -125760,8 +126841,12 @@
|
|
|
125760
126841
|
"name": "header"
|
|
125761
126842
|
},
|
|
125762
126843
|
{
|
|
125763
|
-
"description": "The
|
|
125764
|
-
"name": "header-
|
|
126844
|
+
"description": "The header before slot.",
|
|
126845
|
+
"name": "header-before"
|
|
126846
|
+
},
|
|
126847
|
+
{
|
|
126848
|
+
"description": "The header after slot.",
|
|
126849
|
+
"name": "header-after"
|
|
125765
126850
|
},
|
|
125766
126851
|
{
|
|
125767
126852
|
"description": "The steps slot.",
|