mediacube-ui-v2 0.0.172 → 0.0.174
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.
|
@@ -101,9 +101,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
101
101
|
tableData: ITableData;
|
|
102
102
|
tableTotals: ITableTotals<ITableColumn>;
|
|
103
103
|
tableSort: ITableSort;
|
|
104
|
+
tableFixedFirstColumn: boolean;
|
|
104
105
|
tableHeaderRowHeight: number;
|
|
105
106
|
tableFooterRowHeight: number;
|
|
106
|
-
tableFixedFirstColumn: boolean;
|
|
107
107
|
tableCardProps: Record<any, any>;
|
|
108
108
|
footerBlur: boolean;
|
|
109
109
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
@@ -114,9 +114,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
114
114
|
tableData: ITableData;
|
|
115
115
|
tableTotals: ITableTotals<ITableColumn>;
|
|
116
116
|
tableSort: ITableSort;
|
|
117
|
+
tableFixedFirstColumn: boolean;
|
|
117
118
|
tableHeaderRowHeight: number;
|
|
118
119
|
tableFooterRowHeight: number;
|
|
119
|
-
tableFixedFirstColumn: boolean;
|
|
120
120
|
tableCardProps: Record<any, any>;
|
|
121
121
|
footerBlur: boolean;
|
|
122
122
|
}): any;
|