add build

This commit is contained in:
Richard O'flynn 2020-12-01 00:22:50 +00:00
commit 10da838509
3 changed files with 4 additions and 21 deletions

View file

@ -2960,9 +2960,8 @@ None.
### Props
| Prop name | Kind | Reactive | Type | Default value | Description |
| :------------- | :--------------- | :------- | :------------------- | ------------------ | --------------------------------------- |
| :------------- | :--------------- | :------- | :------------------ | --------------- | --------------------------- |
| selectedValues | <code>let</code> | Yes | <code>any[]</code> | <code>[]</code> | Specify the selected tile's |
| disabled | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to disable the tile group |
| legend | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the legend text |
### Slots

View file

@ -8817,16 +8817,6 @@
"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",

View file

@ -7,12 +7,6 @@ export interface SelectableTileGroupProps extends svelte.JSX.HTMLAttributes<HTML
*/
selectedValues?: any[];
/**
* Set to `true` to disable the tile group
* @default false
*/
disabled?: boolean;
/**
* Specify the legend text
* @default ""