mrxy-yk 1.7.7 → 1.7.8

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.
@@ -5,11 +5,11 @@ export namespace TableSlot {
5
5
  column: TableColumnCtx<T>,
6
6
  $index: number
7
7
  }
8
- export type D<T> = TableSlot.Default<T>
8
+ export type D<T> = TableSlot.Default<Partial<T>>
9
9
 
10
10
  export type Header<T> = {
11
11
  column: TableColumnCtx<T>,
12
12
  $index: number
13
13
  }
14
- export type H<T> = TableSlot.Header<T>
14
+ export type H<T> = TableSlot.Header<Partial<T>>
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrxy-yk",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A collection of Vue 3 components and utilities",