prlg-ui 1.8.187 → 1.8.189

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
@@ -33,3 +33,12 @@ onSendMessage?: (() => any) | undefined;
33
33
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
34
34
 
35
35
  export { }
36
+
37
+
38
+
39
+ declare module "@tanstack/vue-table" {
40
+ interface ColumnMeta<TData extends RowData, TValue> {
41
+ align?: string;
42
+ autoSize?: boolean;
43
+ }
44
+ }
package/dist/icons.d.ts CHANGED
@@ -230,3 +230,12 @@ export declare const WarningIcon: DefineComponent< {}, {}, {}, {}, {}, Compon
230
230
  export declare const WordIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
231
231
 
232
232
  export { }
233
+
234
+
235
+
236
+ declare module "@tanstack/vue-table" {
237
+ interface ColumnMeta<TData extends RowData, TValue> {
238
+ align?: string;
239
+ autoSize?: boolean;
240
+ }
241
+ }
package/dist/index.d.ts CHANGED
@@ -2186,3 +2186,12 @@ export declare const useConfirmPopup: () => ConfirmPopupService;
2186
2186
  export declare function useToast(): ToastServiceMethods;
2187
2187
 
2188
2188
  export { }
2189
+
2190
+
2191
+
2192
+ declare module "@tanstack/vue-table" {
2193
+ interface ColumnMeta<TData extends RowData, TValue> {
2194
+ align?: string;
2195
+ autoSize?: boolean;
2196
+ }
2197
+ }