@anzusystems/common-admin 0.0.40 → 0.0.42

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.
@@ -3413,7 +3413,7 @@ declare const commonConfig: {
3413
3413
  };
3414
3414
  };
3415
3415
 
3416
- export declare function createDatatableColumnsConfig(config: ColumnConfig[], hidden: string[], system?: string | undefined, subject?: string | undefined, disableActions?: boolean, customPagination?: Pagination | undefined): {
3416
+ export declare function createDatatableColumnsConfig(config: ColumnConfig[], columnsHidden: Ref<Array<string>>, system?: string | undefined, subject?: string | undefined, disableActions?: boolean, customPagination?: Pagination | undefined): {
3417
3417
  columnsAll: {
3418
3418
  key: string;
3419
3419
  title?: string | undefined;