{ "version": "0.18.0", "components": { "Accordion": { "moduleName": "Accordion", "props": [ [ "align", { "kind": "let", "value": "\"end\"", "type": "\"start\" | \"end\"", "description": "Specify alignment of accordion item chevron icon" } ], [ "size", { "kind": "let", "type": "\"sm\" | \"xl\"", "description": "Specify the size of the accordion" } ], [ "disabled", { "kind": "let", "value": "false", "type": "boolean", "description": "Set to `true` to disable the accordion" } ], [ "skeleton", { "kind": "let", "value": "false", "type": "boolean", "description": "Set to `true` to display the skeleton state" } ] ], "slots": [ [ "default", { "attributes": [], "children": [], "default": true, "default_value": "" } ] ], "forwarded_events": [ [ "click", { "start": 1139, "end": 1147, "type": "EventHandler", "name": "click", "modifiers": [], "expression": null } ], [ "mouseover", { "start": 1152, "end": 1164, "type": "EventHandler", "name": "mouseover", "modifiers": [], "expression": null } ], [ "mouseenter", { "start": 1169, "end": 1182, "type": "EventHandler", "name": "mouseenter", "modifiers": [], "expression": null } ], [ "mouseleave", { "start": 1187, "end": 1200, "type": "EventHandler", "name": "mouseleave", "modifiers": [], "expression": null } ] ], "dispatched_events": [] }, "AccordionItem": { "moduleName": "AccordionItem", "props": [ [ "title", { "kind": "let", "value": "\"title\"", "type": "string", "description": "Specify the title of the accordion item heading\nAlternatively, use the named slot \"title\" (e.g.
{label}
\n\n \n" } ] ], "forwarded_events": [ [ "click", { "start": 1911, "end": 1919, "type": "EventHandler", "name": "click", "modifiers": [], "expression": null } ], [ "mouseover", { "start": 1981, "end": 1993, "type": "EventHandler", "name": "mouseover", "modifiers": [], "expression": null } ], [ "mouseenter", { "start": 1998, "end": 2011, "type": "EventHandler", "name": "mouseenter", "modifiers": [], "expression": null } ], [ "mouseleave", { "start": 2016, "end": 2029, "type": "EventHandler", "name": "mouseleave", "modifiers": [], "expression": null } ], [ "keydown", { "start": 2034, "end": 2044, "type": "EventHandler", "name": "keydown", "modifiers": [], "expression": null } ] ], "dispatched_events": [] }, "RadioButton": { "moduleName": "RadioButton", "props": [ [ "value", { "kind": "let", "value": "\"\"", "type": "string", "description": "Specify the value of the radio button" } ], [ "checked", { "kind": "let", "value": "false", "type": "boolean", "description": "Set to `true` to check the radio button" } ], [ "disabled", { "kind": "let", "value": "false", "type": "boolean", "description": "Set to `true` to disable the radio button" } ], [ "labelPosition", { "kind": "let", "value": "\"right\"", "type": "\"right\" | \"left\"", "description": "Specify the label position" } ], [ "labelText", { "kind": "let", "value": "\"\"", "type": "string", "description": "Specify the label text" } ], [ "hideLabel", { "kind": "let", "value": "false", "type": "boolean", "description": "Set to `true` to visually hide the label text" } ], [ "id", { "kind": "let", "type": "string", "description": "Set an id for the input element" } ], [ "name", { "kind": "let", "value": "\"\"", "type": "string", "description": "Specify a name attribute for the checkbox input" } ], [ "ref", { "kind": "let", "value": "null", "type": "null | HTMLInputElement", "description": "Obtain a reference to the input HTML element" } ] ], "slots": [], "forwarded_events": [ [ "change", { "start": 1814, "end": 1823, "type": "EventHandler", "name": "change", "modifiers": [], "expression": null } ] ], "dispatched_events": [] }, "RadioButtonGroup": { "moduleName": "RadioButtonGroup", "props": [ [ "selected", { "kind": "let", "type": "string", "description": "Set the selected radio button value" } ], [ "disabled", { "kind": "let", "value": "false", "type": "boolean", "description": "Set to `true` to disable the radio buttons" } ], [ "labelPosition", { "kind": "let", "value": "\"right\"", "type": "\"right\" | \"left\"", "description": "Specify the label position" } ], [ "orientation", { "kind": "let", "value": "\"horizontal\"", "type": "\"horizontal\" | \"vertical\"", "description": "Specify the orientation of the radio buttons" } ], [ "id", { "kind": "let", "type": "string", "description": "Set an id for the container div element" } ] ], "slots": [ [ "default", { "attributes": [], "children": [], "default": true, "default_value": "" } ] ], "forwarded_events": [ [ "click", { "start": 1244, "end": 1252, "type": "EventHandler", "name": "click", "modifiers": [], "expression": null } ], [ "mouseover", { "start": 1255, "end": 1267, "type": "EventHandler", "name": "mouseover", "modifiers": [], "expression": null } ], [ "mouseenter", { "start": 1270, "end": 1283, "type": "EventHandler", "name": "mouseenter", "modifiers": [], "expression": null } ], [ "mouseleave", { "start": 1286, "end": 1299, "type": "EventHandler", "name": "mouseleave", "modifiers": [], "expression": null } ] ], "dispatched_events": [ [ "change", { "detail": "$selectedValue" } ] ] }, "RadioButtonSkeleton": { "moduleName": "RadioButtonSkeleton", "props": [], "slots": [], "forwarded_events": [ [ "click", { "start": 68, "end": 76, "type": "EventHandler", "name": "click", "modifiers": [], "expression": null } ], [ "mouseover", { "start": 79, "end": 91, "type": "EventHandler", "name": "mouseover", "modifiers": [], "expression": null } ], [ "mouseenter", { "start": 94, "end": 107, "type": "EventHandler", "name": "mouseenter", "modifiers": [], "expression": null } ], [ "mouseleave", { "start": 110, "end": 123, "type": "EventHandler", "name": "mouseleave", "modifiers": [], "expression": null } ] ], "dispatched_events": [] }, "RadioTile": { "moduleName": "RadioTile", "props": [ [ "checked", { "kind": "let", "value": "false", "type": "boolean", "description": "Set to `true` to check the tile" } ], [ "light", { "kind": "let", "value": "false", "type": "boolean", "description": "Set to `true` to enable the light variant" } ], [ "value", { "kind": "let", "value": "\"\"", "type": "string", "description": "Specify the value of the radio input" } ], [ "tabindex", { "kind": "let", "value": "\"0\"", "type": "string", "description": "Specify the tabindex" } ], [ "iconDescription", { "kind": "let", "value": "\"Tile checkmark\"", "type": "string", "description": "Specify the ARIA label for the radio tile checkmark icon" } ], [ "id", { "kind": "let", "type": "string", "description": "Set an id for the input element" } ], [ "name", { "kind": "let", "value": "\"\"", "type": "string", "description": "Specify a name attribute for the input" } ] ], "slots": [ [ "default", { "attributes": [], "children": [], "default": true, "default_value": "" } ] ], "forwarded_events": [ [ "change", { "start": 1295, "end": 1304, "type": "EventHandler", "name": "change", "modifiers": [], "expression": null } ], [ "keydown", { "start": 1354, "end": 1364, "type": "EventHandler", "name": "keydown", "modifiers": [], "expression": null } ], [ "click", { "start": 1678, "end": 1686, "type": "EventHandler", "name": "click", "modifiers": [], "expression": null } ], [ "mouseover", { "start": 1689, "end": 1701, "type": "EventHandler", "name": "mouseover", "modifiers": [], "expression": null } ], [ "mouseenter", { "start": 1704, "end": 1717, "type": "EventHandler", "name": "mouseenter", "modifiers": [], "expression": null } ], [ "mouseleave", { "start": 1720, "end": 1733, "type": "EventHandler", "name": "mouseleave", "modifiers": [], "expression": null } ] ], "dispatched_events": [] }, "Row": { "moduleName": "Row", "props": [ [ "as", { "kind": "let", "value": "false", "type": "boolean", "description": "Set to `true` to render a custom HTML element\nProps are destructured as `props` in the default slot (e.g.