mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.27.0
This commit is contained in:
parent
e45d65c71e
commit
3e926de49d
5 changed files with 73 additions and 12 deletions
|
@ -1018,7 +1018,7 @@
|
|||
{
|
||||
"name": "__default__",
|
||||
"default": true,
|
||||
"fallback": "{#if animation}{feedback || $$restProps['aria-label']}{/if}",
|
||||
"fallback": "{#if animation}{feedback || $$restProps[\"aria-label\"]}{/if}",
|
||||
"slot_props": "{}"
|
||||
}
|
||||
],
|
||||
|
@ -2612,7 +2612,7 @@
|
|||
{
|
||||
"name": "cell",
|
||||
"default": false,
|
||||
"fallback": "{headers[j].display ? headers[j].display(cell.value) : cell.value}",
|
||||
"fallback": "{headers[j].display\n ? headers[j].display(cell.value)\n : cell.value}",
|
||||
"slot_props": "{ row: DataTableRow; cell: DataTableCell; }"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue