svelte-table-layout
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -10,2 +10,14 @@ import { SvelteComponentTyped } from "svelte"; | ||
this?: HTMLTableElement | undefined; | ||
headStyle?: string | undefined; | ||
headId?: string | undefined; | ||
headClass?: string | undefined; | ||
thead?: HTMLTableSectionElement | undefined; | ||
bodyStyle?: string | undefined; | ||
bodyId?: string | undefined; | ||
bodyClass?: string | undefined; | ||
tbody?: HTMLTableSectionElement | undefined; | ||
footStyle?: string | undefined; | ||
footId?: string | undefined; | ||
footClass?: string | undefined; | ||
tfoot?: HTMLTableSectionElement | undefined; | ||
computedColumnWidths?: number[] | undefined; | ||
@@ -19,3 +31,5 @@ computedRowHeights?: number[] | undefined; | ||
slots: { | ||
head: {}; | ||
default: {}; | ||
foot: {}; | ||
}; | ||
@@ -22,0 +36,0 @@ }; |
{ | ||
"name": "svelte-table-layout", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20469
386