mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Strip out RadioTileGroup
This commit is contained in:
parent
480337f9af
commit
c37d7b3760
9 changed files with 10 additions and 123 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"total": 157,
|
||||
"total": 156,
|
||||
"components": [
|
||||
{
|
||||
"moduleName": "SkeletonText",
|
||||
|
@ -8764,45 +8764,6 @@
|
|||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "fieldset" }
|
||||
},
|
||||
{
|
||||
"moduleName": "RadioTileGroup",
|
||||
"filePath": "/src/Tile/RadioTileGroup.svelte",
|
||||
"props": [
|
||||
{
|
||||
"name": "selectedValue",
|
||||
"kind": "let",
|
||||
"description": "Specify the selected tile value",
|
||||
"type": "any",
|
||||
"isFunction": false,
|
||||
"constant": false,
|
||||
"reactive": true
|
||||
},
|
||||
{
|
||||
"name": "disabled",
|
||||
"kind": "let",
|
||||
"description": "Set to `true` to disable the tile group",
|
||||
"type": "boolean",
|
||||
"value": "false",
|
||||
"isFunction": false,
|
||||
"constant": false,
|
||||
"reactive": false
|
||||
},
|
||||
{
|
||||
"name": "legend",
|
||||
"kind": "let",
|
||||
"description": "Specify the legend text",
|
||||
"type": "string",
|
||||
"value": "\"\"",
|
||||
"isFunction": false,
|
||||
"constant": false,
|
||||
"reactive": false
|
||||
}
|
||||
],
|
||||
"slots": [{ "name": "__default__", "default": true, "slot_props": "{}" }],
|
||||
"events": [{ "type": "dispatched", "name": "select" }],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "fieldset" }
|
||||
},
|
||||
{
|
||||
"moduleName": "SelectableTileGroup",
|
||||
"filePath": "/src/Tile/SelectableTileGroup.svelte",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue