carbon-components-svelte
Advanced tools
Comparing version 0.84.0 to 0.84.1
{ | ||
"name": "carbon-components-svelte", | ||
"version": "0.84.0", | ||
"version": "0.84.1", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "description": "Svelte implementation of the Carbon Design System", |
@@ -103,2 +103,3 @@ import type { SvelteComponentTyped } from "svelte"; | ||
change: WindowEventMap["change"]; | ||
focus: WindowEventMap["focus"]; | ||
blur: WindowEventMap["blur"]; | ||
@@ -105,0 +106,0 @@ }, |
@@ -12,3 +12,3 @@ import type { SvelteComponentTyped } from "svelte"; | ||
display?: (item: Value, row: DataTableRow) => DataTableValue; | ||
sort?: false | ((a: DataTableValue, b: DataTableValue) => 0 | -1 | 1); | ||
sort?: false | ((a: DataTableValue, b: DataTableValue) => number); | ||
columnMenu?: boolean; | ||
@@ -23,3 +23,3 @@ width?: string; | ||
display?: (item: Value, row: DataTableRow) => DataTableValue; | ||
sort?: false | ((a: DataTableValue, b: DataTableValue) => 0 | -1 | 1); | ||
sort?: false | ((a: DataTableValue, b: DataTableValue) => number); | ||
columnMenu?: boolean; | ||
@@ -26,0 +26,0 @@ width?: string; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7073218
73548