flowbite-svelte 0.35.2 → 0.35.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,15 @@ $: tdClassfinal = classNames(tdClass, color === 'default'
9
9
  : 'text-blue-50 whitespace-nowrap dark:text-blue-100', $$props.class);
10
10
  </script>
11
11
 
12
- <td {...$$restProps} class={tdClassfinal} on:click>
12
+ <td {...$$restProps} class={tdClassfinal}
13
+ on:click
14
+ on:focus
15
+ on:keydown
16
+ on:keypress
17
+ on:keyup
18
+ on:mouseenter
19
+ on:mouseleave
20
+ on:mouseover
21
+ >
13
22
  <slot />
14
23
  </td>
@@ -6,6 +6,13 @@ declare const __propDef: {
6
6
  };
7
7
  events: {
8
8
  click: MouseEvent;
9
+ focus: FocusEvent;
10
+ keydown: KeyboardEvent;
11
+ keypress: KeyboardEvent;
12
+ keyup: KeyboardEvent;
13
+ mouseenter: MouseEvent;
14
+ mouseleave: MouseEvent;
15
+ mouseover: MouseEvent;
9
16
  } & {
10
17
  [evt: string]: CustomEvent<any>;
11
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TableBodyCell.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/tables/TableBodyCell.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AA4BD,QAAA,MAAM,SAAS;;;;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AACxD,MAAM,MAAM,mBAAmB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AAC1D,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAExD,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,oBAAoB,CAAC,kBAAkB,EAAE,mBAAmB,EAAE,kBAAkB,CAAC;CAC3H"}
1
+ {"version":3,"file":"TableBodyCell.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/tables/TableBodyCell.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AA4BD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AACxD,MAAM,MAAM,mBAAmB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AAC1D,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAExD,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,oBAAoB,CAAC,kBAAkB,EAAE,mBAAmB,EAAE,kBAAkB,CAAC;CAC3H"}
@@ -2,6 +2,15 @@
2
2
  export let padding = 'px-6 py-3';
3
3
  </script>
4
4
 
5
- <th {...$$restProps} class={classNames(padding, $$props.class)}>
5
+ <th {...$$restProps} class={classNames(padding, $$props.class)}
6
+ on:click
7
+ on:focus
8
+ on:keydown
9
+ on:keypress
10
+ on:keyup
11
+ on:mouseenter
12
+ on:mouseleave
13
+ on:mouseover
14
+ >
6
15
  <slot />
7
16
  </th>
@@ -5,6 +5,15 @@ declare const __propDef: {
5
5
  padding?: string | undefined;
6
6
  };
7
7
  events: {
8
+ click: MouseEvent;
9
+ focus: FocusEvent;
10
+ keydown: KeyboardEvent;
11
+ keypress: KeyboardEvent;
12
+ keyup: KeyboardEvent;
13
+ mouseenter: MouseEvent;
14
+ mouseleave: MouseEvent;
15
+ mouseover: MouseEvent;
16
+ } & {
8
17
  [evt: string]: CustomEvent<any>;
9
18
  };
10
19
  slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"TableHeadCell.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/tables/TableHeadCell.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AAcD,QAAA,MAAM,SAAS;;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AACxD,MAAM,MAAM,mBAAmB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AAC1D,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAExD,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,oBAAoB,CAAC,kBAAkB,EAAE,mBAAmB,EAAE,kBAAkB,CAAC;CAC3H"}
1
+ {"version":3,"file":"TableHeadCell.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/tables/TableHeadCell.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AAcD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AACxD,MAAM,MAAM,mBAAmB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AAC1D,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAExD,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,oBAAoB,CAAC,kBAAkB,EAAE,mBAAmB,EAAE,kBAAkB,CAAC;CAC3H"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowbite-svelte",
3
- "version": "0.35.2",
3
+ "version": "0.35.3",
4
4
  "description": "Flowbite components for Svelte",
5
5
  "main": "dist/index.js",
6
6
  "author": {