agnostic-svelte
Advanced tools
Comparing version 1.1.22 to 1.1.23
@@ -26,2 +26,3 @@ declare namespace _default { | ||
export const Offset2Limit3: any; | ||
export const KeyFilterNoWeapon: any; | ||
import FontDecorator from "../../storybook-helpers/FontDecorator.svelte"; |
@@ -150,1 +150,7 @@ import TableCustomRenderComponent from "./TableCustomRenderComponent.svelte"; | ||
Offset2Limit3.args = { ...defaultArgs, offset: 2, limit: 3 }; | ||
const splicedHeaders = [...defaultArgs.headers]; | ||
splicedHeaders.splice(1, 1); | ||
export const KeyFilterNoWeapon = Template.bind({}); | ||
KeyFilterNoWeapon.args = {...defaultArgs, headers: splicedHeaders, filterByKey: true}; |
@@ -17,2 +17,3 @@ /** @typedef {typeof __propDef.props} TableProps */ | ||
isHoverable?: boolean; | ||
filterByKey?: boolean; | ||
offset?: number; | ||
@@ -44,2 +45,3 @@ limit?: number; | ||
isHoverable?: boolean; | ||
filterByKey?: boolean; | ||
offset?: number; | ||
@@ -46,0 +48,0 @@ limit?: number; |
{ | ||
"name": "agnostic-svelte", | ||
"version": "1.1.22", | ||
"version": "1.1.23", | ||
"description": "AgnosticUI (svelte)", | ||
@@ -5,0 +5,0 @@ "author": "Rob Levin <roblevinillustration@gmail.com>", |
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
381054
4639