mediacube-ui-v2 0.0.136 → 0.0.137
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.
|
@@ -263,7 +263,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
263
263
|
column: ITableColumnEnriched;
|
|
264
264
|
cellIndex: number;
|
|
265
265
|
cellValue: any;
|
|
266
|
-
}) => any>> & Partial<Record<`${string}-right`, (_: {
|
|
266
|
+
}) => any>> & Partial<Record<`${string}-right`, (_: {
|
|
267
|
+
row: any;
|
|
268
|
+
rowIndex: number;
|
|
269
|
+
column: ITableColumnEnriched;
|
|
270
|
+
cellIndex: number;
|
|
271
|
+
cellValue: any;
|
|
272
|
+
}) => any>> & {
|
|
267
273
|
"header-cell"?(_: {
|
|
268
274
|
column: ITableColumnEnriched;
|
|
269
275
|
cellIndex: number;
|