prlg-ui 1.8.189 → 1.8.191

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.
package/dist/blocks.d.ts CHANGED
@@ -38,7 +38,8 @@ export { }
38
38
 
39
39
  declare module "@tanstack/vue-table" {
40
40
  interface ColumnMeta<TData extends RowData, TValue> {
41
- align?: string;
41
+ align?: "left" | "center" | "right";
42
+ verticalAlign?: "top" | "middle" | "bottom";
42
43
  autoSize?: boolean;
43
44
  }
44
45
  }
package/dist/icons.d.ts CHANGED
@@ -235,7 +235,8 @@ export { }
235
235
 
236
236
  declare module "@tanstack/vue-table" {
237
237
  interface ColumnMeta<TData extends RowData, TValue> {
238
- align?: string;
238
+ align?: "left" | "center" | "right";
239
+ verticalAlign?: "top" | "middle" | "bottom";
239
240
  autoSize?: boolean;
240
241
  }
241
242
  }
package/dist/index.d.ts CHANGED
@@ -2191,7 +2191,8 @@ export { }
2191
2191
 
2192
2192
  declare module "@tanstack/vue-table" {
2193
2193
  interface ColumnMeta<TData extends RowData, TValue> {
2194
- align?: string;
2194
+ align?: "left" | "center" | "right";
2195
+ verticalAlign?: "top" | "middle" | "bottom";
2195
2196
  autoSize?: boolean;
2196
2197
  }
2197
2198
  }